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

  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 2473 unsigned p_depth = 0; local
2490 p_depth++;
2492 && p_depth > 0)
2493 p_depth--;
2494 else if (p_depth == 0
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 2312 unsigned p_depth = 0; local
2329 p_depth++;
2331 && p_depth > 0)
2332 p_depth--;
2333 else if (p_depth == 0

Completed in 52 milliseconds