Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dconvert.cc223 tree arg0 = strip_float_extensions (CALL_EXPR_ARG (expr, 0)); in convert_to_real_1()
494 tree s_expr = strip_float_extensions (expr); in convert_to_integer_1()
607 tree s_expr = strip_float_extensions (expr); in convert_to_integer_1()
H A Dfold-const.cc509 tree tem = strip_float_extensions (t); in negate_expr_p()
695 tem = strip_float_extensions (t); in fold_negate_expr_1()
9595 tree targ0 = strip_float_extensions (arg0); in fold_unary_loc()
12631 tree targ0 = strip_float_extensions (arg0); in fold_binary_loc()
12632 tree targ1 = strip_float_extensions (arg1); in fold_binary_loc()
H A Dtree.cc11914 strip_float_extensions (tree exp) in strip_float_extensions() function
11955 return strip_float_extensions (sub); in strip_float_extensions()
H A Dtree.h5361 extern tree strip_float_extensions (tree);
H A Dmatch.pd6703 (with { tree arg0 = strip_float_extensions (@1);
6704 tree arg1 = strip_float_extensions (@2);
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-20082974 * convert.c (strip_float_extensions): Do not remove or introduce
19823 * convert.c (strip_float_extensions): Use CONVERT_EXPR_P.
H A DChangeLog-201231530 * convert.c (strip_float_extensions): Move ...
31531 * tree.c (strip_float_extensions): ... here.
H A DChangeLog-200924587 * tree.h (strip_float_extensions): Remove duplicate declaration.
H A DChangeLog-20022526 * convert.c (strip_float_extensions): New function.
H A DChangeLog-201513925 (strip_float_extensions): Use it.
H A DChangeLog-200434055 strip_float_extensions, simplify_builtin, c_strlen,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dconvert.c223 tree arg0 = strip_float_extensions (CALL_EXPR_ARG (expr, 0)); in convert_to_real_1()
494 tree s_expr = strip_float_extensions (expr); in convert_to_integer_1()
607 tree s_expr = strip_float_extensions (expr); in convert_to_integer_1()
H A Dfold-const.c497 tree tem = strip_float_extensions (t); in negate_expr_p()
683 tem = strip_float_extensions (t); in fold_negate_expr_1()
8973 tree targ0 = strip_float_extensions (arg0); in fold_unary_loc()
12036 tree targ0 = strip_float_extensions (arg0); in fold_binary_loc()
12037 tree targ1 = strip_float_extensions (arg1); in fold_binary_loc()
H A Dmatch.pd5432 (with { tree arg0 = strip_float_extensions (@1);
5433 tree arg1 = strip_float_extensions (@2);
H A Dtree.c12798 strip_float_extensions (tree exp) in strip_float_extensions() function
12839 return strip_float_extensions (sub); in strip_float_extensions()
H A Dtree.h5178 extern tree strip_float_extensions (tree);