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

  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 3628 int compare_debug;
4355 compare_debug = 1;
4357 compare_debug = -1;
4358 if (compare_debug < 0)
5479 if (!compare_debug)
5485 compare_debug = 2;
5490 compare_debug = 3;
5494 else if (compare_debug < 0)
5496 compare_debug = 0;
5567 if (compare_debug == 2 || compare_debug == 3
3610 int compare_debug; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 3659 int compare_debug;
4344 compare_debug = 1;
4346 compare_debug = -1;
4347 if (compare_debug < 0)
5393 if (!compare_debug)
5399 compare_debug = 2;
5404 compare_debug = 3;
5408 else if (compare_debug < 0)
5410 compare_debug = 0;
5481 if (compare_debug == 2 || compare_debug == 3
3641 int compare_debug; variable
    [all...]

Completed in 20 milliseconds