Home
last modified time | relevance | path

Searched refs:TREE_HAS_CONSTRUCTOR (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Derror.c1389 if (TREE_HAS_CONSTRUCTOR (t)) in dump_expr()
1593 if (TREE_HAS_CONSTRUCTOR (t)) in dump_expr()
Dcp-tree.h2486 #define TREE_HAS_CONSTRUCTOR(NODE) (TREE_LANG_FLAG_4 (NODE)) macro
2495 (TREE_CODE (NODE) == CONSTRUCTOR && TREE_HAS_CONSTRUCTOR (NODE))
2500 && !TREE_HAS_CONSTRUCTOR (NODE))
Dsemantics.c2068 TREE_HAS_CONSTRUCTOR (compound_literal) = 1; in finish_compound_literal()
Dclass.c5295 if (TREE_HAS_CONSTRUCTOR (instance)) in fixed_type_or_null()
5305 if (TREE_HAS_CONSTRUCTOR (instance)) in fixed_type_or_null()
DChangeLog-20021261 * class.c (initialize_array): Set TREE_HAS_CONSTRUCTOR on
1284 * rtti.c (get_pseudo_ti_init): Set TREE_HAS_CONSTRUCTOR on
4434 (TREE_HAS_CONSTRUCTOR): Likewise.
Dcall.c339 TREE_HAS_CONSTRUCTOR (function) = is_constructor; in build_call()
DChangeLog-1998824 * cp-tree.h (EMPTY_CONSTRUCTOR_P): Check !TREE_HAS_CONSTRUCTOR.
825 * decl2.c (build_expr_from_tree): Propagate TREE_HAS_CONSTRUCTOR.
5183 TREE_HAS_CONSTRUCTOR for a signature pointer.
DChangeLog-20045375 * class.c (initialize_array): Don't set TREE_HAS_CONSTRUCTOR on
5385 TREE_HAS_CONSTRUCTOR on the initializer.
DChangeLog-20013178 TREE_HAS_CONSTRUCTOR before issuing missing init warning.
Dpt.c9425 if (TREE_HAS_CONSTRUCTOR (t)) in tsubst_copy_and_build()
DChangeLog-19944563 * call.c (build_method_call): Set TREE_HAS_CONSTRUCTOR on
DChangeLog2033 * semantics.c (finish_compound_literal): Only set TREE_HAS_CONSTRUCTOR