reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/ValueTracking.cpp
 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.cpp
 1575   bool MarkNoUnwind = CS.doesNotThrow();
 2065         if (CalledFn && CalledFn->isIntrinsic() && CS.doesNotThrow())