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

  /src/external/gpl3/gcc.old/dist/gcc/
dbxout.cc 898 static int symbol_queue_index = 0;
902 if (--debug_nesting == 0 && symbol_queue_index > 0) \
1480 for (i = 0; i < symbol_queue_index; ++i)
1500 symbol_queue_index = 0;
1511 if (symbol_queue_index >= symbol_queue_size)
1517 symbol_queue[symbol_queue_index++] = decl;
895 static int symbol_queue_index = 0; variable
dbxout.cc 898 static int symbol_queue_index = 0;
902 if (--debug_nesting == 0 && symbol_queue_index > 0) \
1480 for (i = 0; i < symbol_queue_index; ++i)
1500 symbol_queue_index = 0;
1511 if (symbol_queue_index >= symbol_queue_size)
1517 symbol_queue[symbol_queue_index++] = decl;
895 static int symbol_queue_index = 0; variable

Completed in 38 milliseconds