Searched refs:__cat (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/libcxx/include/__compare/ |
| HD | common_comparison_category.h | 59 constexpr _CCC __cat = __comp_detail::__compute_comp_type(__type_kinds); in __get_comp_type() local 60 if constexpr (__cat == _None) in __get_comp_type() 62 else if constexpr (__cat == _PartialOrd) in __get_comp_type() 64 else if constexpr (__cat == _WeakOrd) in __get_comp_type() 66 else if constexpr (__cat == _StrongOrd) in __get_comp_type()
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/include/__system_error/ |
| HD | error_condition.h | 57 _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT 59 __cat_(&__cat) {} 67 _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT { 69 __cat_ = &__cat;
|
| HD | error_code.h | 50 …FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__c… in error_code() argument 58 _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT { in assign() argument 60 __cat_ = &__cat; in assign()
|
| /freebsd-14-stable/usr.sbin/bsdconfig/share/packages/ |
| HD | categories.subr | 56 local __category="$1" __var_to_set="$2" __cat __varcat 61 for __cat in $CATEGORIES; do 62 [ "$__cat" = "$__category" ] || continue 63 f_str2varname $__cat __varcat
|
| /freebsd-14-stable/include/xlocale/ |
| HD | _ctype.h | 115 #define XLOCALE_ISCTYPE(__fname, __cat) \ argument 118 { return __sbistype_l(__c, __cat, __l); }
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/include/ |
| HD | locale | 3092 nl_catd __cat = (nl_catd)__c; 3094 char* __n = catgets(__cat, __set, __msgid, __ndflt.c_str());
|