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 30 class EHScope {
37 friend class EHScope;
96 EHScope(Kind kind, EHScopeStack::stable_iterator enclosingEHScope)
136 class EHCatchScope : public EHScope {
172 : EHScope(Catch, enclosingEHScope) {
199 static bool classof(const EHScope *Scope) {
205 class EHCleanupScope : public EHScope {
259 : EHScope(EHScope::Cleanup, enclosingEH), EnclosingNormal(enclosingNormal),
377 static bool classof(const EHScope *Scope)
    [all...]
CGException.cpp 620 EHScope &scope = *EHStack.find(si);
625 case EHScope::Catch: {
639 case EHScope::Cleanup:
643 case EHScope::Filter:
647 case EHScope::Terminate:
659 static bool isNonEHScope(const EHScope &S) {
661 case EHScope::Cleanup:
663 case EHScope::Filter:
664 case EHScope::Catch:
665 case EHScope::Terminate
    [all...]
CGCleanup.cpp 598 EHScope &enclosing = *EHStack.find(Scope.getEnclosingNormalCleanup());
701 EHScope &S = *EHStack.find(Scope.getEnclosingNormalCleanup());
    [all...]

Completed in 23 milliseconds