HomeSort by: relevance | last modified time | path
    Searched refs:EHScope (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCleanup.h 43 class EHScope {
50 friend class EHScope;
107 EHScope(Kind kind, EHScopeStack::stable_iterator enclosingEHScope)
147 class EHCatchScope : public EHScope {
183 : EHScope(Catch, enclosingEHScope) {
226 static bool classof(const EHScope *Scope) {
232 class alignas(8) EHCleanupScope : public EHScope {
291 : EHScope(EHScope::Cleanup, enclosingEH),
419 static bool classof(const EHScope *Scope)
    [all...]
CGException.cpp 659 EHScope &scope = *EHStack.find(si);
664 case EHScope::Catch: {
678 case EHScope::Cleanup:
682 case EHScope::Filter:
686 case EHScope::Terminate:
703 EHScope &EHS = *EHStack.find(SI);
709 if (EHS.getKind() == EHScope::Terminate)
716 case EHScope::Catch:
720 case EHScope::Cleanup:
724 case EHScope::Filter
    [all...]
CGCleanup.cpp 712 EHScope &enclosing = *EHStack.find(Scope.getEnclosingNormalCleanup());
850 EHScope &S = *EHStack.find(Scope.getEnclosingNormalCleanup());
1181 EHScope &scope = *EHStack.find(i);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
Analysis.cpp 710 DenseMap<const MachineBasicBlock *, int> &EHScopeMembership, int EHScope,
720 auto P = EHScopeMembership.insert(std::make_pair(Visiting, EHScope));
724 assert(P.first->second == EHScope && "MBB is part of two scopes!");

Completed in 38 milliseconds