Searched refs:AGGR_INIT_VIA_CTOR_P (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/contrib/gcc/cp/
H A Dcp-tree.h43 AGGR_INIT_VIA_CTOR_P (in AGGR_INIT_EXPR)
2328 #define AGGR_INIT_VIA_CTOR_P(NODE) \
2321 #define AGGR_INIT_VIA_CTOR_P macro
H A Dcvt.c907 && !AGGR_INIT_VIA_CTOR_P (init))
H A Dcxx-pretty-print.c435 tree object = code == AGGR_INIT_EXPR && AGGR_INIT_VIA_CTOR_P (t)
463 if (code == AGGR_INIT_EXPR && AGGR_INIT_VIA_CTOR_P (t))
H A Ddump.c391 dump_int (di, "ctor", AGGR_INIT_VIA_CTOR_P (t));
H A Dsemantics.c3136 if (AGGR_INIT_VIA_CTOR_P (aggr_init_expr))
H A Dtree.c309 AGGR_INIT_VIA_CTOR_P (rval) = is_ctor;

Completed in 149 milliseconds