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

  /external/clang/lib/CodeGen/
EHScopeStack.h 305 InnermostNormalCleanup(stable_end()),
306 InnermostEHScope(stable_end()) {}
410 return InnermostEHScope != stable_end();
415 return InnermostNormalCleanup != stable_end();
419 /// stable_end() if there are no normal cleanups.
449 static stable_iterator stable_end() { function in class:clang::CodeGen::EHScopeStack
CGCleanup.cpp 128 for (stable_iterator si = getInnermostNormalCleanup(), se = stable_end();
134 return stable_end();
138 for (stable_iterator si = getInnermostEHScope(), se = stable_end();
151 return stable_end();
203 assert(getInnermostEHScope() == stable_end());
716 (Scope.getEnclosingNormalCleanup() != EHStack.stable_end());
    [all...]
CGCleanup.h 403 : EHScope(Filter, EHScopeStack::stable_end()) {
CGException.cpp 620 if (si == EHStack.stable_end())
    [all...]
CGStmt.cpp 379 if (innermostScope != EHScopeStack::stable_end() && ParentScope) {
    [all...]

Completed in 63 milliseconds