Searched refs:convert_to_fixed (Results 1 – 7 of 7) sorted by relevance
29 extern tree convert_to_fixed (tree, tree);
1096 convert_to_fixed (tree type, tree expr) in convert_to_fixed() function
7948 (convert_to_fixed): New function.7949 * convert.h (convert_to_fixed): Declare.
1102 convert_to_fixed (tree type, tree expr) in convert_to_fixed() function
142 ret = convert_to_fixed (type, e); in convert()
145 ret = convert_to_fixed (type, e); in c_convert()