Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dconvert.h29 extern tree convert_to_fixed (tree, tree);
H A Dconvert.cc1096 convert_to_fixed (tree type, tree expr) in convert_to_fixed() function
H A DChangeLog-20077948 (convert_to_fixed): New function.
7949 * convert.h (convert_to_fixed): Declare.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dconvert.h29 extern tree convert_to_fixed (tree, tree);
H A Dconvert.c1102 convert_to_fixed (tree type, tree expr) in convert_to_fixed() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-convert.c142 ret = convert_to_fixed (type, e); in convert()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-convert.cc145 ret = convert_to_fixed (type, e); in c_convert()