Home
last modified time | relevance | path

Searched defs:__cat (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__system_error/
H A Derror_code.h50 …_LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val)… in error_code()
58 _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT { in assign()
/freebsd-src/contrib/llvm-project/libcxx/include/__compare/
H A Dcommon_comparison_category.h59 constexpr _CCC __cat = __comp_detail::__compute_comp_type(__type_kinds); in __get_comp_type() local
/freebsd-src/include/xlocale/
H A D_ctype.h115 #define XLOCALE_ISCTYPE(__fname, __cat) \ argument