Home
last modified time | relevance | path

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

/freebsd/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), __cat_(&__cat) {} in error_code() argument
59 assign(int __val,const error_category & __cat) assign() argument
/freebsd/contrib/llvm-project/libcxx/include/__compare/
H A Dcommon_comparison_category.h68 constexpr _CCC __cat = __comp_detail::__compute_comp_type(__type_kinds); __get_comp_type() local
/freebsd/include/xlocale/
H A D_ctype.h115 #define XLOCALE_ISCTYPE(__fname, __cat) \ argument