Home
last modified time | relevance | path

Searched defs:restrict (Results 1 – 8 of 8) sorted by relevance

/llvm-project/polly/test/CodeGen/RuntimeDebugBuilder/
H A Dcombine_different_values.c2 void foo(float A[restrict], double B[restrict], char C[restrict], in foo()
3 int D[restrict], long E[restrict]) { in foo()
/llvm-project/clang/tools/scan-build-py/lib/libear/
H A Dear.c262 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()
/llvm-project/clang/test/C/drs/
H A Ddr491.c18 #define restrict restrict macro
/llvm-project/clang/test/Analysis/Inputs/
H A Dstd-c-library-functions.h19 #define restrict /*restrict*/ macro
H A Dsystem-header-simulator-for-valist.h10 #define restrict /*restrict*/ macro
H A Dsystem-header-simulator.h9 #define restrict /*restrict*/ macro
[all...]
/llvm-project/clang/test/C/C99/
H A Dn448.c32 void f(int array[restrict]) { in f()
/llvm-project/clang/test/SemaCXX/
H A Derr_reference_bind_drops_quals.cpp3 #define restrict __restrict__ macro