Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.h132 bool isNoReturn(unsigned ID) const { in isNoReturn() function
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h676 bool isNoReturn() const { return NoReturn; } isNoReturn() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1797 bool isNoReturn() const { return getFlags() & FlagNoReturn; } isNoReturn() function
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1267 emitRethrow(CodeGenFunction & CGF,bool isNoReturn) emitRethrow() argument
H A DMicrosoftCXXABI.cpp911 emitRethrow(CodeGenFunction & CGF,bool isNoReturn) emitRethrow() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5342 AST_MATCHER(FunctionDecl,isNoReturn) AST_MATCHER() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3480 bool FunctionDecl::isNoReturn() const { isNoReturn() function in FunctionDecl