Home
last modified time | relevance | path

Searched defs:__negative (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dfold-const-declref.c6 int __negative = 1; in main() local
/llvm-project/libcxx/include/__format/
H A Dformatter_integral.h57 __insert_sign(_Iterator __buf,bool __negative,__format_spec::__sign __sign) __insert_sign() argument
288 __format_integer(_Tp __value,_FormatContext & __ctx,__format_spec::__parsed_specifications<_CharT> __specs,bool __negative,_Iterator __begin,_Iterator __end,const char * __prefix,int __base) __format_integer() argument
394 bool __negative = __value < 0; __format_integer() local
[all...]
/llvm-project/libcxx/src/experimental/
H A Dtzdb.cpp285 bool __negative = __input.peek() == '-'; __parse_year_value() local
366 bool __negative = __c == '-'; __parse_duration() local
[all...]
/llvm-project/libcxx/include/__chrono/
H A Dformatter.h174 bool __negative = __year < 0; __format_century() local