Searched refs:__negative (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/__format/ |
| H A D | formatter_integral.h | 46 _LIBCPP_HIDE_FROM_ABI inline char* __insert_sign(char* __buf, bool __negative, __format_spec::__sig… in __insert_sign() argument 47 if (__negative) in __insert_sign() 205 bool __negative, 210 char* __first = __formatter::__insert_sign(__begin, __negative, __specs.__std_.__sign_); 262 …alue, auto& __ctx, __format_spec::__parsed_specifications<_CharT> __specs, bool __negative = false) 267 …return __formatter::__format_integer(__value, __ctx, __specs, __negative, __array.begin(), __array… 277 …__value, __ctx, __specs, __negative, __array.begin(), __array.end(), __value != 0 ? "0" : nullptr,… 283 __value, __ctx, __specs, __negative, __array.begin(), __array.end(), nullptr, 10); 310 bool __negative = __value < 0; variable 311 if (__negative) [all …]
|
| H A D | formatter_floating_point.h | 450 bool __negative, 454 char* __first = __formatter::__insert_sign(__buffer.begin(), __negative, __sign); 578 …_OutIt __out_it, __format_spec::__parsed_specifications<_CharT> __specs, bool __negative, bool __i… 580 char* __last = __formatter::__insert_sign(__buffer, __negative, __specs.__std_.__sign_); 606 bool __negative = _VSTD::signbit(__value); 609 …return __formatter::__format_floating_point_non_finite(__ctx.out(), __specs, __negative, _VSTD::is… 618 if (__negative) 626 …__buffer, __value, __negative, (__specs.__has_precision()), __specs.__std_.__sign_, __specs.__std_…
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | fold-const-declref.c | 6 int __negative = 1; in main() local 7 const int __max = __negative && 0 ; in main()
|