Home
last modified time | relevance | path

Searched defs:__a_ (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dextreme_value_distribution.h44 _LIBCPP_HIDE_FROM_ABI explicit param_type(result_type __a = 0, result_type __b = 1) : __a_(__a), __b_(__b) {} in __a_() function
37 result_type __a_; global() variable
H A Dweibull_distribution.h36 result_type __a_; global() variable
43 : __a_(__a), __b_(__b) {} __a_() function
H A Duniform_real_distribution.h36 result_type __a_; global() variable
44 : __a_(__a), __b_(__b) {} __a_() function
H A Dcauchy_distribution.h44 _LIBCPP_HIDE_FROM_ABI explicit param_type(result_type __a = 0, result_type __b = 1) : __a_(__a), __b_(__b) {} in __a_() function
37 result_type __a_; global() variable
H A Duniform_int_distribution.h165 result_type __a_; global() variable
172 : __a_(__a), __b_(__b) {} __a_() function
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dinout_ptr.h93 tuple<_Args...> __a_; variable
H A Dout_ptr.h85 tuple<_Args...> __a_; variable
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_flag.h29 __cxx_atomic_impl<_LIBCPP_ATOMIC_FLAG_TYPE> __a_; member
H A Datomic_base.h33 mutable __cxx_atomic_impl<_Tp> __a_; member