Searched defs:stable_end (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DEHScopeStack.h268 StartOfData(nullptr), InnermostNormalCleanup(stable_end()),
269 InnermostEHScope(stable_end()) {}
351 return InnermostNormalCleanup != stable_end();
355 /// stable_end() if there are no normal cleanups.
384 static stable_iterator stable_end() { function in class:clang::CodeGen::EHScopeStack

Completed in 147 milliseconds