HomeSort by relevance Sort by last modified time
    Searched refs:setDoesNotReturn (Results 1 - 7 of 7) 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 391 ->setDoesNotReturn();
393 Builder.CreateCall(getReThrowFn(*this))->setDoesNotReturn();
441 ThrowCall->setDoesNotReturn();
445 ThrowCall->setDoesNotReturn();
518 ->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...]

Completed in 120 milliseconds