Searched defs:__val (Results 1 - 25 of 66) sorted by relevance

123

/haiku-buildtools/gcc/libstdc++-v3/config/cpu/generic/atomicity_builtins/
H A Datomicity.h35 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () argument
40 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () argument
/haiku-buildtools/gcc/libstdc++-v3/config/os/aix/
H A Datomicity.h47 __exchange_and_add (volatile _Atomic_word* __mem, int __val) throw () argument
52 __atomic_add (volatile _Atomic_word* __mem, int __val) throw () argument
53 { (void) ::fetch_and_add(const_cast<atomic_p>(__mem), __val); } local
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr37284.C13 void construct(_Tp* __p, const _Tp& __val) argument
/haiku-buildtools/gcc/libstdc++-v3/config/cpu/cris/
H A Datomicity.h32 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () argument
85 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () argument
/haiku-buildtools/gcc/libstdc++-v3/config/cpu/i486/
H A Datomicity.h33 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () argument
44 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () argument
/haiku-buildtools/gcc/libstdc++-v3/config/cpu/m68k/
H A Datomicity.h37 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () argument
124 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/dfp/
H A D44473-2.C12 __decfloat64 __val; member in class:std::decimal::decimal64
H A Dmangle-1.C13 __decfloat64 __val; member in class:std::decimal::decimal64
H A Dmangle-2.C13 __decfloat64 __val; member in class:std::decimal::decimal64
H A Dmangle-3.C13 __decfloat64 __val; member in class:std::decimal::decimal64
H A Dmangle-4.C13 __decfloat64 __val; member in class:std::decimal::decimal64
H A Dmangle-5.C13 __decfloat128 __val; member in class:std::decimal::decimal128
/haiku-buildtools/gcc/libstdc++-v3/config/cpu/hppa/
H A Datomicity.h48 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () argument
73 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () argument
/haiku-buildtools/gcc/libstdc++-v3/config/cpu/i386/
H A Datomicity.h44 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () argument
69 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () argument
/haiku-buildtools/gcc/libstdc++-v3/config/cpu/generic/atomicity_mutex/
H A Datomicity.h44 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () argument
55 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () argument
/haiku-buildtools/gcc/libstdc++-v3/config/cpu/sparc/
H A Datomicity.h34 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () argument
52 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/compat/decimal/
H A Ddecimal-dummy.h10 __dec32 __val; member in class:std::decimal::decimal32
19 __dec64 __val; member in class:std::decimal::decimal64
28 __dec128 __val; member in class:std::decimal::decimal128
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Datomicity.h48 __exchange_and_add(volatile _Atomic_word* __mem, int __val) argument
52 __atomic_add(volatile _Atomic_word* __mem, int __val) argument
65 __exchange_and_add_single(_Atomic_word* __mem, int __val) argument
73 __atomic_add_single(_Atomic_word* __mem, int __val) argument
78 __exchange_and_add_dispatch(_Atomic_word* __mem, int __val) argument
92 __atomic_add_dispatch(_Atomic_word* __mem, int __val) argument
[all...]
H A Darray_allocator.h96 construct(pointer __p, const _Tp& __val) argument
H A Dmalloc_allocator.h131 construct(pointer __p, const _Tp& __val) argument
H A Dextptr_allocator.h125 void construct(pointer __p, const _Tp& __val) argument
/haiku-buildtools/gcc/libstdc++-v3/include/tr1/
H A Dfunctional_hash.h146 hash(const _Tp& __val) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dfutex.cc45 _M_futex_wait_until(unsigned *__addr, unsigned __val, bool __has_timeout, chrono::seconds __s, chrono::nanoseconds __ns) argument
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dfunctional_hash.h135 hash(const _Tp& __val) argument
140 __hash_combine(const _Tp& __val, size_t __hash) argument
153 hash(const _Tp& __val) argument
158 __hash_combine(const _Tp& __val, size_t __hash) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A Dpr60449_1.c21 unsigned long int __val[(1024 / (8 * sizeof (unsigned long int)))]; member in struct:__anon1329

Completed in 122 milliseconds

123