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 608 EHScope &scope = *EHStack.find(si);
613 case EHScope::Catch: {
627 case EHScope::Cleanup:
631 case EHScope::Filter:
635 case EHScope::Terminate:
647 static bool isNonEHScope(const EHScope &S) {
649 case EHScope::Cleanup:
651 case EHScope::Filter:
652 case EHScope::Catch:
653 case EHScope::Terminate
    [all...]
CGCleanup.cpp 592 EHScope &enclosing = *EHStack.find(Scope.getEnclosingNormalCleanup());
695 EHScope &S = *EHStack.find(Scope.getEnclosingNormalCleanup());
    [all...]

Completed in 440 milliseconds