Searched defs:pre_body (Results 1 – 14 of 14) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-omp.c | 344 tree incrv, tree body, tree pre_body) in c_finish_omp_for()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-omp.c | 536 tree body, tree pre_body) in c_finish_omp_for()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-nested.c | 651 gimple_seq pre_body = gimple_omp_for_pre_body (for_stmt); in walk_gimple_omp_for() local
|
H A D | gimple.h | 658 gimple_seq pre_body; member 4008 gimple_omp_for_set_pre_body (gimple gs, gimple_seq pre_body) in gimple_omp_for_set_pre_body()
|
H A D | gimple.c | 951 gimple_seq pre_body) in gimple_build_omp_for()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-nested.c | 723 gimple_seq pre_body = gimple_omp_for_pre_body (for_stmt); in walk_gimple_omp_for() local
|
H A D | gimple.c | 927 gimple_seq pre_body) in gimple_build_omp_for()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | semantics.c | 7695 tree *pre_body, tree &clauses, tree *lastp, in handle_omp_for_class_iterator() 8014 tree body, tree pre_body, vec<tree> *orig_inits, tree clauses) in finish_omp_for()
|
H A D | pt.c | 17139 tree clauses, body, pre_body; in tsubst_expr() local
|
H A D | parser.c | 35148 tree init, orig_init, cond, incr, body, decl, pre_body = NULL_TREE, ret; in cp_parser_omp_for_loop() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | semantics.c | 4452 tree *pre_body, tree clauses) in handle_omp_for_class_iterator() 4684 tree incrv, tree body, tree pre_body, tree clauses) in finish_omp_for()
|
H A D | pt.c | 12904 tree clauses, body, pre_body; in tsubst_expr() local
|
H A D | parser.c | 26159 tree init, cond, incr, body, decl, pre_body = NULL_TREE, ret; in cp_parser_omp_for_loop() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-parser.c | 15639 tree pre_body = NULL_TREE, this_pre_body; in c_parser_omp_for_loop() local
|