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

  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 5613 bool saw_def = false;
5624 if (!saw_def)
5626 saw_def = true;
5633 else if (saw_def && !PACK_EXPANSION_P (TREE_VALUE (arg)))
5608 bool saw_def = false; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 5576 bool saw_def = false;
5587 if (!saw_def)
5589 saw_def = true;
5596 else if (saw_def && !PACK_EXPANSION_P (TREE_VALUE (arg)))
5571 bool saw_def = false; local

Completed in 33 milliseconds