| 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
|