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

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p3.cpp 116 constexpr int NoReturn() {} // expected-error {{no return statement in constexpr function}}
  /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
92 const Attributes FunctionOnly = NoReturn | NoUnwind | ReadNone | ReadOnly |
  /external/clang/lib/Analysis/
CFG.cpp 593 /// createNoReturnBlock - Used to create a block is a 'noreturn' point in the
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 1789 milliseconds