Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbuiltin-attrs.def205 /* Nothrow functions with the sentinel(1) attribute. */
208 /* Nothrow functions whose pointer parameter(s) are all nonnull. */
211 /* Nothrow leaf functions whose pointer parameter(s) are all nonnull. */
215 /* Nothrow functions whose first parameter is a nonnull pointer. */
218 /* Nothrow functions whose second parameter is a nonnull pointer. */
221 /* Nothrow functions whose third parameter is a nonnull pointer. */
224 /* Nothrow functions whose fourth parameter is a nonnull pointer. */
227 /* Nothrow functions whose fifth parameter is a nonnull pointer. */
247 /* Nothrow functions like {v,}sprintf whose first and second parameters
251 /* Nothrow functions like {v,}snprintf whose first and third parameters
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbuiltin-attrs.def211 /* Nothrow functions with the sentinel(1) attribute. */
214 /* Nothrow functions whose pointer parameter(s) are all nonnull. */
217 /* Nothrow leaf functions whose pointer parameter(s) are all nonnull. */
221 /* Nothrow functions whose first parameter is a nonnull pointer. */
224 /* Nothrow functions whose second parameter is a nonnull pointer. */
227 /* Nothrow functions whose third parameter is a nonnull pointer. */
230 /* Nothrow functions whose fourth parameter is a nonnull pointer. */
233 /* Nothrow functions whose fifth parameter is a nonnull pointer. */
253 /* Nothrow functions like {v,}sprintf whose first and second parameters
257 /* Nothrow functions like {v,}snprintf whose first and third parameters
[all …]
H A DChangeLog-200025224 * calls.c (emit_call_1): Nothrow functions can still have nonlocal
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp4895 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() argument
H A DExprConstant.cpp9364 LValue Nothrow; in VisitCXXNewExpr() local
9365 if (!EvaluateLValue(E->getPlacementArg(0), Nothrow, Info)) in VisitCXXNewExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h4346 void setNothrow(bool Nothrow = true);
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2010145 * d/d-decls.cc: Issue #110 - Pure Nothrow Functions Not Called.