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

  /src/external/gpl3/gcc/dist/gcc/
tree-diagnostic.cc 105 auto_vec<loc_map_pair> loc_vec; local
117 LOC_VEC, so that we can later walk it at our convenience to
121 the beginning of LOC_VEC. */
128 loc_vec.safe_push (loc);
143 /* Walk LOC_VEC and print the macro expansion trace, unless the
150 FOR_EACH_VEC_ELT (loc_vec, ix, iter)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-diagnostic.cc 104 auto_vec<loc_map_pair> loc_vec; local
116 LOC_VEC, so that we can later walk it at our convenience to
120 the beginning of LOC_VEC. */
127 loc_vec.safe_push (loc);
142 /* Walk LOC_VEC and print the macro expansion trace, unless the
149 FOR_EACH_VEC_ELT (loc_vec, ix, iter)

Completed in 25 milliseconds