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 256 StartOfData(nullptr), InnermostNormalCleanup(stable_end()),
257 InnermostEHScope(stable_end()) {}
326 return InnermostEHScope != stable_end();
331 return InnermostNormalCleanup != stable_end();
335 /// stable_end() if there are no normal cleanups.
365 static stable_iterator stable_end() { function in class:clang::CodeGen::EHScopeStack
CGCleanup.cpp 130 for (stable_iterator si = getInnermostNormalCleanup(), se = stable_end();
136 return stable_end();
140 for (stable_iterator si = getInnermostEHScope(), se = stable_end();
153 return stable_end();
205 assert(getInnermostEHScope() == stable_end());
726 (Scope.getEnclosingNormalCleanup() != EHStack.stable_end());
    [all...]
CGCleanup.h 412 : EHScope(Filter, EHScopeStack::stable_end()) {
CGException.cpp 588 if (si == EHStack.stable_end())
    [all...]
CGStmt.cpp 449 if (innermostScope != EHScopeStack::stable_end() && ParentScope) {
    [all...]

Completed in 46 milliseconds