Home
last modified time | relevance | path

Searched refs:expand_empty_fold (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c12464 expand_empty_fold (tree t, tsubst_flags_t complain) in expand_empty_fold() function
12568 return expand_empty_fold (t, complain); in tsubst_unary_left_fold()
12645 return expand_empty_fold (t, complain); in tsubst_unary_right_fold()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc12790 expand_empty_fold (tree t, tsubst_flags_t complain) in expand_empty_fold() function
12897 return expand_empty_fold (t, complain); in tsubst_unary_left_fold()
12974 return expand_empty_fold (t, complain); in tsubst_unary_right_fold()
H A DChangeLog-20151667 * pt.c (expand_empty_fold, fold_expression, tsubst_fold_expr_pack)
H A DChangeLog-20163544 * pt.c (expand_empty_fold): Remove special cases for *,+,&,|.