Searched refs:isNoReturn (Results 1 - 25 of 25) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoReturnFunctionChecker.cpp45 BuildSinks = FD->hasAttr<AnalyzerNoReturnAttr>() || FD->isNoReturn();
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h124 bool isNoReturn; member in struct:llvm::CodeGenIntrinsic
H A DIntrinsicEmitter.cpp581 if (L->isNoReturn != R->isNoReturn)
582 return R->isNoReturn;
759 intrinsic.isNoReturn || intrinsic.isNoSync || intrinsic.isNoFree ||
768 if (intrinsic.isNoReturn) {
H A DCodeGenTarget.cpp632 isNoReturn = false;
798 isNoReturn = true;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.h114 bool isNoReturn(unsigned ID) const { function in class:clang::Builtin::Context
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h606 bool isNoReturn() const { return NoReturn; } function in class:clang::CodeGen::ABIArgInfo::final
641 return FunctionType::ExtInfo(isNoReturn(), getHasRegParm(), getRegParm(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp550 auto NoReturnFuncM = callExpr(callee(functionDecl(isNoReturn())));
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h234 virtual void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) = 0;
H A DCGVTables.cpp345 CallFnInfo.isNoReturn() == CurFnInfo->isNoReturn() &&
H A DCGCall.cpp1905 if (FI.isNoReturn())
1952 if (Fn->isNoReturn())
3132 if (FI.isNoReturn()) {
H A DItaniumCXXABI.cpp162 void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) override;
1276 void ItaniumCXXABI::emitRethrow(CodeGenFunction &CGF, bool isNoReturn) { argument
1284 if (isNoReturn)
H A DMicrosoftCXXABI.cpp120 void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) override;
866 void MicrosoftCXXABI::emitRethrow(CodeGenFunction &CGF, bool isNoReturn) { argument
871 if (isNoReturn)
H A DCGDebugInfo.cpp1696 if (Method->isNoReturn())
3455 if (FD->isNoReturn())
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp409 REGISTER_MATCHER(isNoReturn);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4429 /// functionDecl(isNoReturn())
4434 AST_MATCHER(FunctionDecl, isNoReturn) { return Node.isNoReturn(); }
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h375 bool isNoReturn(ASTContext &astContext) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp651 HasNoReturn = FD->isNoReturn();
H A DSemaStmt.cpp3627 if (FD->isNoReturn())
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp1824 if (Destructor->isNoReturn())
H A DDecl.cpp3100 bool FunctionDecl::isNoReturn() const { function in class:FunctionDecl
H A DASTContext.cpp10290 if (BuiltinInfo.isNoReturn(Id)) EI = EI.withNoReturn(true);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1314 if (SP->isNoReturn())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1829 bool isNoReturn() const { return getFlags() & FlagNoReturn; }
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2341 bool isNoReturn() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2627 if (FD->isNoReturn() || C->isBuiltinAssumeFalse(*Context))

Completed in 484 milliseconds