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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
EHScopeStack.h 170 bool isForNormalCleanup() const { return !isForEHCleanup(); }
CGDecl.cpp 486 flags.isForNormalCleanup() && this->useEHCleanupForArray;
503 bool NRVO = flags.isForNormalCleanup() && NRVOFlag;
CGClass.cpp 1653 flags.isForNormalCleanup() && useEHCleanupForArray);
CGObjC.cpp 1606 flags.isForNormalCleanup() && useEHCleanupForArray);

Completed in 62 milliseconds