Searched defs:__arg (Results 1 – 10 of 10) sorted by relevance
/llvm-project/libcxx/src/support/win32/ |
H A D | thread_win32.cpp | 145 void* __arg; member 151 void* __arg = __data->__arg; in __libcpp_beginthreadex_thunk() local 158 int __libcpp_thread_create(__libcpp_thread_t* __t, void* (*__func)(void*), void* __arg) { in __libcpp_thread_create() argument
|
/llvm-project/libcxx/include/__format/ |
H A D | format_arg.h | 154 __visit_format_arg(_Visitor && __vis,basic_format_arg<_Context> __arg) __visit_format_arg() argument 313 visit(this basic_format_arg __arg,_Visitor && __vis) visit() argument [all...] |
H A D | format_arg_store.h | 166 constexpr __arg_t __arg = __determine_arg_t<_Context, _Dp>(); __create_format_arg() local [all...] |
/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_cmath.h | 64 __DEVICE__ float frexp(float __arg, int *__exp) { in frexp() 155 __DEVICE__ float ldexp(float __arg, int __exp) { in ldexp()
|
H A D | __clang_hip_cmath.h | 64 __DEVICE__ __CONSTEXPR__ float frexp(float __arg, int *__exp) { in frexp() argument
|
H A D | arm_acle.h | 841 __tcancel(__arg) global() argument
|
/llvm-project/libcxx/include/__thread/support/ |
H A D | pthread.h | 181 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_thread_create(__libcpp_thread_t* __t, void* (*__func)(void*), void* __arg) { in __libcpp_thread_create() argument
|
H A D | c11.h | 150 …_FROM_ABI int __libcpp_thread_create(__libcpp_thread_t* __t, void* (*__func)(void*), void* __arg) { in __libcpp_thread_create() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | forwarding-reference-overload.cpp | 150 constexpr variant(_Arg&& __arg) {} in variant() argument
|
/llvm-project/libcxx/include/__memory/ |
H A D | uninitialized_algorithms.h | 440 __allocator_construct_at_multidimensional(_Alloc & __alloc,_Tp * __loc,_Arg const & __arg) __allocator_construct_at_multidimensional() argument
|