Searched defs:initv (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-omp.c | 343 c_finish_omp_for (location_t locus, tree declv, tree initv, tree condv, in c_finish_omp_for()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-omp.c | 535 tree orig_declv, tree initv, tree condv, tree incrv, in c_finish_omp_for()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | semantics.c | 7693 tree declv, tree orig_declv, tree initv, in handle_omp_for_class_iterator() 8013 tree orig_declv, tree initv, tree condv, tree incrv, in finish_omp_for()
|
H A D | pt.c | 16279 tree initv, tree condv, tree incrv, tree *clauses, in tsubst_omp_for_iterator() 17140 tree declv = NULL_TREE, initv = NULL_TREE, condv = NULL_TREE; in tsubst_expr() local 25660 dependent_omp_for_p (tree declv, tree initv, tree condv, tree incrv) in dependent_omp_for_p()
|
H A D | parser.c | 35149 tree real_decl, initv, condv, incrv, declv; in cp_parser_omp_for_loop() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | semantics.c | 4450 handle_omp_for_class_iterator (int i, location_t locus, tree declv, tree initv, in handle_omp_for_class_iterator() 4683 finish_omp_for (location_t locus, tree declv, tree initv, tree condv, in finish_omp_for()
|
H A D | pt.c | 12391 tsubst_omp_for_iterator (tree t, int i, tree declv, tree initv, in tsubst_omp_for_iterator() 12905 tree declv, initv, condv, incrv; in tsubst_expr() local 19742 dependent_omp_for_p (tree declv, tree initv, tree condv, tree incrv) in dependent_omp_for_p()
|
H A D | parser.c | 26160 tree real_decl, initv, condv, incrv, declv; in cp_parser_omp_for_loop() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | c-parser.c | 9863 tree declv, condv, incrv, initv, ret = NULL; in c_parser_omp_for_loop() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-parser.c | 15638 tree declv, condv, incrv, initv, ret = NULL_TREE; in c_parser_omp_for_loop() local
|