Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dbuiltin-attrs.def128 /* 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. */
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp5124 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() argument
H A DExprConstant.cpp9536 LValue Nothrow; in VisitCXXNewExpr() local
9537 if (!EvaluateLValue(E->getPlacementArg(0), Nothrow, Info)) in VisitCXXNewExpr()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h4564 void setNothrow(bool Nothrow = true);
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.39958 * calls.c (emit_call_1): Nothrow functions can still have nonlocal