Searched refs:isNothrow (Results 1 – 21 of 21) sorted by relevance
979 if (!ProtoType->isNothrow()) in VisitCXXNewAllocatorCall()1050 if (!ProtoType->isNothrow()) in VisitCXXNewExpr()
481 if (CD->isNothrow()) in EmitStartEHSpec()588 if (CD->isNothrow() && !EHStack.empty()) in EmitEndEHSpec()
3169 if (CD->isNothrow()) in GenerateCapturedStmtFunction()
4471 if (Proto->isNothrow()) { in extractPBaseFlags()
1750 FPT->isNothrow()) in AddAttributesFromFunctionProtoType()
550 if (CD->isNothrow()) in emitOutlinedFunctionPrologue()
1106 !FT->isNothrow()) in CheckCXXThrowOperand()5118 if (!CPT || !CPT->isNothrow()) in HasNoThrowOperator()5469 if (!CPT || !CPT->isNothrow()) in EvaluateUnaryTypeTrait()5561 if (!CPT->isNothrow() || CPT->getNumParams() > 1) in EvaluateUnaryTypeTrait()5599 if (!CPT->isNothrow() || CPT->getNumParams() > 0) in EvaluateUnaryTypeTrait()
1499 if (!FT->isNothrow(/*ResultIfDependent*/ false)) { in makeNewAndDeleteExpr()
400 if (FPT->isNothrow() || FD->hasAttr<NoThrowAttr>()) in isNoexcept()
1838 if (FromFPT->isNothrow() && !ToFPT->isNothrow()) { in IsFunctionConversion()3241 ->isNothrow() != in HandleFunctionTypeMismatch()3243 ->isNothrow()) { in HandleFunctionTypeMismatch()
9158 if (!Proto->isNothrow(/*ResultIfDependent*/true) && in CheckReturnValExpr()
12138 if (FPT->isNothrow()) in CheckFunctionDeclaration()
333 ->isNothrow() && in shouldNullCheckAllocation()
2286 if (D->isNothrow()) in VisitCapturedDecl()
5435 bool CapturedDecl::isNothrow() const { return BodyAndNothrow.getInt(); } in isNothrow() function in CapturedDecl
3550 } else if (T->isNothrow()) { in mangleType()
4705 bool isNothrow() const;
5345 bool isNothrow(bool ResultIfDependent = false) const {
5508 return FnTy->isNothrow(); in AST_POLYMORPHIC_MATCHER()
1334 Record.push_back(CD->isNothrow() ? 1 : 0); in VisitCapturedDecl()
2688 Proto->isNothrow()) in CanThrow()