Home | History | Annotate | Download | only in Analysis

Lines Matching defs:BUILTIN

16 // BUILTIN(f), which will prepend "__builtin_" if USE_BUILTINS is defined.
22 # define BUILTIN(f) __builtin_ ## f
24 # define BUILTIN(f) f
38 #define strlen BUILTIN(strlen)
253 #define __strcpy_chk BUILTIN(__strcpy_chk)
260 #define strcpy BUILTIN(strcpy)
312 #define __stpcpy_chk BUILTIN(__stpcpy_chk)
319 #define stpcpy BUILTIN(stpcpy)
351 #define __strcat_chk BUILTIN(__strcat_chk)
358 #define strcat BUILTIN(strcat)
448 #define __strncpy_chk BUILTIN(__strncpy_chk)
455 #define strncpy BUILTIN(strncpy)
540 #define __strncat_chk BUILTIN(__strncat_chk)
547 #define strncat BUILTIN(strncat)
680 #define strcmp BUILTIN(strcmp)
763 #define strncmp BUILTIN(strncmp)
860 #define strcasecmp BUILTIN(strcasecmp)
939 #define strncasecmp BUILTIN(strncasecmp)