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

  /external/llvm/include/llvm/Support/
CallSite.h 227 bool doesNotReturn() const {
228 CALLSITE_DELEGATE_GETTER(doesNotReturn());
230 void setDoesNotReturn(bool doesNotReturn = true) {
231 CALLSITE_DELEGATE_SETTER(setDoesNotReturn(doesNotReturn));
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 93 SCCMightReturn |= !F->doesNotReturn();
96 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn();
209 if (CI->doesNotReturn() && !isa<UnreachableInst>(I)) {
  /external/llvm/include/llvm/
Function.h 233 bool doesNotReturn() const {
236 void setDoesNotReturn(bool DoesNotReturn = true) {
237 if (DoesNotReturn) addFnAttr(Attribute::NoReturn);
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 125 if (CI->doesNotReturn()) {
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 357 Assert1(!F->doesNotReturn(),
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]

Completed in 78 milliseconds