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 330 bool hasNormalCleanups() const {
381 assert(hasNormalCleanups() && "adding fixup in scope without cleanups");
CGCleanup.cpp 195 if (!hasNormalCleanups())
243 assert(hasNormalCleanups());
342 assert(EHStack.hasNormalCleanups() &&
659 EHStack.hasNormalCleanups());
802 assert(EHStack.hasNormalCleanups() == HasEnclosingCleanups);
    [all...]
CGStmt.cpp 408 if (EHStack.hasNormalCleanups() && CurLexicalScope)
    [all...]

Completed in 52 milliseconds