Searched refs:__restrict_arr (Results 1 – 3 of 3) sorted by relevance
336 # define __restrict_arr __restrict macro339 # define __restrict_arr /* Not supported in old GCC. */ macro342 # define __restrict_arr restrict macro345 # define __restrict_arr /* Not supported. */ macro
545 #ifndef __restrict_arr548 # define __restrict_arr __restrict macro550 # define __restrict_arr macro561 regmatch_t __pmatch[__restrict_arr],
90 char *const __argv[__restrict_arr],91 char *const __envp[__restrict_arr]);
Completed in 6 milliseconds