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

/external/dhcpcd/
H A Dcommon.h58 /* We don't really need this as our supported systems define __restrict
60 #ifndef __restrict
62 # define __restrict macro
64 # define __restrict restrict macro
66 # define __restrict macro
72 char *get_line(FILE * __restrict);
/external/clang/test/Sema/
H A Dc89.c35 int *__restrict; /* expected-error {{expected identifier}} */ variable

Completed in 1221 milliseconds