HomeSort by relevance Sort by last modified time
    Searched refs:setDoesNotReturn (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/IR/
CallSite.h 254 void setDoesNotReturn() {
255 CALLSITE_DELEGATE_SETTER(setDoesNotReturn());
Function.h 260 void setDoesNotReturn() {
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 88 TrapCall->setDoesNotReturn();
  /external/clang/lib/CodeGen/
CGException.cpp 545 ->setDoesNotReturn();
    [all...]
CGCall.cpp     [all...]
CGExpr.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
CGObjCMac.cpp     [all...]
CGObjCGNU.cpp     [all...]
MicrosoftCXXABI.cpp 667 Call.setDoesNotReturn();
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]

Completed in 190 milliseconds