HomeSort by relevance Sort by last modified time
    Searched refs:hasNormalCleanups (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
EHScopeStack.h 350 bool hasNormalCleanups() const {
397 assert(hasNormalCleanups() && "adding fixup in scope without cleanups");
CGCleanup.cpp 226 if (!hasNormalCleanups())
274 assert(hasNormalCleanups());
386 assert(EHStack.hasNormalCleanups() &&
692 EHStack.hasNormalCleanups());
    [all...]
CGStmt.cpp 467 if (EHStack.hasNormalCleanups() && CurLexicalScope)
    [all...]

Completed in 103 milliseconds