Home
last modified time | relevance | path

Searched defs:isNoReturn (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DBuiltins.h115 bool isNoReturn(unsigned ID) const { in isNoReturn() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h127 bool isNoReturn; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h665 bool isNoReturn() const { return NoReturn; } in isNoReturn() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1992 bool isNoReturn() const { return getFlags() & FlagNoReturn; } in isNoReturn() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1281 void ItaniumCXXABI::emitRethrow(CodeGenFunction &CGF, bool isNoReturn) { in emitRethrow()
H A DMicrosoftCXXABI.cpp880 void MicrosoftCXXABI::emitRethrow(CodeGenFunction &CGF, bool isNoReturn) { in emitRethrow()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4934 AST_MATCHER(FunctionDecl, isNoReturn) { return Node.isNoReturn(); } in AST_MATCHER() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp3222 bool FunctionDecl::isNoReturn() const { in isNoReturn() function in FunctionDecl