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

  /external/clang/include/clang/Basic/
Builtins.h 104 bool isNoReturn(unsigned ID) const {
  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 76 /// isNoReturn - True if the intrinsic is no-return.
77 bool isNoReturn;
  /external/clang/lib/CodeGen/
CGCall.h 241 bool isNoReturn() const { return NoReturn; }
270 return FunctionType::ExtInfo(isNoReturn(),
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 848 if (Dtor->isNoReturn())
    [all...]

Completed in 132 milliseconds