Home
last modified time | relevance | path

Searched refs:lang_specific (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.h1008 #define TYPE_LANG_SPECIFIC(NODE) (TYPE_CHECK (NODE)->type.lang_specific)
1290 struct lang_type *lang_specific; member
1603 #define DECL_LANG_SPECIFIC(NODE) (DECL_CHECK (NODE)->decl.lang_specific)
1906 struct lang_decl *lang_specific; member
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcp-tree.h183 TREE_CODE (__t) != TEMPLATE_DECL && __t->decl_common.lang_specific \
184 && __t->decl_common.lang_specific->decl_flags.thunk_p) \
189 if (TREE_CODE (__t) != FUNCTION_DECL || !__t->decl_common.lang_specific \
190 || !__t->decl_common.lang_specific->decl_flags.thunk_p) \
H A DChangeLog-20042077 * error.c (dump_decl): Make sure there is lang_specific info before
H A DChangeLog-19983734 * typeck.c (build_component_ref): Make sure FIELD has a lang_specific
/openbsd-src/gnu/gcc/gcc/
H A Dtree.h1927 #define TYPE_LANG_SPECIFIC(NODE) (TYPE_CHECK (NODE)->type.lang_specific)
2129 struct lang_type *lang_specific; member
2453 #define DECL_LANG_SPECIFIC(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.lang_specific)
2596 struct lang_decl *lang_specific; member
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A DChangeLog.210522 * typeck.c (build_component_ref): Make sure FIELD has a lang_specific