Searched refs:RANGE_FOR_EXPR (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | dump.cc | 287 dump_child ("expr", RANGE_FOR_EXPR (t)); in cp_dump_tree()
|
| H A D | cp-tree.def | 307 RANGE_FOR_DECL, RANGE_FOR_EXPR, RANGE_FOR_BODY, RANGE_FOR_SCOPE,
|
| H A D | cxx-pretty-print.cc | 2085 statement (RANGE_FOR_EXPR (t)); in statement()
|
| H A D | constexpr.cc | 8526 RECUR (RANGE_FOR_EXPR (t)); in check_for_return_continue() 9049 if (!RECUR (RANGE_FOR_EXPR (t), any)) in potential_constant_expression_1()
|
| H A D | cp-tree.h | 5355 #define RANGE_FOR_EXPR(NODE) TREE_OPERAND (RANGE_FOR_STMT_CHECK (NODE), 1) macro
|
| H A D | ChangeLog-2010 | 1519 * cp-tree.h (RANGE_FOR_DECL, RANGE_FOR_EXPR, RANGE_FOR_BODY): New.
|
| H A D | semantics.cc | 1465 RANGE_FOR_EXPR (range_for_stmt) = expr; in finish_range_for_decl()
|
| H A D | pt.cc | 18840 expr = RECUR (RANGE_FOR_EXPR (t)); in tsubst_expr()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | dump.c | 306 dump_child ("expr", RANGE_FOR_EXPR (t)); in cp_dump_tree()
|
| H A D | cp-tree.def | 306 RANGE_FOR_DECL, RANGE_FOR_EXPR, RANGE_FOR_BODY, RANGE_FOR_SCOPE,
|
| H A D | cxx-pretty-print.c | 2103 statement (RANGE_FOR_EXPR (t)); in statement()
|
| H A D | constexpr.c | 7588 RECUR (RANGE_FOR_EXPR (t)); in check_for_return_continue() 8103 if (!RECUR (RANGE_FOR_EXPR (t), any)) in potential_constant_expression_1()
|
| H A D | cp-tree.h | 5124 #define RANGE_FOR_EXPR(NODE) TREE_OPERAND (RANGE_FOR_STMT_CHECK (NODE), 1) macro
|
| H A D | semantics.c | 1194 RANGE_FOR_EXPR (range_for_stmt) = expr; in finish_range_for_decl()
|
| H A D | pt.c | 18236 expr = RECUR (RANGE_FOR_EXPR (t)); in tsubst_expr()
|