Home
last modified time | relevance | path

Searched refs:RANGE_FOR_UNROLL (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.def307 RANGE_FOR_UNROLL, and RANGE_FOR_INIT_STMT, respectively. Only used in
H A Dpt.c18248 RANGE_FOR_UNROLL (stmt) = RANGE_FOR_UNROLL (t); in tsubst_expr()
18255 unsigned short unroll = (RANGE_FOR_UNROLL (t) in tsubst_expr()
18256 ? tree_to_uhwi (RANGE_FOR_UNROLL (t)) : 0); in tsubst_expr()
H A Dcp-tree.h5127 #define RANGE_FOR_UNROLL(NODE) TREE_OPERAND (RANGE_FOR_STMT_CHECK (NODE), 4) macro
H A Dparser.c12512 RANGE_FOR_UNROLL (stmt) = build_int_cst (integer_type_node, unroll); in cp_parser_range_for()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.def308 RANGE_FOR_UNROLL, and RANGE_FOR_INIT_STMT, respectively. Only used in
H A Dpt.cc18852 RANGE_FOR_UNROLL (stmt) = RANGE_FOR_UNROLL (t); in tsubst_expr()
18859 unsigned short unroll = (RANGE_FOR_UNROLL (t) in tsubst_expr()
18860 ? tree_to_uhwi (RANGE_FOR_UNROLL (t)) : 0); in tsubst_expr()
H A Dcp-tree.h5358 #define RANGE_FOR_UNROLL(NODE) TREE_OPERAND (RANGE_FOR_STMT_CHECK (NODE), 4) macro
H A DChangeLog-20178 * cp-tree.h (RANGE_FOR_UNROLL): New macro.
H A Dparser.cc13610 RANGE_FOR_UNROLL (stmt) = build_int_cst (integer_type_node, unroll); in cp_parser_range_for()