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

References

lib/CodeGen/WasmEHPrepare.cpp
  252     F->setDoesNotThrow();
lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
  647   GetTempRet0Func->setDoesNotThrow();
  648   SetTempRet0Func->setDoesNotThrow();
lib/Transforms/IPO/FunctionAttrs.cpp
 1314           F.setDoesNotThrow();
lib/Transforms/Utils/BuildLibCalls.cpp
   70   F.setDoesNotThrow();
lib/Transforms/Utils/CodeExtractor.cpp
  828     newFunction->setDoesNotThrow();
tools/clang/lib/CodeGen/CGBuiltin.cpp
 1172   Fn->setDoesNotThrow();
tools/clang/lib/CodeGen/CGDeclCXX.cpp
  278     atexitFn->setDoesNotThrow();
  351     Fn->setDoesNotThrow();
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  477     F->setDoesNotThrow();
tools/clang/lib/CodeGen/CodeGenFunction.cpp
 1082   F->setDoesNotThrow();
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 2392     fn->setDoesNotThrow();
 4318     fn->setDoesNotThrow();
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 2271     TLRegDtorFn->setDoesNotThrow();