Searched refs:lang_cplusplus (Results 1 – 21 of 21) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | dump.cc | 61 if (DECL_LANG_SPECIFIC (t) && DECL_LANGUAGE (t) != lang_cplusplus) in cp_dump_tree()
|
H A D | vtable-class-hierarchy.cc | 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.cc | 1228 SET_DECL_LANGUAGE (convfn, lang_cplusplus); in maybe_add_lambda_conv_op() 1263 SET_DECL_LANGUAGE (statfn, lang_cplusplus); in maybe_add_lambda_conv_op()
|
H A D | lex.cc | 926 SET_DECL_LANGUAGE (t, lang_cplusplus); in set_decl_linkage()
|
H A D | cp-tree.h | 2180 enum languages { lang_c, lang_cplusplus }; enumerator 3073 ? lang_c : lang_cplusplus))
|
H A D | error.cc | 3286 case lang_cplusplus: in language_to_string()
|
H A D | decl2.cc | 347 SET_DECL_LANGUAGE (function, lang_cplusplus); in grokclassfn()
|
H A D | decl.cc | 5048 SET_DECL_LANGUAGE (decl, lang_cplusplus); in cxx_simulate_builtin_function_decl() 5083 SET_DECL_LANGUAGE (fn, lang_cplusplus); in build_cp_library_fn()
|
H A D | module.cc | 5517 WB (lang->u.base.language == lang_cplusplus); in lang_decl_bools() 5590 lang->u.base.language = b () ? lang_cplusplus : lang_c; in lang_decl_bools()
|
H A D | semantics.cc | 3609 SET_DECL_LANGUAGE (decl, lang_cplusplus); in finish_member_declaration()
|
/netbsd-src/external/gpl3/gcc.old/dist/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 | 1220 SET_DECL_LANGUAGE (convfn, lang_cplusplus); in maybe_add_lambda_conv_op() 1255 SET_DECL_LANGUAGE (statfn, lang_cplusplus); in maybe_add_lambda_conv_op()
|
H A D | lex.c | 726 SET_DECL_LANGUAGE (t, lang_cplusplus); in set_decl_linkage()
|
H A D | cp-tree.h | 2022 enum languages { lang_c, lang_cplusplus }; enumerator 2889 ? lang_c : lang_cplusplus))
|
H A D | decl2.c | 349 SET_DECL_LANGUAGE (function, lang_cplusplus); in grokclassfn()
|
H A D | error.c | 3193 case lang_cplusplus: in language_to_string()
|
H A D | decl.c | 4758 SET_DECL_LANGUAGE (decl, lang_cplusplus); in cxx_simulate_builtin_function_decl() 4793 SET_DECL_LANGUAGE (fn, lang_cplusplus); in build_cp_library_fn()
|
H A D | semantics.c | 3279 SET_DECL_LANGUAGE (decl, lang_cplusplus); in finish_member_declaration()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
H A D | libcp1plugin.cc | 1357 SET_DECL_LANGUAGE (decl, lang_cplusplus); in plugin_build_decl()
|
/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | libcp1plugin.cc | 1201 SET_DECL_LANGUAGE (decl, lang_cplusplus); in plugin_build_decl()
|