HomeSort by relevance Sort by last modified time
    Searched defs:NoReturn (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/CodeGen/
CGCall.h 123 /// Whether this function is noreturn.
124 bool NoReturn;
140 CGFunctionInfo(unsigned CallingConvention, bool NoReturn,
153 bool isNoReturn() const { return NoReturn; }
182 ID.AddBoolean(NoReturn);
  /external/llvm/include/llvm/
Attributes.h 39 const Attributes NoReturn = 1<<2; ///< Mark the function as not returning
93 const Attributes FunctionOnly = NoReturn | NoUnwind | ReadNone | ReadOnly |
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 33 milliseconds