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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCleanup.cpp 665 assert(Scope.hasEHBranches() == (EHEntry != nullptr));
1173 if (EHStack.find(cleanup)->hasEHBranches())
1182 if (scope.hasEHBranches())
CGCleanup.h 131 bool hasEHBranches() const {
CGException.cpp 1175 if (catchScope.hasEHBranches())
1187 if (!CatchScope.hasEHBranches()) {
2211 if (!CatchScope.hasEHBranches()) {

Completed in 20 milliseconds