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 225 void setDoesNotReturn(bool doesNotReturn = true) {
226 CALLSITE_DELEGATE_SETTER(setDoesNotReturn(doesNotReturn));
  /external/clang/lib/CodeGen/
CGException.cpp 409 ->setDoesNotReturn();
411 Builder.CreateCall(getReThrowFn(*this))->setDoesNotReturn();
459 ThrowCall->setDoesNotReturn();
463 ThrowCall->setDoesNotReturn();
536 ->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/
AddressSanitizer.cpp 330 Call->setDoesNotReturn();
    [all...]

Completed in 229 milliseconds