Searched defs:isNoReturn (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/utils/TableGen/Basic/ | ||
H A D | CodeGenIntrinsics.h | 80 bool isNoReturn; global() member |
/llvm-project/clang/include/clang/Basic/ | ||
H A D | Builtins.h | 132 bool isNoReturn(unsigned ID) const { isNoReturn() function |
/llvm-project/clang/include/clang/CodeGen/ | ||
H A D | CGFunctionInfo.h | 687 bool isNoReturn() const { return NoReturn; } isNoReturn() function |
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | DebugInfoMetadata.h | 1855 bool isNoReturn() const { return getFlags() & FlagNoReturn; } isNoReturn() function |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | ItaniumCXXABI.cpp | 1266 emitRethrow(CodeGenFunction & CGF,bool isNoReturn) emitRethrow() argument |
H A D | MicrosoftCXXABI.cpp | 909 emitRethrow(CodeGenFunction & CGF,bool isNoReturn) emitRethrow() argument |
/llvm-project/clang/lib/AST/ | ||
H A D | Decl.cpp | 3513 bool FunctionDecl::isNoReturn() const { isNoReturn() function in FunctionDecl |
/llvm-project/clang/include/clang/ASTMatchers/ | ||
H A D | ASTMatchers.h | 5366 AST_MATCHER(FunctionDecl,isNoReturn) AST_MATCHER() argument |