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

  /external/clang/lib/CodeGen/
CGCleanup.cpp 193 if (!hasNormalCleanups())
241 assert(hasNormalCleanups());
339 assert(EHStack.hasNormalCleanups() &&
649 EHStack.hasNormalCleanups());
792 assert(EHStack.hasNormalCleanups() == HasEnclosingCleanups);
    [all...]
EHScopeStack.h 414 bool hasNormalCleanups() const {
465 assert(hasNormalCleanups() && "adding fixup in scope without cleanups");
CGStmt.cpp 370 if (EHStack.hasNormalCleanups() && CurLexicalScope)
    [all...]

Completed in 223 milliseconds