Home
last modified time | relevance | path

Searched defs:__arg (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/src/support/win32/
Dthread_win32.cpp178 void *__arg; member
187 void *__arg = __data->__arg; in __libcpp_beginthreadex_thunk() local
197 void *__arg) in __libcpp_thread_create()
/external/cronet/buildtools/third_party/libc++/trunk/src/support/win32/
Dthread_win32.cpp178 void *__arg; member
187 void *__arg = __data->__arg; in __libcpp_beginthreadex_thunk() local
197 void *__arg) in __libcpp_thread_create()
/external/clang/lib/Headers/
D__clang_cuda_cmath.h70 __DEVICE__ float frexp(float __arg, int *__exp) { in frexp()
117 __DEVICE__ float ldexp(float __arg, int __exp) { in ldexp()
/external/cronet/buildtools/third_party/libc++/trunk/include/__format/
Dformat_arg_store.h162 constexpr __arg_t __arg = __determine_arg_t<_Context, remove_cvref_t<_Tp>>(); in __create_format_arg() local
/external/cronet/buildtools/third_party/libc++/trunk/include/__expected/
Dexpected.h66 _LIBCPP_HIDE_FROM_ABI void __throw_bad_expected_access(_Arg&& __arg) { in __throw_bad_expected_access()
/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/
Duninitialized_algorithms.h449 …pr void __allocator_construct_at_multidimensional(_Alloc& __alloc, _Tp* __loc, _Arg const& __arg) { in __allocator_construct_at_multidimensional()