Lines Matching refs:functions
22 that are applied to some functions by default.
146 /* Nothrow functions with the sentinel(1) attribute. */
149 /* Nothrow functions whose pointer parameter(s) are all nonnull. */
152 /* Nothrow leaf functions whose pointer parameter(s) are all nonnull. */
155 /* Nothrow functions whose first parameter is a nonnull pointer. */
158 /* Nothrow functions whose second parameter is a nonnull pointer. */
161 /* Nothrow functions whose third parameter is a nonnull pointer. */
164 /* Nothrow functions whose fourth parameter is a nonnull pointer. */
167 /* Nothrow functions whose fifth parameter is a nonnull pointer. */
170 /* Nothrow const functions whose pointer parameter(s) are all nonnull. */
173 /* Nothrow const leaf functions whose pointer parameter(s) are all nonnull. */
176 /* Nothrow const functions which are type-generic. */
179 /* Nothrow const leaf functions which are type-generic. */
182 /* Nothrow pure functions whose pointer parameter(s) are all nonnull. */
185 /* Nothrow pure leaf functions whose pointer parameter(s) are all nonnull. */
188 /* Nothrow malloc functions whose pointer parameter(s) are all nonnull. */
191 /* Nothrow malloc leaf functions whose pointer parameter(s) are all nonnull. */