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

  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 3072 int next_iter; /* next iterator to use */
3092 spill_fill_data.next_iter = 0;
3113 int iter = spill_fill_data.next_iter;
3208 spill_fill_data.next_iter = iter;
3217 int iter = spill_fill_data.next_iter;
3258 int iter = spill_fill_data.next_iter;
3067 int next_iter; \/* next iterator to use *\/ member in struct:spill_fill_data
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 3062 int next_iter; /* next iterator to use */
3082 spill_fill_data.next_iter = 0;
3103 int iter = spill_fill_data.next_iter;
3198 spill_fill_data.next_iter = iter;
3207 int iter = spill_fill_data.next_iter;
3248 int iter = spill_fill_data.next_iter;
3057 int next_iter; \/* next iterator to use *\/ member in struct:spill_fill_data

Completed in 37 milliseconds