HomeSort by relevance Sort by last modified time
    Searched refs:__mempcpy_args (Results 1 - 3 of 3) sorted by null

  /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/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string2.h 218 ? __mempcpy_small (dest, __mempcpy_args (src), n) \
229 # define __mempcpy_args(src) \ macro
304 # define __mempcpy_args(src) \ macro
    [all...]

Completed in 71 milliseconds