Searched refs:true_exp (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | init.c | 1839 expand_default_init (tree binfo, tree true_exp, tree exp, tree init, int flags, in expand_default_init() argument 1889 gcc_assert (TREE_CODE (init) == CONSTRUCTOR || true_exp == exp); in expand_default_init() 1902 gcc_assert (true_exp == exp); in expand_default_init() 1970 tree ctor_name = (true_exp == exp in expand_default_init() 1980 if (exp == true_exp && TREE_CODE (rval) == CALL_EXPR) in expand_default_init() 2017 expand_aggr_init_1 (tree binfo, tree true_exp, tree exp, tree init, int flags, in expand_aggr_init_1() argument 2048 if (exp != true_exp && init && TREE_CODE (init) == TREE_LIST) in expand_aggr_init_1() 2068 if (exp != true_exp && CLASSTYPE_AS_BASE (type) != type) in expand_aggr_init_1() 2088 expand_default_init (binfo, true_exp, exp, init, flags, complain); in expand_aggr_init_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A 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()
|