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());
863 if (TopCleanup == EHStack.stable_end() |
    [all...]
CGCleanup.h 401 : EHScope(Filter, EHScopeStack::stable_end()) {
CodeGenFunction.h 356 InnermostNormalCleanup(stable_end()),
357 InnermostEHScope(stable_end()) {}
456 return InnermostEHScope != stable_end();
461 return InnermostNormalCleanup != stable_end();
465 /// stable_end() if there are no normal cleanups.
495 static stable_iterator stable_end() { function in class:clang::CodeGen::EHScopeStack
    [all...]
CGException.cpp 616 if (si == EHStack.stable_end())
    [all...]

Completed in 318 milliseconds