Home
last modified time | relevance | path

Searched refs:__plus (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/Parser/
H A Dcxx-member-crash.cpp14 const bool __plus = __c == __lit[__num_base::_S_iplus]; local
15 …if ((__plus || __c == __lit[__num_base::_S_iminus]) && !(__lc->_M_use_grouping && __c == __…
/llvm-project-15.0.7/libcxx/include/__format/
H A Dparser_std_format_spec.h144 __plus, enumerator
378 __sign_ = __sign::__plus; in __parse_sign()
H A Dformatter_integral.h55 case __format_spec::__sign::__plus: in __insert_sign()