Searched defs:__val (Results 1 – 17 of 17) sorted by relevance
25 __to_underlying(_Tp __val) noexcept { in __to_underlying()33 to_underlying(_Tp __val) noexcept { in to_underlying()
27 _LIBCPP_HIDE_FROM_ABI constexpr _Tp byteswap(_Tp __val) noexcept { in byteswap()
7 _Atomic_word exchange_and_add(volatile _Atomic_word *__mem, int __val) { in exchange_and_add()
39 …_LIBCPP_HIDE_FROM_ABI inline explicit constexpr weekday(unsigned __val) noexcept : __wd(static_cas… in weekday()150 _LIBCPP_HIDE_FROM_ABI explicit constexpr weekday_last(const chrono::weekday& __val) noexcept in weekday_last()
33 …_LIBCPP_HIDE_FROM_ABI explicit inline constexpr day(unsigned __val) noexcept : __d(static_cast<uns… in day()
32 …_LIBCPP_HIDE_FROM_ABI explicit inline constexpr month(unsigned __val) noexcept : __m(static_cast<u… in month()
36 …_LIBCPP_HIDE_FROM_ABI explicit inline constexpr year(int __val) noexcept : __y(static_cast<short>(… in year()
108 _LIBCPP_HIDE_FROM_ABI explicit constexpr month_day_last(const chrono::month& __val) noexcept in month_day_last()
27 _wrpkru(unsigned int __val) in _wrpkru()
64 void __libcpp_relaxed_store(_ValueType* __dest, _FromType __val) in __libcpp_relaxed_store()
58 constexpr int __sign(_Tp __val) { in __sign()
113 typeof(({ unsigned long __ptr; (int *)(0); })) __val; in test_pr22849() member115 typeof(({ unsigned long __ptr; (int *)(0); })) __val; in test_pr22849() member
61 _LIBCPP_HIDE_FROM_ABI void insert(const key_type& __key, value_type __val) { in insert()90 _LIBCPP_HIDE_FROM_ABI void insert(key_type __key, value_type __val) { in insert()
34 const _Tp & __val) in find()
27 std::size_t rotate_by_at_least_1(std::size_t __val, int __shift) { in rotate_by_at_least_1()
40 __cxx_contention_t __val) in __libcpp_platform_wait_on_address()
825 __v2di __val; in _mm_cvtepi32_pd() local