Home
last modified time | relevance | path

Searched defs:__val (Results 1 – 23 of 23) sorted by relevance

/llvm-project/libcxx/include/__utility/
H A Dconvert_to_integral.h24 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR int __convert_to_integral(int __val) { return __val; } in __convert_to_integral() argument
26 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR unsigned __convert_to_integral(unsigned __val) { return __val; } in __convert_to_integral() argument
28 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR long __convert_to_integral(long __val) { return __val; } in __convert_to_integral() argument
30 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR unsigned long __convert_to_integral(unsigned long __val) { in __convert_to_integral() argument
34 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR long long __convert_to_integral(long long __val) { return __val; } in __convert_to_integral() argument
36 __convert_to_integral(unsigned long long __val) __convert_to_integral() argument
41 __convert_to_integral(_Fp __val) __convert_to_integral() argument
46 __convert_to_integral(__int128_t __val) __convert_to_integral() argument
48 __convert_to_integral(__uint128_t __val) __convert_to_integral() argument
[all...]
H A Dto_underlying.h24 _LIBCPP_HIDE_FROM_ABI constexpr typename underlying_type<_Tp>::type __to_underlying(_Tp __val) noex… in __to_underlying()
31 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr underlying_type_t<_Tp> to_underlying(_Tp __val) noexc… in to_underlying()
/llvm-project/libcxx/include/__atomic/
H A Dcxx_atomic_impl.h
/llvm-project/libcxx/include/__system_error/
H A Derror_code.h58 __val_ = __val; in assign() argument
50 error_code(int __val,const error_category & __cat) error_code() argument
/llvm-project/libcxx/include/__bit/
H A Dbyteswap.h26 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _Tp byteswap(_Tp __val) noexcept { in byteswap() argument
/llvm-project/clang/test/CodeGen/
H A Dlinux-arm-atomic.c7 _Atomic_word exchange_and_add(volatile _Atomic_word *__mem, int __val) { in exchange_and_add()
/llvm-project/libcxx/include/__chrono/
H A Dweekday.h39 _LIBCPP_HIDE_FROM_ABI inline explicit constexpr weekday(unsigned __val) noexcept in weekday() argument
152 weekday_last(const chrono::weekday & __val) weekday_last() argument
H A Dday.h33 _LIBCPP_HIDE_FROM_ABI explicit inline constexpr day(unsigned __val) noexcept in day() argument
H A Dmonth.h33 _LIBCPP_HIDE_FROM_ABI explicit inline constexpr month(unsigned __val) noexcept in month() argument
H A Dyear.h37 _LIBCPP_HIDE_FROM_ABI explicit inline constexpr year(int __val) noexcept : __y_(static_cast<short>(__val)) {} in year() argument
H A Dmonthday.h96 _LIBCPP_HIDE_FROM_ABI explicit constexpr month_day_last(const chrono::month& __val) noexcept : __m_{__val} {} in month_day_last() argument
/llvm-project/clang/lib/Headers/
H A Dpkuintrin.h27 _wrpkru(unsigned int __val) in _wrpkru()
H A D__clang_cuda_intrinsics.h653 __device__ inline float2 atomicAdd(float2 *__ptr, float2 __val) { in atomicAdd()
661 __device__ inline float2 atomicAdd_block(float2 *__ptr, float2 __val) { in atomicAdd_block()
669 __device__ inline float2 atomicAdd_system(float2 *__ptr, float2 __val) { in atomicAdd_system()
677 __device__ inline float4 atomicAdd(float4 *__ptr, float4 __val) { in atomicAdd()
685 __device__ inline float4 atomicAdd_block(float4 *__ptr, float4 __val) { in atomicAdd_block()
694 __device__ inline float4 atomicAdd_system(float4 *__ptr, float4 __val) { in atomicAdd_system()
/llvm-project/libcxx/src/include/
H A Datomic_support.h53 inline _LIBCPP_HIDE_FROM_ABI void __libcpp_relaxed_store(_ValueType* __dest, _FromType __val) { in __libcpp_relaxed_store() argument
[all...]
/llvm-project/libcxx/include/__numeric/
H A Dmidpoint.h57 _LIBCPP_HIDE_FROM_ABI constexpr int __sign(_Tp __val) { in __sign() argument
/llvm-project/clang/test/Sema/
H A Dstatements.c112 typeof(({ unsigned long __ptr; (int *)(0); })) __val; in test_pr22849() member
114 typeof(({ unsigned long __ptr; (int *)(0); })) __val; in test_pr22849() member
/llvm-project/libcxx/include/__iterator/
H A Daliasing_iterator.h104 _Alias __val; member
/llvm-project/libcxx/include/__functional/
H A Dboyer_moore_searcher.h54 insert(const key_type & __key,value_type __val) insert() argument
78 insert(key_type __key,value_type __val) insert() argument
/llvm-project/clang/test/CodeGenCXX/
H A D2007-09-10-RecursiveTypeResolution.cpp34 const _Tp & __val) in find() argument
/llvm-project/libcxx/benchmarks/
H A Dunordered_set_operations.bench.cpp
/llvm-project/libcxx/src/
H A Datomic.cpp57 __libcpp_platform_wait_on_address(__cxx_atomic_contention_t const volatile* __ptr, __cxx_contention_t __val) { in __libcpp_platform_wait_on_address() argument
/llvm-project/libcxx/include/__charconv/
H A Dfrom_chars_integral.h80 int __val; member
/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h826 __v2di __val; in _mm_cvtepi32_pd() local