Searched refs:expand_builtin_strnlen (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | builtins.c | 147 static rtx expand_builtin_strnlen (tree, rtx, machine_mode); 3114 expand_builtin_strnlen (tree exp, rtx target, machine_mode target_mode) in expand_builtin_strnlen() function 8089 target = expand_builtin_strnlen (exp, target, target_mode); in expand_builtin()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | builtins.cc | 150 static rtx expand_builtin_strnlen (tree, rtx, machine_mode); 3148 expand_builtin_strnlen (tree exp, rtx target, machine_mode target_mode) in expand_builtin_strnlen() function 7347 target = expand_builtin_strnlen (exp, target, target_mode); in expand_builtin()
|
H A D | ChangeLog-2018 | 181 (expand_builtin_strnlen, expand_builtin_stpcpy_1): Likewise. 188 (c_strlen, expand_builtin_strnlen): Likewise. 8645 * builtins.c (expand_builtin_strnlen): Handle a null data.decl 9155 (expand_builtin_strnlen): Detect, avoid expanding 11927 * builtins.c (expand_builtin_strnlen): Convert c_strlen result to 19413 * builtins.c (expand_builtin_strnlen): New function.
|
H A D | ChangeLog-2021 | 17453 (expand_builtin_strnlen): Same. 24967 (expand_builtin_strnlen): Same.
|
H A D | ChangeLog-2020 | 14159 (expand_builtin_strnlen): Same. 33907 * builtins.c (expand_builtin_strnlen): Do return NULL_RTX if we would
|
H A D | ChangeLog-2019 | 30897 * builtins.c (expand_builtin_strnlen): Make sure wi::ltu_p operands 32503 (expand_builtin_strnlen): Formatting fixes.
|