HomeSort by: relevance | last modified time | path
    Searched refs:n_tokens (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcpp/include/
line-map.h 476 unsigned int n_tokens; variable
492 where n == n_tokens;
705 return macro_map->n_tokens;
  /src/external/gpl3/gcc.old/dist/libcpp/include/
line-map.h 465 unsigned int n_tokens; variable
481 where n == n_tokens;
694 return macro_map->n_tokens;
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 16137 gcc_checking_assert (mac_map->n_tokens);
16139 for (unsigned ix = mac_map->n_tokens * 2; ix--;)
16225 if (offset > info->src->n_tokens)
16552 offset += mac->n_tokens;
16730 sec.u (mac->n_tokens);
16738 for (unsigned jx = mac->n_tokens * 2; jx--;)
16756 runs, mac->n_tokens,
16758 MAP_START_LOCATION (mac) + mac->n_tokens,
16891 unsigned n_tokens = sec.u ();
16896 = linemap_enter_macro (line_table, node, exp_loc, n_tokens);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 15840 if (mmap->n_tokens)
16122 if (!mmap->n_tokens)
16127 sec.u (mmap->n_tokens);
16135 for (unsigned jx = mmap->n_tokens * 2; jx--;)
16153 runs, mmap->n_tokens,
16154 start_loc, start_loc + mmap->n_tokens,
16157 offset -= mmap->n_tokens;
16304 unsigned n_tokens = sec.u ();
16309 = linemap_enter_macro (line_table, node, exp_loc, n_tokens);
16319 for (unsigned jx = macro->n_tokens * 2; jx-- && !sec.get_overrun ();
    [all...]
  /src/external/gpl3/gcc/dist/libcpp/
line-map.cc 813 map->n_tokens = num_tokens;
  /src/external/gpl3/gcc.old/dist/libcpp/
line-map.cc 698 map->n_tokens = num_tokens;

Completed in 40 milliseconds