Searched refs:finish_left_unary_fold_expr (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | constraint.cc | 1503 check = finish_left_unary_fold_expr (check, TRUTH_ANDIF_EXPR); in finish_shorthand_constraint()
|
H A D | cp-tree.h | 7701 extern tree finish_left_unary_fold_expr (tree, int);
|
H A D | semantics.c | 10336 finish_left_unary_fold_expr (tree expr, int op) in finish_left_unary_fold_expr() function
|
H A D | pt.c | 29698 tree fold = finish_left_unary_fold_expr (constr, TRUTH_ANDIF_EXPR); in convert_generic_types_to_packs()
|
H A D | parser.c | 5096 return finish_left_unary_fold_expr (expr, op); in cp_parser_fold_expression()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | constraint.cc | 1546 check = finish_left_unary_fold_expr (check, TRUTH_ANDIF_EXPR); in finish_shorthand_constraint()
|
H A D | cp-tree.h | 8115 extern tree finish_left_unary_fold_expr (tree, int);
|
H A D | ChangeLog-2015 | 1674 (finish_left_unary_fold_expr, finish_right_unary_fold_expr)
|
H A D | semantics.cc | 12326 finish_left_unary_fold_expr (tree expr, int op) in finish_left_unary_fold_expr() function
|
H A D | pt.cc | 30780 tree fold = finish_left_unary_fold_expr (constr, TRUTH_ANDIF_EXPR); in convert_generic_types_to_packs()
|
H A D | parser.cc | 5372 return finish_left_unary_fold_expr (expr, op); in cp_parser_fold_expression()
|