Home
last modified time | relevance | path

Searched refs:Nothrow (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dbuiltin-attrs.def121 /* 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. */
DChangeLog-200025224 * calls.c (emit_call_1): Nothrow functions can still have nonlocal
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDecl.cpp4895 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() argument
DExprConstant.cpp9393 LValue Nothrow; in VisitCXXNewExpr() local
9394 if (!EvaluateLValue(E->getPlacementArg(0), Nothrow, Info)) in VisitCXXNewExpr()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDecl.h4372 void setNothrow(bool Nothrow = true);