| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cp-objcp-common.c | 169 && DECL_LANG_SPECIFIC (STRIP_TEMPLATE (decl)) in cp_decl_dwarf_attribute() 176 && DECL_LANG_SPECIFIC (STRIP_TEMPLATE (decl)) in cp_decl_dwarf_attribute() 183 && DECL_LANG_SPECIFIC (STRIP_TEMPLATE (decl)) in cp_decl_dwarf_attribute()
|
| H A D | cp-tree.h | 2815 #define STRIP_TEMPLATE(NODE) \ macro 2830 ({ struct lang_decl *lt = DECL_LANG_SPECIFIC (STRIP_TEMPLATE (NODE)); \ 2863 (&DECL_LANG_SPECIFIC (STRIP_TEMPLATE (NODE))->u.fn) 2898 DECL_CXX_CONSTRUCTOR_P (STRIP_TEMPLATE (NODE)) 2927 DECL_CXX_DESTRUCTOR_P (STRIP_TEMPLATE (NODE)) 3247 DECL_LANG_FLAG_8 (VAR_OR_FUNCTION_DECL_CHECK (STRIP_TEMPLATE (DECL))) 3251 (DECL_LANG_SPECIFIC (FUNCTION_DECL_CHECK (STRIP_TEMPLATE (NODE))) \
|
| H A D | lambda.c | 201 lambda = STRIP_TEMPLATE (get_first_fn (lambda)); in lambda_function()
|
| H A D | decl2.c | 2926 tree mem = STRIP_TEMPLATE (m); in reset_type_linkage_2() 5297 tree fndecl = STRIP_TEMPLATE (x); in check_default_args()
|
| H A D | constraint.cc | 1222 tree result = STRIP_TEMPLATE (decl); in maybe_substitute_reqs_for()
|
| H A D | decl.c | 1223 old_decl = STRIP_TEMPLATE (old_decl); in validate_constexpr_redeclaration() 1224 new_decl = STRIP_TEMPLATE (new_decl); in validate_constexpr_redeclaration() 7357 fn = STRIP_TEMPLATE (fn); in omp_declare_variant_finalize_one() 17717 fn = STRIP_TEMPLATE (fn); in fndecl_declared_return_type()
|
| H A D | error.c | 3524 if (DECL_LANG_SPECIFIC (STRIP_TEMPLATE (fn)) in function_category()
|
| H A D | semantics.c | 2513 tree fndecl = STRIP_TEMPLATE (*iter); in finish_call_expr() 3948 first_fn = STRIP_TEMPLATE (first_fn); in finish_id_expression_1()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cp-objcp-common.cc | 172 && DECL_LANG_SPECIFIC (STRIP_TEMPLATE (decl)) in cp_decl_dwarf_attribute() 179 && DECL_LANG_SPECIFIC (STRIP_TEMPLATE (decl)) in cp_decl_dwarf_attribute() 186 && DECL_LANG_SPECIFIC (STRIP_TEMPLATE (decl)) in cp_decl_dwarf_attribute()
|
| H A D | ptree.cc | 63 tree ntnode = STRIP_TEMPLATE (node); in cxx_print_decl()
|
| H A D | module.cc | 4490 tree not_tmpl = STRIP_TEMPLATE (decl); in assert_definition() 7477 tree not_tmpl = STRIP_TEMPLATE (decl); in install_entity() 7543 tree not_tmpl = STRIP_TEMPLATE (o); in decl_value() 7929 if (TREE_CODE (STRIP_TEMPLATE (existing)) == TYPE_DECL) in decl_value() 8008 auto &set = attached_table->get_or_insert (STRIP_TEMPLATE (existing), in decl_value() 8146 tree e_inner = STRIP_TEMPLATE (existing); in decl_value() 8592 o = STRIP_TEMPLATE (o); in decl_node() 10186 (DECL_IMPLICIT_TYPEDEF_P (STRIP_TEMPLATE (decl))); in get_merge_kind() 10200 if (DECL_IMPLICIT_TYPEDEF_P (STRIP_TEMPLATE (decl)) in get_merge_kind() 10435 tree finner = STRIP_TEMPLATE (field); in key_mergeable() [all …]
|
| H A D | name-lookup.cc | 1650 tree not_tmpl = STRIP_TEMPLATE (origin); in search_adl() 3489 tree not_tmpl = STRIP_TEMPLATE (decl); in maybe_record_mergeable_decl() 3570 if (TREE_PUBLIC (scope) && TREE_PUBLIC (STRIP_TEMPLATE (decl)) in check_module_override() 6325 if (TREE_CODE (STRIP_TEMPLATE (target_val)) == TYPE_DECL) in qualify_lookup() 7230 || TREE_CODE (STRIP_TEMPLATE (value)) == TYPE_DECL) in maybe_add_fuzzy_binding() 7279 && TREE_CODE (STRIP_TEMPLATE (d)) != TYPE_DECL) in consider_binding_level()
|
| H A D | cp-tree.h | 2999 #define STRIP_TEMPLATE(NODE) \ macro 3014 ({ struct lang_decl *lt = DECL_LANG_SPECIFIC (STRIP_TEMPLATE (NODE)); \ 3047 (&DECL_LANG_SPECIFIC (STRIP_TEMPLATE (NODE))->u.fn) 3082 DECL_CXX_CONSTRUCTOR_P (STRIP_TEMPLATE (NODE)) 3111 DECL_CXX_DESTRUCTOR_P (STRIP_TEMPLATE (NODE)) 3439 DECL_LANG_FLAG_8 (VAR_OR_FUNCTION_DECL_CHECK (STRIP_TEMPLATE (DECL))) 3443 (DECL_LANG_SPECIFIC (FUNCTION_DECL_CHECK (STRIP_TEMPLATE (NODE))) \
|
| H A D | lambda.cc | 183 lambda = STRIP_TEMPLATE (get_first_fn (lambda)); in lambda_function()
|
| H A D | decl2.cc | 3131 tree mem = STRIP_TEMPLATE (m); in reset_type_linkage() 5574 tree fndecl = STRIP_TEMPLATE (x); in check_default_args()
|
| H A D | decl.cc | 1276 old_decl = STRIP_TEMPLATE (old_decl); in validate_constexpr_redeclaration() 1277 new_decl = STRIP_TEMPLATE (new_decl); in validate_constexpr_redeclaration() 2625 new_redefines_gnu_inline = GNU_INLINE_P (STRIP_TEMPLATE (olddecl)); in duplicate_decls() 7927 fn = STRIP_TEMPLATE (fn); in omp_declare_variant_finalize_one() 18561 fn = STRIP_TEMPLATE (fn); in fndecl_declared_return_type()
|
| H A D | constraint.cc | 1276 decl = STRIP_TEMPLATE (decl); in maybe_substitute_reqs_for()
|
| H A D | ChangeLog-2014 | 3273 DECL_TEMPLATE_RESULT and STRIP_TEMPLATE uses. 3292 * call.c (print_z_candidate): Remove STRIP_TEMPLATE use.
|
| H A D | error.cc | 3617 if (DECL_LANG_SPECIFIC (STRIP_TEMPLATE (fn)) in function_category()
|
| H A D | ChangeLog-2020 | 3035 (duplicate_decls): Use STRIP_TEMPLATE. 4650 are noreturn, use STRIP_TEMPLATE to look through TEMPLATE_DECLs. 5283 * class.c (user_provided_p): Use STRIP_TEMPLATE instead of returning
|
| H A D | semantics.cc | 2742 tree fndecl = STRIP_TEMPLATE (*iter); in finish_call_expr() 4279 first_fn = STRIP_TEMPLATE (first_fn); in finish_id_expression_1()
|
| H A D | call.cc | 9402 if (immediate_invocation_p (STRIP_TEMPLATE (fn), nargs)) in build_over_call() 9927 tree fndecl = STRIP_TEMPLATE (TREE_OPERAND (fn, 0)); in build_over_call()
|
| H A D | ChangeLog | 2378 STRIP_TEMPLATE.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
| H A D | libcp1plugin.cc | 3294 fn = STRIP_TEMPLATE (fn); in plugin_build_call_expr()
|
| /netbsd-src/external/gpl3/gcc/dist/libcc1/ |
| H A D | libcp1plugin.cc | 3135 fn = STRIP_TEMPLATE (fn); in plugin_build_call_expr()
|