Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dconvert.c129 strip_float_extensions (tree exp) in strip_float_extensions() function
168 return strip_float_extensions (sub); in strip_float_extensions()
229 tree arg0 = strip_float_extensions (TREE_VALUE (TREE_OPERAND (expr, 1))); in convert_to_real()
282 = strip_float_extensions (TREE_VALUE (TREE_OPERAND (expr, 1))); in convert_to_real()
318 tree arg0 = strip_float_extensions (TREE_OPERAND (expr, 0)); in convert_to_real()
319 tree arg1 = strip_float_extensions (TREE_OPERAND (expr, 1)); in convert_to_real()
431 tree s_expr = strip_float_extensions (expr); in convert_to_integer()
H A Dfold-const.c1137 tree tem = strip_float_extensions (t); in negate_expr_p()
1309 tem = strip_float_extensions (t); in fold_negate_expr()
7787 tree targ0 = strip_float_extensions (arg0); in fold_unary()
8074 tree targ0 = strip_float_extensions (arg0); in fold_comparison()
8075 tree targ1 = strip_float_extensions (arg1); in fold_comparison()
11378 tree targ0 = strip_float_extensions (arg0); in fold_binary()
11379 tree targ1 = strip_float_extensions (arg1); in fold_binary()
H A Dtree.h4406 extern tree strip_float_extensions (tree);
4413 extern tree strip_float_extensions (tree);
H A Dbuiltins.c6852 tree arg0 = strip_float_extensions (arg); in fold_trunc_transparent_mathfn()
6891 tree arg0 = strip_float_extensions (arg); in fold_fixed_mathfn()
H A DChangeLog-200318928 * tree.h: Remove duplicate prototype of strip_float_extensions.
34950 * convert.c (strip_float_extensions): New global function.
36003 * convert.c (strip_float_extensions): Look for narrowest type handling
36008 * convert.c (strip_float_extensions): Make global.
36009 * tree.h (strip_float_extensions): Declare.
H A DChangeLog-20022526 * convert.c (strip_float_extensions): New function.
H A DChangeLog-200434055 strip_float_extensions, simplify_builtin, c_strlen,