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

  /external/llvm/include/llvm/Support/
CallSite.h 230 void setDoesNotReturn(bool doesNotReturn = true) {
231 CALLSITE_DELEGATE_SETTER(setDoesNotReturn(doesNotReturn));
  /external/clang/lib/CodeGen/
CGException.cpp 421 ->setDoesNotReturn();
423 Builder.CreateCall(getReThrowFn(*this))->setDoesNotReturn();
471 ThrowCall->setDoesNotReturn();
475 ThrowCall->setDoesNotReturn();
548 ->setDoesNotReturn();
    [all...]
CGExprCXX.cpp     [all...]
CGObjCMac.cpp     [all...]
CGExpr.cpp     [all...]
  /external/llvm/include/llvm/
Function.h 236 void setDoesNotReturn(bool DoesNotReturn = true) {
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 90 TrapCall->setDoesNotReturn();

Completed in 126 milliseconds