Searched refs:lang_cplusplus (Results 1 – 17 of 17) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | except.c | 342 if (lang != lang_cplusplus) in choose_personality_routine() 357 case lang_cplusplus: in choose_personality_routine() 423 ? lang_java : lang_cplusplus); in initialize_handler_parm()
|
H A D | dump.c | 216 if (DECL_LANG_SPECIFIC (t) && DECL_LANGUAGE (t) != lang_cplusplus) in cp_dump_tree()
|
H A D | lex.c | 567 SET_DECL_LANGUAGE (t, lang_cplusplus); in retrofit_lang_decl()
|
H A D | cp-tree.h | 1178 enum languages { lang_c, lang_cplusplus, lang_java }; enumerator 2078 ? lang_c : lang_cplusplus))
|
H A D | decl2.c | 314 SET_DECL_LANGUAGE (function, lang_cplusplus); in grokclassfn()
|
H A D | error.c | 2684 case lang_cplusplus: in language_to_string()
|
H A D | semantics.c | 2646 SET_DECL_LANGUAGE (decl, lang_cplusplus); in finish_member_declaration()
|
H A D | decl.c | 3965 SET_DECL_LANGUAGE (fn, lang_cplusplus); in build_cp_library_fn()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | dump.c | 61 if (DECL_LANG_SPECIFIC (t) && DECL_LANGUAGE (t) != lang_cplusplus) in cp_dump_tree()
|
H A D | vtable-class-hierarchy.c | 264 SET_DECL_LANGUAGE (vlt_register_set_fndecl, lang_cplusplus); in init_functions() 308 SET_DECL_LANGUAGE (vlt_register_pairs_fndecl, lang_cplusplus); in init_functions()
|
H A D | lambda.c | 1192 SET_DECL_LANGUAGE (convfn, lang_cplusplus); in maybe_add_lambda_conv_op() 1225 SET_DECL_LANGUAGE (statfn, lang_cplusplus); in maybe_add_lambda_conv_op()
|
H A D | lex.c | 700 SET_DECL_LANGUAGE (t, lang_cplusplus); in set_decl_linkage()
|
H A D | cp-tree.h | 1853 enum languages { lang_c, lang_cplusplus }; enumerator 2727 ? lang_c : lang_cplusplus))
|
H A D | error.c | 3097 case lang_cplusplus: in language_to_string()
|
H A D | decl2.c | 368 SET_DECL_LANGUAGE (function, lang_cplusplus); in grokclassfn()
|
H A D | semantics.c | 3108 SET_DECL_LANGUAGE (decl, lang_cplusplus); in finish_member_declaration()
|
H A D | decl.c | 4615 SET_DECL_LANGUAGE (fn, lang_cplusplus); in build_cp_library_fn()
|