Home
last modified time | relevance | path

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

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