Searched refs:_Restrict_ (Results 1 – 3 of 3) sorted by relevance
/external/bison/lib/ |
D | spawn.in.h | 51 #ifndef _Restrict_ 53 # define _Restrict_ restrict macro 55 # define _Restrict_ __restrict 57 # define _Restrict_ 68 # define _Restrict_arr_ _Restrict_ 178 (pid_t *_Restrict_ __pid, 179 const char *_Restrict_ __path, 180 const posix_spawn_file_actions_t *_Restrict_ __file_actions, 181 const posix_spawnattr_t *_Restrict_ __attrp, 186 (pid_t *_Restrict_ __pid, [all …]
|
/external/bison/linux-lib/ |
D | spawn.h | 52 #ifndef _Restrict_ 54 # define _Restrict_ restrict macro 56 # define _Restrict_ __restrict macro 58 # define _Restrict_ macro 69 # define _Restrict_arr_ _Restrict_ 490 (pid_t *_Restrict_ __pid, 491 const char *_Restrict_ __path, 492 const posix_spawn_file_actions_t *_Restrict_ __file_actions, 493 const posix_spawnattr_t *_Restrict_ __attrp, 498 (pid_t *_Restrict_ __pid, [all …]
|
/external/bison/darwin-lib/ |
D | spawn.h | 52 #ifndef _Restrict_ 54 # define _Restrict_ restrict macro 56 # define _Restrict_ __restrict macro 58 # define _Restrict_ macro 69 # define _Restrict_arr_ _Restrict_ 490 (pid_t *_Restrict_ __pid, 491 const char *_Restrict_ __path, 492 const posix_spawn_file_actions_t *_Restrict_ __file_actions, 493 const posix_spawnattr_t *_Restrict_ __attrp, 498 (pid_t *_Restrict_ __pid, [all …]
|