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

/external/clang/lib/CodeGen/
H A DEHScopeStack.h256 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

Completed in 75 milliseconds