Searched refs:lang_cplusplus (Results 1 – 16 of 16) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | except.c | 291 if (lang != lang_cplusplus) 306 case lang_cplusplus: 350 ? lang_java : lang_cplusplus);
|
H A D | dump.c | 222 if (DECL_LANG_SPECIFIC (t) && DECL_LANGUAGE (t) != lang_cplusplus)
|
H A D | lex.c | 1376 SET_DECL_LANGUAGE (t, lang_cplusplus);
|
H A D | semantics.c | 1838 SET_DECL_LANGUAGE (decl, lang_cplusplus);
|
H A D | cp-tree.h | 1005 enum languages { lang_c, lang_cplusplus, lang_java }; enumerator 1912 ? lang_c : lang_cplusplus))
|
H A D | error.c | 2319 case lang_cplusplus:
|
H A D | decl2.c | 361 SET_DECL_LANGUAGE (function, lang_cplusplus);
|
H A D | decl.c | 7328 SET_DECL_LANGUAGE (fn, lang_cplusplus);
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | except.c | 316 if (lang != lang_cplusplus) in choose_personality_routine() 331 case lang_cplusplus: in choose_personality_routine() 372 ? lang_java : lang_cplusplus); in initialize_handler_parm()
|
H A D | dump.c | 217 if (DECL_LANG_SPECIFIC (t) && DECL_LANGUAGE (t) != lang_cplusplus) in cp_dump_tree()
|
H A D | lex.c | 703 SET_DECL_LANGUAGE (t, lang_cplusplus); in retrofit_lang_decl()
|
H A D | cp-tree.h | 858 enum languages { lang_c, lang_cplusplus, lang_java }; enumerator 1637 ? lang_c : lang_cplusplus))
|
H A D | error.c | 2063 case lang_cplusplus: in language_to_string()
|
H A D | decl2.c | 264 SET_DECL_LANGUAGE (function, lang_cplusplus); in grokclassfn()
|
H A D | semantics.c | 2247 SET_DECL_LANGUAGE (decl, lang_cplusplus); in finish_member_declaration()
|
H A D | decl.c | 3509 SET_DECL_LANGUAGE (fn, lang_cplusplus); in build_cp_library_fn()
|