HomeSort by: relevance | last modified time | path
    Searched defs:isNoReturn (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Builtins.h 115 bool isNoReturn(unsigned ID) const {
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenIntrinsics.h 127 bool isNoReturn;
  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CGFunctionInfo.h 665 bool isNoReturn() const { return NoReturn; }
700 return FunctionType::ExtInfo(isNoReturn(), getHasRegParm(), getRegParm(),
  /src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp 3222 bool FunctionDecl::isNoReturn() const {

Completed in 20 milliseconds