Searched refs:isNothrow (Results 1 – 21 of 21) sorted by relevance
816 if (!ProtoType->isNothrow()) in VisitCXXNewAllocatorCall()889 if (!ProtoType->isNothrow()) in VisitCXXNewExpr()
470 if (CD->isNothrow()) in EmitStartEHSpec()573 if (CD->isNothrow() && !EHStack.empty()) in EmitEndEHSpec()
2770 if (CD->isNothrow()) in GenerateCapturedStmtFunction()
4129 if (Proto->isNothrow()) { in extractPBaseFlags()
1742 FPT->isNothrow()) in AddAttributesFromFunctionProtoType()
516 if (CD->isNothrow()) in emitOutlinedFunctionPrologue()
1326 if (!FT->isNothrow(/*ResultIfDependent*/ false)) { in makeNewAndDeleteExpr()
4799 if (!CPT || !CPT->isNothrow()) in HasNoThrowOperator()5050 if (!CPT || !CPT->isNothrow()) in EvaluateUnaryTypeTrait()5142 if (!CPT->isNothrow() || CPT->getNumParams() > 1) in EvaluateUnaryTypeTrait()5180 if (!CPT->isNothrow() || CPT->getNumParams() > 0) in EvaluateUnaryTypeTrait()
373 if (FPT->isNothrow() || FD->hasAttr<NoThrowAttr>()) in isNoexcept()
1581 if (FromFPT->isNothrow() && !ToFPT->isNothrow()) { in IsFunctionConversion()2944 ->isNothrow() != in HandleFunctionTypeMismatch()2946 ->isNothrow()) { in HandleFunctionTypeMismatch()
10861 if (!Proto->isNothrow(/*ResultIfDependent*/true) && in CheckReturnValExpr()
11106 if (FPT->isNothrow()) in CheckFunctionDeclaration()
282 ->isNothrow() && in shouldNullCheckAllocation()
1780 if (D->isNothrow()) in VisitCapturedDecl()
4894 bool CapturedDecl::isNothrow() const { return BodyAndNothrow.getInt(); } in isNothrow() function in CapturedDecl
3183 } else if (T->isNothrow()) { in mangleType()
5088 return FnTy->isNothrow(); in AST_POLYMORPHIC_MATCHER()
4371 bool isNothrow() const;
4214 bool isNothrow(bool ResultIfDependent = false) const {
1207 Record.push_back(CD->isNothrow() ? 1 : 0); in VisitCapturedDecl()
2594 Proto->isNothrow()) in CanThrow()