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 32 class EHScope {
39 friend class EHScope;
98 EHScope(Kind kind, EHScopeStack::stable_iterator enclosingEHScope)
138 class EHCatchScope : public EHScope {
174 : EHScope(Catch, enclosingEHScope) {
201 static bool classof(const EHScope *Scope) {
207 class EHCleanupScope : public EHScope {
261 : EHScope(EHScope::Cleanup, enclosingEH), EnclosingNormal(enclosingNormal),
379 static bool classof(const EHScope *Scope)
    [all...]
CGException.cpp 624 EHScope &scope = *EHStack.find(si);
629 case EHScope::Catch: {
643 case EHScope::Cleanup:
647 case EHScope::Filter:
651 case EHScope::Terminate:
663 static bool isNonEHScope(const EHScope &S) {
665 case EHScope::Cleanup:
667 case EHScope::Filter:
668 case EHScope::Catch:
669 case EHScope::Terminate
    [all...]
CGCleanup.cpp 625 EHScope &enclosing = *EHStack.find(Scope.getEnclosingNormalCleanup());
728 EHScope &S = *EHStack.find(Scope.getEnclosingNormalCleanup());
    [all...]

Completed in 40 milliseconds