/external/clang/INPUTS/ |
stpcpy-test.c | 7 #define __mempcpy(dest, src, n) (__extension__ (__builtin_constant_p (src) && __builtin_constant_p (n) && __string2_1bptr_p (src) && n <= 8 ? __mempcpy_small (dest, __mempcpy_args (src), n) : __mempcpy (dest, src, n))) 9 #define __mempcpy_args(src) ((char *) (src))[0], ((char *) (src))[2], ((char *) (src))[4], ((char *) (src))[6], __extension__ __STRING2_SMALL_GET16 (src, 0), __extension__ __STRING2_SMALL_GET16 (src, 4), __extension__ __STRING2_SMALL_GET32 (src, 0), __extension__ __STRING2_SMALL_GET32 (src, 4) macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
string2.h | 218 ? __mempcpy_small (dest, __mempcpy_args (src), n) \ 229 # define __mempcpy_args(src) \ macro 304 # define __mempcpy_args(src) \ macro [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
string2.h | 218 ? __mempcpy_small (dest, __mempcpy_args (src), n) \ 229 # define __mempcpy_args(src) \ macro 304 # define __mempcpy_args(src) \ macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
string2.h | 218 ? __mempcpy_small (dest, __mempcpy_args (src), n) \ 229 # define __mempcpy_args(src) \ macro 304 # define __mempcpy_args(src) \ macro [all...] |