Home
last modified time | relevance | path

Searched refs:TYPE_NEEDS_CONSTRUCTING (Results 1 – 25 of 31) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dexcept.cc341 if (TYPE_NEEDS_CONSTRUCTING (TREE_TYPE (decl))) in initialize_handler_parm()
421 && TYPE_NEEDS_CONSTRUCTING (TREE_TYPE (decl))) in expand_start_catch_block()
Dptree.cc197 if (TYPE_NEEDS_CONSTRUCTING (node)) in cxx_print_type()
Dclass.cc1837 TYPE_NEEDS_CONSTRUCTING (t) |= TYPE_NEEDS_CONSTRUCTING (basetype); in check_bases()
2062 TYPE_NEEDS_CONSTRUCTING (variant) = TYPE_NEEDS_CONSTRUCTING (type); in fixup_type_variants()
3569 if (TYPE_NEEDS_CONSTRUCTING (type)) in check_field_decl()
3586 TYPE_NEEDS_CONSTRUCTING (t) |= TYPE_NEEDS_CONSTRUCTING (type); in check_field_decl()
3983 TYPE_NEEDS_CONSTRUCTING (t) = true; in check_field_decls()
5758 if (TYPE_NEEDS_CONSTRUCTING (t)) in type_build_ctor_call()
6072 TYPE_NEEDS_CONSTRUCTING (t) in check_bases_and_members()
Dtree.cc1174 bool needs_ctor = (TYPE_NEEDS_CONSTRUCTING (t) in build_cplus_array_type()
1175 = TYPE_NEEDS_CONSTRUCTING (elt_type)); in build_cplus_array_type()
1188 TYPE_NEEDS_CONSTRUCTING (v) = needs_ctor; in build_cplus_array_type()
1425 TYPE_NEEDS_CONSTRUCTING (t) in cp_build_qualified_type_real()
1426 = TYPE_NEEDS_CONSTRUCTING (TYPE_MAIN_VARIANT (element_type)); in cp_build_qualified_type_real()
DChangeLog-19941514 * cp-tree.h (TYPE_NEEDS_CONSTRUCTING): #if 0 out; this macro is now
4549 TYPE_NEEDS_CONSTRUCTING all depend on TYPE_USES_VIRTUAL_BASECLASSES
4705 TYPE_NEEDS_CONSTRUCTING.
4714 before, use TYPE_HAS_COMPLEX_INIT_REF for TYPE_NEEDS_CONSTRUCTING in
4919 TYPE_NEEDS_CONSTRUCTING is set (for arrays).
5210 TYPE_NEEDS_CONSTRUCTOR (change all calls to TYPE_NEEDS_CONSTRUCTING).
5228 whether or not to use it, rather than TYPE_NEEDS_CONSTRUCTING.
Ddecl.cc5231 TYPE_NEEDS_CONSTRUCTING (t) = false; in fixup_anonymous_aggr()
5240 if (TYPE_NEEDS_CONSTRUCTING (type)) in fixup_anonymous_aggr()
7383 || !TYPE_NEEDS_CONSTRUCTING (type) in check_initializer()
7751 if (TYPE_NEEDS_CONSTRUCTING (type) in initialize_local_var()
9809 TYPE_NEEDS_CONSTRUCTING (type) = TYPE_NEEDS_CONSTRUCTING (elt_type); in cp_complete_array_type()
DChangeLog-2005388 * typeck.c (complete_type): Set TYPE_NEEDS_CONSTRUCTING
2999 * decl.c (start_decl_1): Only check TYPE_NEEDS_CONSTRUCTING
3012 its type has TYPE_NEEDS_CONSTRUCTING.
Dtypeck.cc127 = TYPE_NEEDS_CONSTRUCTING (TYPE_MAIN_VARIANT (t)); in complete_type()
132 TYPE_NEEDS_CONSTRUCTING (t) = needs_constructing; in complete_type()
9315 && TYPE_NEEDS_CONSTRUCTING (lhstype)) in cp_build_modify_expr()
Ddecl2.cc3701 if ((!TYPE_NEEDS_CONSTRUCTING (obtype) in get_tls_init_fn()
Dinit.cc4430 : !TYPE_NEEDS_CONSTRUCTING (type)) in build_vec_init()
Dcoroutines.cc2810 gcc_checking_assert (!TYPE_NEEDS_CONSTRUCTING (cond_type)); in flatten_await_stmt()
DChangeLog-20112405 TYPE_NEEDS_CONSTRUCTING.
3459 TYPE_NEEDS_CONSTRUCTING.
DChangeLog-20081276 even if TYPE_NEEDS_CONSTRUCTING.
DChangeLog-1999121 TYPE_NEEDS_CONSTRUCTING, and CLASSTYPE_NON_AGGREGATE here.
3003 * cp-tree.h (TYPE_NEEDS_CONSTRUCTING): Remove #if 0'd definition.
DChangeLog-19951276 TYPE_NEEDS_CONSTRUCTING.
DChangeLog-20211962 * decl.c (fixup_anonymous_aggr): Clear TYPE_NEEDS_CONSTRUCTING
DChangeLog-20045182 * decl.c (complete_array_type): Set TYPE_NEEDS_CONSTRUCTING and
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-act.cc4653 && (!TYPE_NEEDS_CONSTRUCTING (type) in objc_generate_cxx_ctor_or_dtor()
4655 : (TYPE_NEEDS_CONSTRUCTING (type) in objc_generate_cxx_ctor_or_dtor()
4709 if (TYPE_NEEDS_CONSTRUCTING (type) in objc_generate_cxx_cdtors()
4717 && (!TYPE_NEEDS_CONSTRUCTING (type) in objc_generate_cxx_cdtors()
6429 && (TYPE_NEEDS_CONSTRUCTING (field_type) in add_instance_variable()
6440 if (TYPE_NEEDS_CONSTRUCTING (field_type) in add_instance_variable()
6471 if (TYPE_NEEDS_CONSTRUCTING (field_type)) in add_instance_variable()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-free-lang-data.cc415 TYPE_NEEDS_CONSTRUCTING (type) = 0; in free_lang_data_in_type()
Dprint-tree.cc615 if (TYPE_NEEDS_CONSTRUCTING (node)) in print_node()
Dcgraphunit.cc1351 && TYPE_NEEDS_CONSTRUCTING (TREE_TYPE (node->decl)) in analyze_functions()
Dtree.h2297 #define TYPE_NEEDS_CONSTRUCTING(NODE) \ macro
DFSFChangeLog.10414 * mips.c (mips_expand_prologue): Change TYPE_NEEDS_CONSTRUCTING to
434 * pa.h (ASM_DECLARE_FUNCTION_NAME): Change TYPE_NEEDS_CONSTRUCTING
5151 has TYPE_NEEDS_CONSTRUCTING on, then it's passed by invisible
8720 TYPE_NEEDS_CONSTRUCTING to decide whether a parameter needs to be
Dtree.cc13231 verify_variant_match (TYPE_NEEDS_CONSTRUCTING); in verify_type_variant()
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-common.cc1263 compare_values (TYPE_NEEDS_CONSTRUCTING); in compare_tree_sccs_1()

12