Searched refs:hasEHBranches (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.cpp578 assert(Scope.hasEHBranches() == (EHEntry != 0));
1012 if (EHStack.find(cleanup)->hasEHBranches())
1021 if (scope.hasEHBranches())
H A DCGCleanup.h122 bool hasEHBranches() const { function in class:clang::CodeGen::EHScope
H A DCGException.cpp1235 if (catchScope.hasEHBranches())
1246 if (!CatchScope.hasEHBranches()) {

Completed in 86 milliseconds