Searched defs:hasNoReturn (Results 1 – 3 of 3) sorted by relevance
87 bool hasNoReturn() const { return SmVersion >= 30 && PTXVersion >= 64; } in hasNoReturn() function
238 HasConstMemberFunction hasNoReturn() { } // expected-warning {{non-void function does not return a value}} in hasNoReturn() function
768 auto hasNoReturn = [&](const BasicBlock *BB) { getInitialEstimatedBlockWeight() local