Searched refs:DECL_NON_COMMON_CHECK (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dtree.h857 #define DECL_NON_COMMON_CHECK(T) CONTAINS_STRUCT_CHECK (T, TS_DECL_NON_COMMON)
2981 #define DECL_RESULT_FLD(NODE) (DECL_NON_COMMON_CHECK (NODE)->decl_non_common.result)
2990 C++ also uses this field in namespaces, hence the DECL_NON_COMMON_CHECK. */
2991 #define DECL_VINDEX(NODE) (DECL_NON_COMMON_CHECK (NODE)->decl_non_common.vindex)
3091 #define DECL_ARGUMENT_FLD(NODE) (DECL_NON_COMMON_CHECK (NODE)->decl_non_common.arguments)
854 #define DECL_NON_COMMON_CHECK macro
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcp-tree.h2735 #define DECL_TEMPLATE_PARMS(NODE) DECL_NON_COMMON_CHECK (NODE)->decl_non_common.arguments

Completed in 269 milliseconds