Home
last modified time | relevance | path

Searched refs:has_facet (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dlocale.inc13 using std::has_facet;
H A Dlocale.cppm
/freebsd/contrib/llvm-project/libcxx/include/
H A D__locale45 _LIBCPP_HIDE_FROM_ABI bool has_facet(const locale&) _NOEXCEPT;
108 bool has_facet(id&) const;
112 friend bool has_facet(const locale&) _NOEXCEPT;
155 if (!std::has_facet<_Facet>(__other))
162 inline _LIBCPP_HIDE_FROM_ABI bool has_facet(const locale& __l) _NOEXCEPT {
163 return __l.has_facet(_Facet::id);
H A Dfstream417 if (std::has_facet<codecvt<char_type, char, state_type> >(this->getloc())) {
H A Dlocale67 template <class Facet> bool has_facet(const locale&) noexcept;
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp142 …bool has_facet(long id) const { return static_cast<size_t>(id) < facets_.size() && facets_[static_… in has_facet() function in locale::__imp
484 if (!has_facet(id)) in use_facet()
577 bool locale::has_facet(id& x) const { return __locale_->has_facet(x.__get()); } in has_facet() function in locale
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1453 SYMBOL(has_facet, std::, <locale>)