Searched defs:hasNoReturn (Results 1 – 3 of 3) sorted by relevance
81 bool hasNoReturn() const { return SmVersion >= 30 && PTXVersion >= 64; } in hasNoReturn() function
214 HasConstMemberFunction hasNoReturn() { } // expected-warning {{control reaches end of non-void func… in hasNoReturn() function
768 auto hasNoReturn = [&](const BasicBlock *BB) { in getInitialEstimatedBlockWeight() local