Searched refs:Nothrow (Results 1 – 5 of 5) sorted by relevance
128 /* Nothrow functions with the sentinel(1) attribute. */131 /* Nothrow functions whose pointer parameter(s) are all nonnull. */134 /* Nothrow functions whose first parameter is a nonnull pointer. */137 /* Nothrow functions whose second parameter is a nonnull pointer. */140 /* Nothrow functions whose third parameter is a nonnull pointer. */143 /* Nothrow functions whose fourth parameter is a nonnull pointer. */146 /* Nothrow functions whose fifth parameter is a nonnull pointer. */149 /* Nothrow const functions whose pointer parameter(s) are all nonnull. */152 /* Nothrow pure functions whose pointer parameter(s) are all nonnull. */155 /* Nothrow malloc functions whose pointer parameter(s) are all nonnull. */
5124 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() argument
9536 LValue Nothrow; in VisitCXXNewExpr() local9537 if (!EvaluateLValue(E->getPlacementArg(0), Nothrow, Info)) in VisitCXXNewExpr()
4564 void setNothrow(bool Nothrow = true);
9958 * calls.c (emit_call_1): Nothrow functions can still have nonlocal