Searched defs:incrv (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-omp.c | 698 tree orig_declv, tree initv, tree condv, tree incrv, in c_finish_omp_for()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-omp.cc | 939 tree orig_declv, tree initv, tree condv, tree incrv, in c_finish_omp_for()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | semantics.c | 8528 tree condv, tree incrv, tree *body, in handle_omp_for_class_iterator() 8881 tree orig_declv, tree initv, tree condv, tree incrv, in finish_omp_for()
|
H A D | pt.c | 17542 tree initv, tree condv, tree incrv, tree *clauses, in tsubst_omp_for_iterator() 18584 tree incrv = NULL_TREE; in tsubst_expr() local 27651 dependent_omp_for_p (tree declv, tree initv, tree condv, tree incrv) in dependent_omp_for_p()
|
H A D | parser.c | 38985 tree real_decl, initv, condv, incrv, declv, orig_declv; in cp_parser_omp_for_loop() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | semantics.cc | 9986 tree condv, tree incrv, tree *body, in handle_omp_for_class_iterator() 10342 tree orig_declv, tree initv, tree condv, tree incrv, in finish_omp_for()
|
H A D | pt.cc | 18106 tree initv, tree condv, tree incrv, tree *clauses, in tsubst_omp_for_iterator() 19205 tree incrv = NULL_TREE; in tsubst_expr() local 28576 dependent_omp_for_p (tree declv, tree initv, tree condv, tree incrv) in dependent_omp_for_p()
|
H A D | parser.cc | 42429 tree real_decl, initv, condv, incrv, declv, orig_declv; in cp_parser_omp_for_loop() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 18061 tree declv, condv, incrv, initv, ret = NULL_TREE; in c_parser_omp_for_loop() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 19229 tree declv, condv, incrv, initv, ret = NULL_TREE; in c_parser_omp_for_loop() local
|