Searched defs:restrict (Results 1 – 8 of 8) sorted by relevance
2 void foo(float A[restrict], double B[restrict], char C[restrict], in foo()3 int D[restrict], long E[restrict]) { in foo()
262 char *const argv[restrict], char *const envp[restrict]) { in posix_spawn()272 char *const argv[restrict], char *const envp[restrict]) { in posix_spawnp()362 char *const argv[restrict], in call_posix_spawn()363 char *const envp[restrict]) { in call_posix_spawn()383 char *const argv[restrict], in call_posix_spawnp()384 char *const envp[restrict]) { in call_posix_spawnp()
18 #define restrict restrict macro
19 #define restrict /*restrict*/ macro
10 #define restrict /*restrict*/ macro
9 #define restrict /*restrict*/ macro [all...]
32 void f(int array[restrict]) { in f()
3 #define restrict __restrict__ macro