Home
last modified time | relevance | path

Searched refs:__cat (Results 1 – 9 of 9) sorted by relevance

/freebsd/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
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 Derror_condition.h49 _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 Derror_code.h44 …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 Derror_condition.h56 _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 Derror_code.h49 …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 Dcategories.subr56 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 Dmessages.h92 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.h115 #define XLOCALE_ISCTYPE(__fname, __cat) \ argument
118 { return __sbistype_l(__c, __cat, __l); }
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dlocale3092 nl_catd __cat = (nl_catd)__c;
3094 char* __n = catgets(__cat, __set, __msgid, __ndflt.c_str());