Searched defs:__is_negative (Results 1 – 2 of 2) sorted by relevance
120 …int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __true_type& /*… in __get_integer()180 …int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __false_type& /… in __get_integer()
360 bool __is_negative = *__digits_first == __minus; in __money_do_put() local