Home
last modified time | relevance | path

Searched refs:FOLD_EXPR_OP (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.def448 FOLD_EXPR_OP is an INTEGER_CST storing the tree code for the folded
H A Dcxx-pretty-print.c2573 int op = int_cst_value (FOLD_EXPR_OP (t)); in get_fold_operator()
H A Dcp-tree.h3800 #define FOLD_EXPR_OP(NODE) \ macro
H A Dpt.c12493 tree op = FOLD_EXPR_OP (t); in fold_expression()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.def430 FOLD_EXPR_OP is an INTEGER_CST storing the tree code for the folded
H A Dcxx-pretty-print.cc2545 FOLD_EXPR_OP (t)); in get_fold_operator()
H A DChangeLog-2021115 (FOLD_EXPR_OP): ... this. Change this to return the tree_code directly.
126 FOLD_EXPR_OP change.
155 * pt.c (fold_expression): Adjust after FOLD_EXPR_OP change. Pass
H A Dsemantics.cc12320 FOLD_EXPR_OP (fold), in finish_unary_fold_expr()
12349 FOLD_EXPR_OP (fold), in finish_binary_fold_expr()
H A Dcp-tree.h4022 #define FOLD_EXPR_OP(NODE) \ macro
H A DChangeLog-20151660 (FOLD_EXPR_MODIFY_P, FOLD_EXPR_OP, FOLD_EXPR_PACK, FOLD_EXPR_INIT): New.
H A Dpt.cc12819 tree_code code = FOLD_EXPR_OP (t); in fold_expression()