Home
last modified time | relevance | path

Searched refs:decl_flag_0 (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-core.h1784 unsigned decl_flag_0 : 1; member
Dtree.h713 (TRANSLATION_UNIT_DECL_CHECK (NODE)->decl_common.decl_flag_0)
2846 #define DECL_REGISTER(NODE) (DECL_WRTL_CHECK (NODE)->decl_common.decl_flag_0)
2903 (!DECL_BIT_FIELD (NODE) && (NODE)->decl_common.decl_flag_0)
2907 FIELD_DECL_CHECK (NODE)->decl_common.decl_flag_0 = (VAL); \
2916 (DECL_BIT_FIELD (NODE) && (NODE)->decl_common.decl_flag_0)
2920 FIELD_DECL_CHECK (NODE)->decl_common.decl_flag_0 = (VAL); \
DChangeLog-202024404 * tree-core.h (tree_decl_common): Note decl_flag_0 used for
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmodule.cc5275 WB (t->decl_common.decl_flag_0); in core_bools()
5451 RB (t->decl_common.decl_flag_0); in core_bools()