Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.h80 bool isNoReturn; member
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.h132 bool isNoReturn(unsigned ID) const { in isNoReturn() function
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h687 bool isNoReturn() const { return NoReturn; } in isNoReturn() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1855 bool isNoReturn() const { return getFlags() & FlagNoReturn; } in isNoReturn() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp909 void MicrosoftCXXABI::emitRethrow(CodeGenFunction &CGF, bool isNoReturn) { in emitRethrow()
H A DItaniumCXXABI.cpp1412 void ItaniumCXXABI::emitRethrow(CodeGenFunction &CGF, bool isNoReturn) { in emitRethrow()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5366 AST_MATCHER(FunctionDecl, isNoReturn) { return Node.isNoReturn(); } in AST_MATCHER() argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3517 bool FunctionDecl::isNoReturn() const { in isNoReturn() function in FunctionDecl