Searched refs:convert_to_complex (Results 1 – 7 of 7) sorted by relevance
27 extern tree convert_to_complex (tree, tree);
114 return fold (convert_to_complex (type, e)); in convert()
803 convert_to_complex (tree type, tree expr) in convert_to_complex() function845 return convert_to_complex (type, integer_zero_node); in convert_to_complex()849 return convert_to_complex (type, integer_zero_node); in convert_to_complex()
12366 convert_to_integer, convert_to_complex): Likewise.
21673 convert_to_complex): Replace calls to build with calls to buildN.
643 return fold_if_not_in_template (convert_to_complex (type, e)); in ocp_convert()734 return fold_if_not_in_template (convert_to_complex (type, e)); in ocp_convert()
1661 * cvt.c (convert_to_complex): Likewise.