Lines Matching refs:BUILTIN
22 # define BUILTIN(f) __builtin_ ## f macro
24 # define BUILTIN(f) f macro
37 #define __memcpy_chk BUILTIN(__memcpy_chk)
45 #define memcpy BUILTIN(memcpy)
157 #define __mempcpy_chk BUILTIN(__mempcpy_chk)
165 #define mempcpy BUILTIN(mempcpy)
317 #define __memmove_chk BUILTIN(__memmove_chk)
324 #define memmove BUILTIN(memmove)
363 #define bcmp BUILTIN(bcmp)
370 #define memcmp BUILTIN(memcmp)
438 #define bcopy BUILTIN(bcopy)