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

  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 80 /// isNoReturn - True if the intrinsic is no-return.
81 bool isNoReturn;
  /external/clang/include/clang/Basic/
Builtins.h 106 bool isNoReturn(unsigned ID) const {
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 399 bool isNoReturn() const { return NoReturn; }
428 return FunctionType::ExtInfo(isNoReturn(),
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 901 milliseconds