Searched defs:pre_body (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-omp.c | 699 tree body, tree pre_body, bool final_p) in c_finish_omp_for()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-omp.cc | 940 tree body, tree pre_body, bool final_p) in c_finish_omp_for()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-nested.c | 774 gimple_seq pre_body = gimple_omp_for_pre_body (for_stmt); in walk_gimple_omp_for() local
|
H A D | gimple.c | 941 gimple_seq pre_body) in gimple_build_omp_for()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-nested.cc | 872 gimple_seq pre_body = gimple_omp_for_pre_body (for_stmt); in walk_gimple_omp_for() local
|
H A D | gimple.cc | 944 gimple_seq pre_body) in gimple_build_omp_for()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | semantics.c | 8529 tree *pre_body, tree &clauses, in handle_omp_for_class_iterator() 8882 tree body, tree pre_body, vec<tree> *orig_inits, tree clauses) in finish_omp_for()
|
H A D | pt.c | 18581 tree clauses, body, pre_body; in tsubst_expr() local
|
H A D | parser.c | 38983 tree init, orig_init, cond, incr, body, decl, pre_body = NULL_TREE, ret; in cp_parser_omp_for_loop() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | semantics.cc | 9987 tree *pre_body, tree &clauses, in handle_omp_for_class_iterator() 10343 tree body, tree pre_body, vec<tree> *orig_inits, tree clauses) in finish_omp_for()
|
H A D | pt.cc | 19202 tree clauses, body, pre_body; in tsubst_expr() local
|
H A D | parser.cc | 42427 tree init, orig_init, cond, incr, body, decl, pre_body = NULL_TREE, ret; in cp_parser_omp_for_loop() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 18062 tree pre_body = NULL_TREE, this_pre_body; in c_parser_omp_for_loop() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 19230 tree pre_body = NULL_TREE, this_pre_body; in c_parser_omp_for_loop() local
|