| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-parser.cc | 19230 tree declv, condv, incrv, initv, ret = NULL_TREE; 19285 initv = make_tree_vec (count); 19425 TREE_VEC_ELT (initv, i) = init; 19522 stmt = c_finish_omp_for (loc, code, declv, NULL, initv, condv, 19225 tree declv, condv, incrv, initv, ret = NULL_TREE; local
|
| c-parser.cc | 19230 tree declv, condv, incrv, initv, ret = NULL_TREE; 19285 initv = make_tree_vec (count); 19425 TREE_VEC_ELT (initv, i) = init; 19522 stmt = c_finish_omp_for (loc, code, declv, NULL, initv, condv, 19225 tree declv, condv, incrv, initv, ret = NULL_TREE; local
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-parser.cc | 1606 tree declv, condv, incrv, initv; 22381 TREE_VEC_ELT (omp_for_parse_state->initv, depth) = init; 22545 data.initv = make_tree_vec (count); 22580 stmt = c_finish_omp_for (loc, code, data.declv, NULL, data.initv, 1604 tree declv, condv, incrv, initv; member in struct:omp_for_parse_data
|
| c-parser.cc | 1606 tree declv, condv, incrv, initv; 22381 TREE_VEC_ELT (omp_for_parse_state->initv, depth) = init; 22545 data.initv = make_tree_vec (count); 22580 stmt = c_finish_omp_for (loc, code, data.declv, NULL, data.initv, 1604 tree declv, condv, incrv, initv; member in struct:omp_for_parse_data
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| pt.cc | 17992 tree initv, tree condv, tree incrv, tree *clauses, 18181 TREE_VEC_ELT (initv, i) = init; 18318 TREE_VEC_ELT (initv, i) = init; 19120 tree declv = NULL_TREE, initv = NULL_TREE, condv = NULL_TREE; 19138 initv = make_tree_vec (TREE_VEC_LENGTH (OMP_FOR_INIT (t))); 19153 |= tsubst_omp_for_iterator (t, i, declv, orig_declv, initv, 19179 orig_declv, initv, condv, incrv, body, pre_body, 29231 /* Returns TRUE if OMP_FOR with DECLV, INITV, CONDV and INCRV vectors 29235 dependent_omp_for_p (tree declv, tree initv, tree condv, tree incrv) 29245 tree init = TREE_VEC_ELT (initv, i) 19119 tree declv = NULL_TREE, initv = NULL_TREE, condv = NULL_TREE; local [all...] |
| pt.cc | 17992 tree initv, tree condv, tree incrv, tree *clauses, 18181 TREE_VEC_ELT (initv, i) = init; 18318 TREE_VEC_ELT (initv, i) = init; 19120 tree declv = NULL_TREE, initv = NULL_TREE, condv = NULL_TREE; 19138 initv = make_tree_vec (TREE_VEC_LENGTH (OMP_FOR_INIT (t))); 19153 |= tsubst_omp_for_iterator (t, i, declv, orig_declv, initv, 19179 orig_declv, initv, condv, incrv, body, pre_body, 29231 /* Returns TRUE if OMP_FOR with DECLV, INITV, CONDV and INCRV vectors 29235 dependent_omp_for_p (tree declv, tree initv, tree condv, tree incrv) 29245 tree init = TREE_VEC_ELT (initv, i) 19119 tree declv = NULL_TREE, initv = NULL_TREE, condv = NULL_TREE; local [all...] |