Home
last modified time | relevance | path

Searched refs:expand_builtin_strpbrk (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dbuiltins.c137 static rtx expand_builtin_strpbrk PARAMS ((tree, rtx,
1861 expand_builtin_strpbrk (arglist, target, mode) in expand_builtin_strpbrk() function
4052 target = expand_builtin_strpbrk (arglist, target, mode);
H A DChangeLog.44313 (expand_builtin_strpbrk): Use c_getstr, do nothing if
4525 * builtins.c (expand_builtin_strpbrk): New function.
/openbsd/gnu/gcc/gcc/
H A Dbuiltins.c125 static rtx expand_builtin_strpbrk (tree, tree, rtx, enum machine_mode);
2794 expand_builtin_strpbrk (tree arglist, tree type, rtx target, enum machine_mode mode) in expand_builtin_strpbrk() function
5996 target = expand_builtin_strpbrk (arglist, TREE_TYPE (exp), target, mode); in expand_builtin()