Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dc-common.h677 extern unsigned int min_precision (tree, int);
Dc-decl.c3967 || w < min_precision (lt->enum_min, TYPE_UNSIGNED (*type)) in check_bitfield_type_and_width()
3968 || w < min_precision (lt->enum_max, TYPE_UNSIGNED (*type))) in check_bitfield_type_and_width()
5974 precision = MAX (min_precision (minnode, unsign), in finish_enum()
5975 min_precision (maxnode, unsign)); in finish_enum()
Dc-common.c2005 min_precision (tree value, int unsignedp) in min_precision() function
DChangeLog-200012539 * c-common.h: Prototype min_precision and c_build_qualified_type here...
25070 * c-tree.h (min_precision): Move declaration to here.
25109 (min_precision): Delete from here.
26941 (min_precision): Result is unsigned.
26950 (min_precision): Now unsigned.
/freebsd-9-stable/contrib/gcc/cp/
Dclass.c2697 min_precision (TYPE_MIN_VALUE (type), in check_bitfield_decl()
2700 min_precision in check_bitfield_decl()
Ddecl.c10285 lowprec = min_precision (minnode, unsignedp); in finish_enum()
10286 highprec = min_precision (maxnode, unsignedp); in finish_enum()
DChangeLog-20001920 * cp-tree.h: Don't prototype min_precision here.
5361 * cp-tree.h (min_precision): Add declaration.