/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | UseNoexceptCheck.cpp | 90 bool IsNoThrow = FnTy->isNothrow(); in check()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCXX.cpp | 816 if (!ProtoType->isNothrow()) in VisitCXXNewAllocatorCall() 889 if (!ProtoType->isNothrow()) in VisitCXXNewExpr()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCXX.cpp | 482 if (!ProtoType->isNothrow(getContext())) in VisitCXXNewExpr()
|
/external/clang/lib/CodeGen/ |
D | CGException.cpp | 432 if (CD->isNothrow()) in EmitStartEHSpec() 511 if (CD->isNothrow()) in EmitEndEHSpec()
|
D | CGStmt.cpp | 2222 if (CD->isNothrow()) in GenerateCapturedStmtFunction()
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 913 return FT->isNothrow(S.Context) ? CT_Cannot : CT_Can; in canCalleeThrow()
|
D | SemaExprCXX.cpp | 3916 if (!CPT || !CPT->isNothrow(C)) in HasNoThrowOperator() 4152 if (!CPT || !CPT->isNothrow(C)) in EvaluateUnaryTypeTrait() 4242 if (!CPT->isNothrow(C) || CPT->getNumParams() > 1) in EvaluateUnaryTypeTrait() 4278 if (!CPT->isNothrow(C) || CPT->getNumParams() > 0) in EvaluateUnaryTypeTrait()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGException.cpp | 458 if (CD->isNothrow()) in EmitStartEHSpec() 547 if (CD->isNothrow()) in EmitEndEHSpec()
|
D | CGStmt.cpp | 2661 if (CD->isNothrow()) in GenerateCapturedStmtFunction()
|
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 138 return getOperatorNew()->getType()->castAs<FunctionProtoType>()->isNothrow( in shouldNullCheckAllocation()
|
D | Type.cpp | 2775 bool FunctionProtoType::isNothrow(const ASTContext &Ctx, in isNothrow() function in FunctionProtoType
|
D | Decl.cpp | 4076 bool CapturedDecl::isNothrow() const { return BodyAndNothrow.getInt(); } in isNothrow() function in CapturedDecl
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCoroutine.cpp | 1360 if (!FT->isNothrow(/*ResultIfDependent*/ false)) { in makeNewAndDeleteExpr()
|
D | SemaExprCXX.cpp | 4681 if (!CPT || !CPT->isNothrow()) in HasNoThrowOperator() 4930 if (!CPT || !CPT->isNothrow()) in EvaluateUnaryTypeTrait() 5022 if (!CPT->isNothrow() || CPT->getNumParams() > 1) in EvaluateUnaryTypeTrait() 5060 if (!CPT->isNothrow() || CPT->getNumParams() > 0) in EvaluateUnaryTypeTrait()
|
D | AnalysisBasedWarnings.cpp | 371 if (FPT->isNothrow() || FD->hasAttr<NoThrowAttr>()) in isNoexcept()
|
D | SemaOverload.cpp | 1581 if (FromFPT->isNothrow() && !ToFPT->isNothrow()) { in IsFunctionConversion() 2944 ->isNothrow() != in HandleFunctionTypeMismatch() 2946 ->isNothrow()) { in HandleFunctionTypeMismatch()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 3380 return FnTy->isNothrow(Finder->getASTContext()); in AST_POLYMORPHIC_MATCHER()
|
/external/llvm-project/clang/lib/AST/ |
D | TextNodeDumper.cpp | 1726 if (D->isNothrow()) in VisitCapturedDecl()
|
D | ExprCXX.cpp | 281 ->isNothrow() && in shouldNullCheckAllocation()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 3661 bool isNothrow() const;
|
/external/llvm-project/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 4812 return FnTy->isNothrow(); in AST_POLYMORPHIC_MATCHER()
|
/external/llvm-project/clang/include/clang/AST/ |
D | Decl.h | 4325 bool isNothrow() const;
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 1052 Record.push_back(CD->isNothrow() ? 1 : 0); in VisitCapturedDecl()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 1205 Record.push_back(CD->isNothrow() ? 1 : 0); in VisitCapturedDecl()
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 1832 Proto->isNothrow(Ctx)) in CanThrow()
|