Searched refs:__lx (Results 1 – 17 of 17) sorted by relevance
/external/libcxx/include/ |
D | cstddef | 60 void* __lx; 64 _LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR nullptr_t() : __lx(0) {} 65 _LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR nullptr_t(int __nat::*) : __lx(0) {}
|
D | condition_variable | 168 {lock_guard<mutex> __lx(*__mut_);} 176 {lock_guard<mutex> __lx(*__mut_);} 194 lock_guard<unique_lock<mutex> > __lx(__lk, adopt_lock); 216 lock_guard<unique_lock<mutex> > __lx(__lk, adopt_lock);
|
D | __functional_base | 47 struct __two {char __lx; char __lxx;}; 137 struct __two {char __lx; char __lxx;}; 151 struct __two {char __lx; char __lxx;}; 619 struct __two {char __lx; char __lxx;}; 643 struct __two {char __lx; char __lxx;};
|
D | random | 1983 __save_flags<_CharT, _Traits> __lx(__os); 1995 __save_flags<_CharT, _Traits> __lx(__is); 2453 __save_flags<_CharT, _Traits> __lx(__os); 2474 __save_flags<_CharT, _Traits> __lx(__is); 2773 __save_flags<_CharT, _Traits> __lx(__os); 2792 __save_flags<_CharT, _Traits> __lx(__is); 2954 __save_flags<_CharT, _Traits> __lx(__os); 2967 __save_flags<_CharT, _Traits> __lx(__is); 3438 __save_flags<_CharT, _Traits> __lx(__os); 3455 __save_flags<_CharT, _Traits> __lx(__is); [all …]
|
D | __config | 628 #define _LIBCPP_DECLARE_STRONG_ENUM(x) struct _LIBCPP_TYPE_VIS x { enum __lx 630 __lx __v_; \ 631 _LIBCPP_ALWAYS_INLINE x(__lx __v) : __v_(__v) {} \ 632 _LIBCPP_ALWAYS_INLINE explicit x(int __v) : __v_(static_cast<__lx>(__v)) {} \
|
D | memory | 672 struct __two {char __lx; char __lxx;}; 760 struct __two {char __lx; char __lxx;}; 783 struct __two {char __lx; char __lxx;}; 976 struct __two {char __lx; char __lxx;}; 1003 struct __two {char __lx; char __lxx;}; 1030 struct __two {char __lx; char __lxx;}; 1073 struct __two {char __lx; char __lxx;}; 1096 struct __two {char __lx; char __lxx;}; 1119 struct __two {char __lx; char __lxx;}; 1142 struct __two {char __lx; char __lxx;}; [all …]
|
D | system_error | 354 struct _LIBCPP_TYPE_VIS_ONLY is_error_condition_enum<errc::__lx>
|
D | type_traits | 248 struct __two {char __lx[2];}; 998 double __lx; 1003 double __lx; 1080 struct __struct_double {long double __lx;}; 1081 struct __struct_double4 {double __lx[4];}; 1161 unsigned char __lx[_Len];\
|
D | ios | 395 struct _LIBCPP_TYPE_VIS_ONLY is_error_code_enum<io_errc::__lx> : public true_type { };
|
D | iterator | 370 struct __two {char __lx; char __lxx;};
|
D | future | 398 struct _LIBCPP_TYPE_VIS_ONLY is_error_code_enum<future_errc::__lx> : public true_type { };
|
D | string | 1292 value_type __lx; 1299 union __ulx{__long __lx; __short __lxx;};
|
/external/libcxx/src/ |
D | memory.cpp | 141 : __lx(p) in __sp_mut() 148 mutex& m = *static_cast<mutex*>(__lx); in lock() 164 static_cast<mutex*>(__lx)->unlock(); in unlock()
|
/external/libcxx/test/std/utilities/function.objects/logical.operations/ |
D | transparent.pass.cpp | 17 struct __two {char __lx; char __lxx;}; member
|
/external/libcxx/test/std/utilities/function.objects/bitwise.operations/ |
D | transparent.pass.cpp | 17 struct __two {char __lx; char __lxx;}; member
|
/external/libcxx/test/std/utilities/function.objects/arithmetic.operations/ |
D | transparent.pass.cpp | 17 struct __two {char __lx; char __lxx;}; member
|
/external/libcxx/test/std/utilities/function.objects/comparisons/ |
D | transparent.pass.cpp | 17 struct __two {char __lx; char __lxx;}; member
|