HomeSort by: relevance | last modified time | path
    Searched defs:begin2 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 7099 tree begin2 = TREE_VEC_ELT (it2, 1);
7103 if (cp_walk_tree (&begin2, find_omp_placeholder_r, var, &pset))
7105 error_at (EXPR_LOC_OR_LOC (begin2, loc2),
7098 tree begin2 = TREE_VEC_ELT (it2, 1); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc 6676 tree begin2 = TREE_VEC_ELT (it2, 1);
6680 if (cp_walk_tree (&begin2, find_omp_placeholder_r, var, &pset))
6682 error_at (EXPR_LOC_OR_LOC (begin2, loc2),
6675 tree begin2 = TREE_VEC_ELT (it2, 1); local
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 14917 tree begin2 = TREE_VEC_ELT (it2, 1);
14930 else if (walk_tree (&begin2, c_find_omp_var_r, &data, &pset))
14932 error_at (EXPR_LOC_OR_LOC (begin2, loc2),
14876 tree begin2 = TREE_VEC_ELT (it2, 1); local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 14075 tree begin2 = TREE_VEC_ELT (it2, 1);
14088 else if (walk_tree (&begin2, c_find_omp_var_r, &data, &pset))
14090 error_at (EXPR_LOC_OR_LOC (begin2, loc2),
14036 tree begin2 = TREE_VEC_ELT (it2, 1); local

Completed in 64 milliseconds