reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
662 assert(Scope.hasEHBranches() == (EHEntry != nullptr)); 1142 if (EHStack.find(cleanup)->hasEHBranches()) 1151 if (scope.hasEHBranches())tools/clang/lib/CodeGen/CGException.cpp
1129 if (catchScope.hasEHBranches()) 1141 if (!CatchScope.hasEHBranches()) { 2045 if (!CatchScope.hasEHBranches()) {