Searched defs:__restrict (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp.h49 /* GCC 2.95 and later have "__restrict"; C99 compilers have
51 Other compilers use __restrict, __restrict__, and _Restrict, and
53 #ifndef __restrict
56 # define __restrict restrict macro
58 # define __restrict macro
420 extern error_t argp_parse (const struct argp *__restrict __argp,
421 int /*argc*/, char **__restrict /*argv*/,
422 unsigned __flags, int *__restrict __arg_index,
423 void *__restrict __input);
424 extern error_t __argp_parse (const struct argp *__restrict __arg
[all...]

Completed in 27 milliseconds