Home
last modified time | relevance | path

Searched refs:__ok (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__charconv/
H A Dfrom_chars_integral.h79 bool __ok; member
82 …explicit _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI operator bool() const { return __ok; }
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dunicode.h50 __ok = 0, enumerator
53 } __status : 1 {__ok};
H A Dwrite_escaped.h196 if (__result.__status == __unicode::__consume_result::__ok) { in __escape()
H A Dparser_std_format_spec.h597 if (__consumed.__status != __unicode::__consume_result::__ok)