Home | History | Annotate | Download | only in Analysis

Lines Matching refs:BUILTIN

16 // BUILTIN(f), which will prepend "__builtin_" if USE_BUILTINS is defined.
22 # define BUILTIN(f) __builtin_ ## f
24 # define BUILTIN(f) f
37 #define __memcpy_chk BUILTIN(__memcpy_chk)
45 #define memcpy BUILTIN(memcpy)
157 #define __mempcpy_chk BUILTIN(__mempcpy_chk)
165 #define mempcpy BUILTIN(mempcpy)
278 #define __memmove_chk BUILTIN(__memmove_chk)
285 #define memmove BUILTIN(memmove)
324 #define bcmp BUILTIN(bcmp)
331 #define memcmp BUILTIN(memcmp)
399 #define bcopy BUILTIN(bcopy)