Home
last modified time | relevance | path

Searched refs:__neg (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__charconv/
H A Dfrom_chars_integral.h46 bool __neg = (__first != __last && *__first == '-'); in __sign_combinator() local
47 auto __r = __f(__neg ? __first + 1 : __first, __last, __x, __args...); in __sign_combinator()
57 if (__neg) { in __sign_combinator()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dlocale2438 bool& __neg,
2478 bool& __neg,
2527 __neg = false;
2534 __neg = true;
2544 // locale has no way of specifying a sign. Use the initial value of __neg as a default
2546 __neg = (__nsn.size() == 0);
2652 bool __neg = false;
2653 if (__do_get(__b, __e, __intl, __loc, __iob.flags(), __err, __neg, __ct, __wb, __wn, __we)) {
2666 if (__neg)
2689 bool __neg = false;
[all …]