Searched refs:gte (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dggc-none.c37 ggc_alloc_typed_stat (enum gt_types_enum ARG_UNUSED (gte), size_t size argument
H A Dggc-zone.c1273 ggc_alloc_typed_stat (enum gt_types_enum gte, size_t size argument
1276 switch (gte)
/freebsd-10.1-release/contrib/gcclibs/libcpp/
H A Dexpr.c1209 bool gte = num_greater_eq (lhs, rhs, CPP_OPTION (pfile, precision));
1212 lhs.low = gte;
1214 lhs.low = !gte;
1216 lhs.low = gte && !num_eq (lhs, rhs);
1218 lhs.low = !gte || num_eq (lhs, rhs);
1208 bool gte = num_greater_eq (lhs, rhs, CPP_OPTION (pfile, precision)); local

Completed in 108 milliseconds