Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_context.h164 __ctx_(std::addressof(__ctx)),
189 return __arg_(__ctx_, __id); in arg()
192 _LIBCPP_HIDE_FROM_ABI std::locale locale() { return __loc_(__ctx_); } in locale()
204 void* __ctx_; variable