Home | History | Annotate | Download | only in bits

Lines Matching refs:__int_type

352       typedef _ITp 	__int_type;
354 __int_type _M_i;
363 // Requires __int_type convertible to _M_i.
364 constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
366 operator __int_type() const noexcept
369 operator __int_type() const volatile noexcept
372 __int_type
373 operator=(__int_type __i) noexcept
379 __int_type
380 operator=(__int_type __i) volatile noexcept
386 __int_type
390 __int_type
394 __int_type
398 __int_type
402 __int_type
406 __int_type
410 __int_type
414 __int_type
418 __int_type
419 operator+=(__int_type __i) noexcept
422 __int_type
423 operator+=(__int_type __i) volatile noexcept
426 __int_type
427 operator-=(__int_type __i) noexcept
430 __int_type
431 operator-=(__int_type __i) volatile noexcept
434 __int_type
435 operator&=(__int_type __i) noexcept
438 __int_type
439 operator&=(__int_type __i) volatile noexcept
442 __int_type
443 operator|=(__int_type __i) noexcept
446 __int_type
447 operator|=(__int_type __i) volatile noexcept
450 __int_type
451 operator^=(__int_type __i) noexcept
454 __int_type
455 operator^=(__int_type __i) volatile noexcept
467 store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept
478 store(__int_type __i,
489 __int_type
499 __int_type
509 __int_type
510 exchange(__int_type __i,
517 __int_type
518 exchange(__int_type __i,
525 compare_exchange_weak(__int_type& __i1, __int_type __i2,
538 compare_exchange_weak(__int_type& __i1, __int_type __i2,
552 compare_exchange_weak(__int_type& __i1, __int_type __i2,
560 compare_exchange_weak(__int_type& __i1, __int_type __i2,
568 compare_exchange_strong(__int_type& __i1, __int_type __i2,
581 compare_exchange_strong(__int_type& __i1, __int_type __i2,
596 compare_exchange_strong(__int_type& __i1, __int_type __i2,
604 compare_exchange_strong(__int_type& __i1, __int_type __i2,
611 __int_type
612 fetch_add(__int_type __i,
616 __int_type
617 fetch_add(__int_type __i,
621 __int_type
622 fetch_sub(__int_type __i,
626 __int_type
627 fetch_sub(__int_type __i,
631 __int_type
632 fetch_and(__int_type __i,
636 __int_type
637 fetch_and(__int_type __i,
641 __int_type
642 fetch_or(__int_type __i,
646 __int_type
647 fetch_or(__int_type __i,
651 __int_type
652 fetch_xor(__int_type __i,
656 __int_type
657 fetch_xor(__int_type __i,