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

  /external/clang/lib/CodeGen/
CGCleanup.cpp 122 for (stable_iterator si = getInnermostNormalCleanup(), se = stable_end();
128 return stable_end();
132 for (stable_iterator si = getInnermostEHScope(), se = stable_end();
145 return stable_end();
197 assert(getInnermostEHScope() == stable_end());
683 (Scope.getEnclosingNormalCleanup() != EHStack.stable_end());
859 if (TopCleanup == EHStack.stable_end() ||
    [all...]
CGCleanup.h 401 : EHScope(Filter, EHScopeStack::stable_end()) {
CodeGenFunction.h 357 InnermostNormalCleanup(stable_end()),
358 InnermostEHScope(stable_end()) {}
457 return InnermostEHScope != stable_end();
462 return InnermostNormalCleanup != stable_end();
466 /// stable_end() if there are no normal cleanups.
496 static stable_iterator stable_end() { function in class:clang::CodeGen::EHScopeStack
    [all...]
CGException.cpp 604 if (si == EHStack.stable_end())
    [all...]

Completed in 43 milliseconds