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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGException.cpp 840 bool hasCatchAll = false;
856 assert(!hasCatchAll && "EH filter reached after catch-all");
870 assert(!hasCatchAll);
871 hasCatchAll = true;
886 assert(!hasCatchAll);
887 hasCatchAll = true;
900 assert(!(hasCatchAll && hasFilter));
901 if (hasCatchAll) {
1240 bool HasCatchAll = false;
1242 HasCatchAll |= Handlers[I - 1].isCatchAll()
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 4303 bool HasCatchAll = false;
4309 HasCatchAll = true;
4319 if (!HasCatchAll) {

Completed in 41 milliseconds