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.h169 __ctx_(std::addressof(__ctx)),
194 return __arg_(__ctx_, __id); in arg()
197 _LIBCPP_HIDE_FROM_ABI std::locale locale() { return __loc_(__ctx_); } in locale()
209 void* __ctx_; variable