Home
last modified time | relevance | path

Searched refs:fold_builtin_copysign (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDbuiltins.c168 static tree fold_builtin_copysign (tree, tree, tree);
8623 fold_builtin_copysign (tree fndecl, tree arglist, tree type) in fold_builtin_copysign() function
9189 return fold_builtin_copysign (fndecl, arglist, type); in fold_builtin_1()
HDChangeLog-200610683 * builtins.c (fold_builtin_copysign): Delete unreachable code.
HDChangeLog-200532174 * builtins.c (fold_builtin_copysign): Take an additional FNDECL
32179 (fold_builtin_1): Update call to fold_builtin_copysign.
HDChangeLog-200431000 (fold_builtin_copysign): New function to fold copysign, copysignf
31005 fold_builtin_copysign for BUILT_IN_COPYSIGN{,F,L}.