Home
last modified time | relevance | path

Searched refs:DECL_LANGUAGE (Results 1 – 16 of 16) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddump.c222 if (DECL_LANG_SPECIFIC (t) && DECL_LANGUAGE (t) != lang_cplusplus)
223 dump_string (di, language_to_string (DECL_LANGUAGE (t), 0));
H A Ddecl.c3447 SET_DECL_LANGUAGE (olddecl, DECL_LANGUAGE (newdecl));
3604 && DECL_LANGUAGE (newdecl) != DECL_LANGUAGE (olddecl))
3610 SET_DECL_LANGUAGE (newdecl, DECL_LANGUAGE (olddecl));
3614 olddecl, DECL_LANGUAGE (olddecl));
3616 DECL_LANGUAGE (newdecl));
3973 SET_DECL_LANGUAGE (olddecl, DECL_LANGUAGE (newdecl));
3988 SET_DECL_LANGUAGE (newdecl, DECL_LANGUAGE (olddecl));
H A Dsemantics.c1837 if (DECL_LANG_SPECIFIC (decl) && DECL_LANGUAGE (decl) == lang_c)
H A Dcp-tree.h1908 #define DECL_LANGUAGE(NODE) \ macro
2145 (DECL_LANGUAGE (NODE) == lang_c)
H A DChangeLog5812 (DECL_LANGUAGE): Whitespace.
8260 * cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is
8709 (build_library_fn_1): Set DECL_LANGUAGE for library functions.
13465 * decl2.c (grokclassfn): Set DECL_LANGUAGE here.
13654 (implicitly_declare_fn): Set DECL_LANGUAGE.
H A DChangeLog.17101 (redeclaration_error_message): Don't check DECL_LANGUAGE here.
7103 the value of strict_prototypes for DECL_LANGUAGE (oldecl).
H A DChangeLog.27767 (DECL_DESTRUCTOR_P): Also check DECL_LANGUAGE.
/openbsd/gnu/gcc/gcc/cp/
H A Ddump.c217 if (DECL_LANG_SPECIFIC (t) && DECL_LANGUAGE (t) != lang_cplusplus) in cp_dump_tree()
218 dump_string_field (di, "lang", language_to_string (DECL_LANGUAGE (t))); in cp_dump_tree()
H A Ddecl.c1290 SET_DECL_LANGUAGE (olddecl, DECL_LANGUAGE (newdecl)); in duplicate_decls()
1461 && DECL_LANGUAGE (newdecl) != DECL_LANGUAGE (olddecl)) in duplicate_decls()
1493 SET_DECL_LANGUAGE (newdecl, DECL_LANGUAGE (olddecl)); in duplicate_decls()
1498 olddecl, DECL_LANGUAGE (olddecl)); in duplicate_decls()
1500 DECL_LANGUAGE (newdecl)); in duplicate_decls()
1895 SET_DECL_LANGUAGE (olddecl, DECL_LANGUAGE (newdecl)); in duplicate_decls()
1910 SET_DECL_LANGUAGE (newdecl, DECL_LANGUAGE (olddecl)); in duplicate_decls()
H A Dcp-tree.h1633 #define DECL_LANGUAGE(NODE) \ macro
1931 (DECL_LANGUAGE (NODE) == lang_c)
H A Dsemantics.c2246 if (DECL_LANG_SPECIFIC (decl) && DECL_LANGUAGE (decl) == lang_c) in finish_member_declaration()
H A DChangeLog-20012283 * cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is
2732 (build_library_fn_1): Set DECL_LANGUAGE for library functions.
H A DChangeLog-19943661 (redeclaration_error_message): Don't check DECL_LANGUAGE here.
3663 the value of strict_prototypes for DECL_LANGUAGE (oldecl).
H A DChangeLog-20003593 * decl2.c (grokclassfn): Set DECL_LANGUAGE here.
3782 (implicitly_declare_fn): Set DECL_LANGUAGE.
H A DChangeLog-20024409 (DECL_LANGUAGE): Whitespace.
H A DChangeLog-1998979 (DECL_DESTRUCTOR_P): Also check DECL_LANGUAGE.