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 222 bool doesNotReturn() const {
223 CALLSITE_DELEGATE_GETTER(doesNotReturn());
225 void setDoesNotReturn(bool doesNotReturn = true) {
226 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 137 milliseconds