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

  /external/clang/lib/CodeGen/
CGCleanup.h 44 class EHScope {
51 friend class EHScope;
108 EHScope(Kind kind, EHScopeStack::stable_iterator enclosingEHScope)
148 class EHCatchScope : public EHScope {
184 : EHScope(Catch, enclosingEHScope) {
227 static bool classof(const EHScope *Scope) {
233 class LLVM_ALIGNAS(/*alignof(uint64_t)*/ 8) EHCleanupScope : public EHScope {
292 : EHScope(EHScope::Cleanup, enclosingEH),
420 static bool classof(const EHScope *Scope)
    [all...]
CGException.cpp 586 EHScope &scope = *EHStack.find(si);
591 case EHScope::Catch: {
605 case EHScope::Cleanup:
609 case EHScope::Filter:
613 case EHScope::Terminate:
617 case EHScope::PadEnd:
633 EHScope &EHS = *EHStack.find(SI);
639 if (EHS.getKind() == EHScope::Terminate)
646 case EHScope::Catch:
650 case EHScope::Cleanup
    [all...]
CGCleanup.cpp 668 EHScope &enclosing = *EHStack.find(Scope.getEnclosingNormalCleanup());
780 EHScope &S = *EHStack.find(Scope.getEnclosingNormalCleanup());
    [all...]

Completed in 83 milliseconds