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

  /external/clang/lib/CodeGen/
CGException.cpp 384 ->setDoesNotReturn();
386 Builder.CreateCall(getReThrowFn(*this))->setDoesNotReturn();
434 ThrowCall->setDoesNotReturn();
438 ThrowCall->setDoesNotReturn();
889 ->setDoesNotReturn();
    [all...]
CGExprCXX.cpp     [all...]
CGObjCMac.cpp     [all...]
CGExpr.cpp     [all...]
  /external/llvm/include/llvm/Support/
CallSite.h 225 void setDoesNotReturn(bool doesNotReturn = true) {
226 CALLSITE_DELEGATE_SETTER(setDoesNotReturn(doesNotReturn));
  /external/llvm/include/llvm/
Function.h 236 void setDoesNotReturn(bool DoesNotReturn = true) {
Instructions.h     [all...]

Completed in 38 milliseconds