Searched refs:__cat (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__compare/ |
| H A D | 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/contrib/llvm-project/libcxx/include/__cxx03/__system_error/ |
| H A D | error_condition.h | 49 _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT 51 __cat_(&__cat) {} 59 _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT { 61 __cat_ = &__cat;
|
| H A D | error_code.h | 44 …FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__c… in error_code() argument 52 _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT { in assign() argument 54 __cat_ = &__cat; in assign()
|
| /freebsd/contrib/llvm-project/libcxx/include/__system_error/ |
| H A D | error_condition.h | 56 _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT 58 __cat_(&__cat) {} 66 _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT { 68 __cat_ = &__cat;
|
| H A D | error_code.h | 49 …FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__c… in error_code() argument 57 _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT { in assign() argument 59 __cat_ = &__cat; in assign()
|
| /freebsd/usr.sbin/bsdconfig/share/packages/ |
| H A D | 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/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | messages.h | 92 nl_catd __cat = (nl_catd)__c; in do_get() local 94 char* __n = catgets(__cat, __set, __msgid, __ndflt.c_str()); in do_get()
|
| /freebsd/include/xlocale/ |
| H A D | _ctype.h | 115 #define XLOCALE_ISCTYPE(__fname, __cat) \ argument 118 { return __sbistype_l(__c, __cat, __l); }
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | locale | 3092 nl_catd __cat = (nl_catd)__c; 3094 char* __n = catgets(__cat, __set, __msgid, __ndflt.c_str());
|