reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
519 CALLSITE_DELEGATE_GETTER(doesNotThrow());
lib/Analysis/CaptureTracking.cpp 261 if (Call->onlyReadsMemory() && Call->doesNotThrow() &&
lib/IR/Instruction.cpp 594 return !CI->doesNotThrow();
lib/Transforms/InstCombine/InstCombineCalls.cpp1791 if (CI.getFunction()->doesNotThrow() && !CI.doesNotThrow()) { 4384 if (isa<InlineAsm>(Callee) && !Call.doesNotThrow()) {lib/Transforms/Utils/EscapeEnumerator.cpp
60 if (!CI->doesNotThrow())
lib/Transforms/Utils/InlineFunction.cpp 533 if (!CI || CI->doesNotThrow() || isa<InlineAsm>(CI->getCalledValue()))
tools/clang/lib/CodeGen/CGObjCMac.cpp 4289 if (cast<llvm::CallBase>(I).doesNotThrow())