Home
last modified time | relevance | path

Searched defs:NoThrow (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1960 Value *llvm::emitHotColdNewNoThrow(Value *Num, Value *NoThrow, IRBuilderBase &B, in emitHotColdNewNoThrow()
2002 Value *NoThrow, IRBuilderBase &B, in emitHotColdNewAlignedNoThrow()
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc6549 TEST(StreamingAssertionsTest, NoThrow) { in TEST() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5730 bool NoThrow = F.doesNotThrow(); in determineFunctionCaptureCapabilities() local