HomeSort by relevance Sort by last modified time
    Searched defs:doesNotReturn (Results 1 - 3 of 3) 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/include/llvm/
Function.h 233 bool doesNotReturn() const {
236 void setDoesNotReturn(bool DoesNotReturn = true) {
237 if (DoesNotReturn) addFnAttr(Attribute::NoReturn);
Instructions.h     [all...]

Completed in 45 milliseconds