Searched refs:base_dtor_identifier (Results 1 – 14 of 14) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | optimize.c | 106 if (DECL_NAME (clone) == base_dtor_identifier in clone_body() 228 else if (DECL_NAME (clone) == base_dtor_identifier in maybe_clone_body()
|
H A D | init.c | 1204 base_dtor_identifier, in expand_cleanup_for_base() 3566 name = base_dtor_identifier; in build_dtor_call() 3826 base_dtor_identifier, in push_base_cleanups() 3848 base_dtor_identifier, in push_base_cleanups()
|
H A D | call.c | 6880 || name == base_dtor_identifier) in in_charge_arg_for_name() 6921 || name == base_dtor_identifier in build_special_member_call() 6946 || name == base_dtor_identifier in build_special_member_call() 6977 || name == base_dtor_identifier) in build_special_member_call() 7040 || name == base_dtor_identifier in name_as_c_string() 7173 if ((name == base_ctor_identifier || name == base_dtor_identifier) in build_new_method_call_1()
|
H A D | cxx-pretty-print.c | 108 || name == base_dtor_identifier in is_destructor_name()
|
H A D | search.c | 1463 || name == base_dtor_identifier in lookup_fnfields_1()
|
H A D | cp-tree.h | 909 #define base_dtor_identifier cp_global_trees[CPTI_BASE_DTOR_IDENTIFIER] macro 2136 && DECL_NAME (NODE) == base_dtor_identifier)
|
H A D | class.c | 4071 if (name == base_dtor_identifier) in build_clone() 4233 clone = build_clone (fn, base_dtor_identifier); in clone_function_decl()
|
H A D | decl.c | 3535 { "__base_dtor ", &base_dtor_identifier, 1 }, in initialize_predefined_identifiers()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | optimize.c | 117 if (DECL_NAME (clone) == base_dtor_identifier in clone_body() 246 else if (DECL_NAME (clone) == base_dtor_identifier in populate_clone_array()
|
H A D | init.c | 1410 base_dtor_identifier, in expand_cleanup_for_base() 4566 name = base_dtor_identifier; in build_dtor_call() 4845 base_dtor_identifier, in push_base_cleanups() 4870 base_dtor_identifier, in push_base_cleanups()
|
H A D | call.c | 8832 gcc_checking_assert (name == base_dtor_identifier); in in_charge_arg_for_name() 8961 || name == base_dtor_identifier) in build_special_member_call() 9172 if ((name == base_ctor_identifier || name == base_dtor_identifier) in build_new_method_call_1()
|
H A D | cp-tree.h | 249 #define base_dtor_identifier cp_global_trees[CPTI_BASE_DTOR_IDENTIFIER] macro 2781 (DECL_NAME (NODE) == base_dtor_identifier)
|
H A D | class.c | 4454 if (name == base_dtor_identifier) in build_clone() 4626 clone = build_clone (fn, base_dtor_identifier); in clone_function_decl()
|
H A D | decl.c | 4094 {"__dt_base ", &base_dtor_identifier, cik_dtor}, in initialize_predefined_identifiers()
|