Searched refs:Nothrow (Results 1 – 5 of 5) sorted by relevance
121 /* Nothrow functions with the sentinel(1) attribute. */124 /* Nothrow functions whose pointer parameter(s) are all nonnull. */127 /* Nothrow functions whose first parameter is a nonnull pointer. */130 /* Nothrow functions whose second parameter is a nonnull pointer. */133 /* Nothrow functions whose third parameter is a nonnull pointer. */136 /* Nothrow functions whose fourth parameter is a nonnull pointer. */139 /* Nothrow functions whose fifth parameter is a nonnull pointer. */142 /* Nothrow const functions whose pointer parameter(s) are all nonnull. */145 /* Nothrow pure functions whose pointer parameter(s) are all nonnull. */148 /* Nothrow malloc functions whose pointer parameter(s) are all nonnull. */
25224 * calls.c (emit_call_1): Nothrow functions can still have nonlocal
4895 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() argument
9393 LValue Nothrow; in VisitCXXNewExpr() local9394 if (!EvaluateLValue(E->getPlacementArg(0), Nothrow, Info)) in VisitCXXNewExpr()
4372 void setNothrow(bool Nothrow = true);