Searched refs:DECL_LANGUAGE (Results 1 – 16 of 16) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | dump.c | 222 if (DECL_LANG_SPECIFIC (t) && DECL_LANGUAGE (t) != lang_cplusplus) 223 dump_string (di, language_to_string (DECL_LANGUAGE (t), 0));
|
H A D | decl.c | 3447 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 D | semantics.c | 1837 if (DECL_LANG_SPECIFIC (decl) && DECL_LANGUAGE (decl) == lang_c)
|
H A D | cp-tree.h | 1908 #define DECL_LANGUAGE(NODE) \ macro 2145 (DECL_LANGUAGE (NODE) == lang_c)
|
H A D | ChangeLog | 5812 (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 D | ChangeLog.1 | 7101 (redeclaration_error_message): Don't check DECL_LANGUAGE here. 7103 the value of strict_prototypes for DECL_LANGUAGE (oldecl).
|
H A D | ChangeLog.2 | 7767 (DECL_DESTRUCTOR_P): Also check DECL_LANGUAGE.
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | dump.c | 217 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 D | decl.c | 1290 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 D | cp-tree.h | 1633 #define DECL_LANGUAGE(NODE) \ macro 1931 (DECL_LANGUAGE (NODE) == lang_c)
|
H A D | semantics.c | 2246 if (DECL_LANG_SPECIFIC (decl) && DECL_LANGUAGE (decl) == lang_c) in finish_member_declaration()
|
H A D | ChangeLog-2001 | 2283 * 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 D | ChangeLog-1994 | 3661 (redeclaration_error_message): Don't check DECL_LANGUAGE here. 3663 the value of strict_prototypes for DECL_LANGUAGE (oldecl).
|
H A D | ChangeLog-2000 | 3593 * decl2.c (grokclassfn): Set DECL_LANGUAGE here. 3782 (implicitly_declare_fn): Set DECL_LANGUAGE.
|
H A D | ChangeLog-2002 | 4409 (DECL_LANGUAGE): Whitespace.
|
H A D | ChangeLog-1998 | 979 (DECL_DESTRUCTOR_P): Also check DECL_LANGUAGE.
|