Lines Matching refs:BUILTIN
45 # define BUILTIN(f) __builtin_ ## f macro
47 # define BUILTIN(f) f macro
60 #define __memcpy_chk BUILTIN(__memcpy_chk)
68 #define memcpy BUILTIN(memcpy)
186 #define __mempcpy_chk BUILTIN(__mempcpy_chk)
194 #define mempcpy BUILTIN(mempcpy)
352 #define __memmove_chk BUILTIN(__memmove_chk)
359 #define memmove BUILTIN(memmove)
401 #define bcmp BUILTIN(bcmp)
407 #define memcmp BUILTIN(memcmp)
481 #define bcopy BUILTIN(bcopy)