reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4264 if (!CS.doesNotThrow())
lib/CodeGen/WinEHPrepare.cpp 957 if (CalledFn && ((CalledFn->isIntrinsic() && CS.doesNotThrow()) ||
lib/Target/X86/X86WinEHState.cpp 634 return !CS.doesNotThrow();
lib/Transforms/Utils/InlineFunction.cpp1575 bool MarkNoUnwind = CS.doesNotThrow(); 2065 if (CalledFn && CalledFn->isIntrinsic() && CS.doesNotThrow())