Searched refs:true_exp (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | init.cc | 2063 expand_default_init (tree binfo, tree true_exp, tree exp, tree init, int flags, in expand_default_init() argument 2116 gcc_assert (TREE_CODE (init) == CONSTRUCTOR || true_exp == exp); in expand_default_init() 2129 gcc_assert (true_exp == exp); in expand_default_init() 2203 tree ctor_name = (true_exp == exp in expand_default_init() 2215 if (exp == true_exp && TREE_CODE (rval) == CALL_EXPR) in expand_default_init() 2254 expand_aggr_init_1 (tree binfo, tree true_exp, tree exp, tree init, int flags, in expand_aggr_init_1() argument 2285 if (exp != true_exp && init && TREE_CODE (init) == TREE_LIST) in expand_aggr_init_1() 2305 if (exp != true_exp && CLASSTYPE_AS_BASE (type) != type) in expand_aggr_init_1() 2325 return expand_default_init (binfo, true_exp, exp, init, flags, complain); in expand_aggr_init_1()
|