Searched refs:RANGE_FOR_EXPR (Results 1 – 13 of 13) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | dump.c | 305 dump_child ("expr", RANGE_FOR_EXPR (t)); in cp_dump_tree()
|
| HD | cp-tree.def | 304 RANGE_FOR_DECL, RANGE_FOR_EXPR, RANGE_FOR_BODY, and RANGE_FOR_SCOPE,
|
| HD | cxx-pretty-print.c | 2029 statement (RANGE_FOR_EXPR (t)); in statement()
|
| HD | constexpr.c | 5662 if (!RECUR (RANGE_FOR_EXPR (t), any)) in potential_constant_expression_1()
|
| HD | cp-tree.h | 4903 #define RANGE_FOR_EXPR(NODE) TREE_OPERAND (RANGE_FOR_STMT_CHECK (NODE), 1) macro
|
| HD | semantics.c | 1114 RANGE_FOR_EXPR (range_for_stmt) = expr; in finish_range_for_decl()
|
| HD | pt.c | 16813 expr = RECUR (RANGE_FOR_EXPR (t)); in tsubst_expr()
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | dump.c | 460 dump_child ("expr", RANGE_FOR_EXPR (t)); in cp_dump_tree()
|
| HD | cp-tree.def | 304 RANGE_FOR_DECL, RANGE_FOR_EXPR, RANGE_FOR_BODY, and RANGE_FOR_SCOPE,
|
| HD | cxx-pretty-print.c | 1969 pp_cxx_statement (pp, RANGE_FOR_EXPR (t)); in pp_cxx_statement()
|
| HD | cp-tree.h | 3993 #define RANGE_FOR_EXPR(NODE) TREE_OPERAND (RANGE_FOR_STMT_CHECK (NODE), 1) macro
|
| HD | semantics.c | 987 RANGE_FOR_EXPR (range_for_stmt) = expr; in finish_range_for_decl()
|
| HD | pt.c | 12699 expr = RECUR (RANGE_FOR_EXPR (t)); in tsubst_expr()
|