Home
last modified time | relevance | path

Searched defs:hasNoReturn (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
DNVPTXSubtarget.h81 bool hasNoReturn() const { return SmVersion >= 30 && PTXVersion >= 64; } in hasNoReturn() function
/external/clang/test/Analysis/
Dconst-method-call.cpp214 HasConstMemberFunction hasNoReturn() { } // expected-warning {{control reaches end of non-void func… in hasNoReturn() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp768 auto hasNoReturn = [&](const BasicBlock *BB) { in getInitialEstimatedBlockWeight() local