Home
last modified time | relevance | path

Searched refs:fold_builtin_memcmp (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbuiltins.c162 static tree fold_builtin_memcmp (location_t, tree, tree, tree);
9270 fold_builtin_memcmp (location_t loc, tree arg1, tree arg2, tree len) in fold_builtin_memcmp() function
10317 return fold_builtin_memcmp (loc, arg0, arg1, arg2); in fold_builtin_3()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbuiltins.cc165 static tree fold_builtin_memcmp (location_t, tree, tree, tree);
8466 fold_builtin_memcmp (location_t loc, tree arg1, tree arg2, tree len) in fold_builtin_memcmp() function
9534 return fold_builtin_memcmp (loc, arg0, arg1, arg2); in fold_builtin_3()
H A DChangeLog-200422800 (fold_builtin_memcmp, fold_builtin_strcmp, fold_builtin_strncmp):
22805 (fold_builtin_1): Pass arglist instead of exp to fold_builtin_memcmp,
22807 (simplify_builtin): Call fold_builtin_memcmp, fold_builtin_strcmp
H A DChangeLog-200728535 (fold_builtin_memcmp): Likewise.
H A DChangeLog-20056284 * builtins.c (fold_builtin_memcmp): When constructing the pointer
H A DChangeLog-20035375 fold_builtin_memcmp, fold_builtin_strcmp, fold_builtin_strncmp):
H A DChangeLog-20158028 (fold_builtin_memcmp): Remove case where both arguments are constant.