reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
346 bool requiresLandingPad() const;
702 assert(EHStack.requiresLandingPad()); 752 assert(EHStack.requiresLandingPad());tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
1706 if (!CGF.EHStack.requiresLandingPad() || !CGF.getLangOpts().Exceptions ||
tools/clang/lib/CodeGen/CodeGenFunction.h 1653 if (!EHStack.requiresLandingPad()) return nullptr;