Searched defs:isNoReturn (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.h114 bool isNoReturn(unsigned ID) const { function in class:clang::Builtin::Context
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h124 bool isNoReturn; member in struct:llvm::CodeGenIntrinsic
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h590 bool isNoReturn() const { return NoReturn; } function in class:clang::CodeGen::ABIArgInfo::final
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3109 bool FunctionDecl::isNoReturn() const { function in class:FunctionDecl
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp859 void MicrosoftCXXABI::emitRethrow(CodeGenFunction &CGF, bool isNoReturn) { argument
H A DItaniumCXXABI.cpp1228 void ItaniumCXXABI::emitRethrow(CodeGenFunction &CGF, bool isNoReturn) { argument

Completed in 148 milliseconds