Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenIntrinsics.h106 bool isNoReturn; member
/external/clang/include/clang/Basic/
DBuiltins.h114 bool isNoReturn(unsigned ID) const { in isNoReturn() function
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h557 bool isNoReturn() const { return NoReturn; } in isNoReturn() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1784 bool isNoReturn() const { return getFlags() & FlagNoReturn; } in isNoReturn() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h2033 bool isNoReturn() const { return getFlags() & FlagNoReturn; } in isNoReturn() function
/external/clang/lib/Analysis/
DCFG.cpp3937 bool CFGImplicitDtor::isNoReturn(ASTContext &astContext) const { in isNoReturn() function in CFGImplicitDtor
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp1038 void ItaniumCXXABI::emitRethrow(CodeGenFunction &CGF, bool isNoReturn) { in emitRethrow()
DMicrosoftCXXABI.cpp866 void MicrosoftCXXABI::emitRethrow(CodeGenFunction &CGF, bool isNoReturn) { in emitRethrow()
/external/clang/lib/AST/
DDecl.cpp2655 bool FunctionDecl::isNoReturn() const { in isNoReturn() function in FunctionDecl