| /minix3/external/bsd/llvm/dist/clang/lib/Headers/ |
| H A D | Intrin.h | 182 long _InterlockedAddLargeStatistic(__int64 volatile *_Addend, long _Value); 184 long _InterlockedAnd(long volatile *_Value, long _Mask); 186 short _InterlockedAnd16(short volatile *_Value, short _Mask); 188 char _InterlockedAnd8(char volatile *_Value, char _Mask); 218 long _InterlockedExchange(long volatile *_Target, long _Value); 220 short _InterlockedExchange16(short volatile *_Target, short _Value); 222 char _InterlockedExchange8(char volatile *_Target, char _Value); 224 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value); 228 short _InterlockedExchangeAdd16(short volatile *_Addend, short _Value); 232 char _InterlockedExchangeAdd8(char volatile *_Addend, char _Value); [all …]
|
| H A D | stdatomic.h | 163 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag; member 178 #define atomic_flag_test_and_set(object) __c11_atomic_exchange(&(object)->_Value, 1, __ATOMIC_SEQ_C… 179 #define atomic_flag_test_and_set_explicit(object, order) __c11_atomic_exchange(&(object)->_Value, 1… 181 #define atomic_flag_clear(object) __c11_atomic_store(&(object)->_Value, 0, __ATOMIC_SEQ_CST) 182 #define atomic_flag_clear_explicit(object, order) __c11_atomic_store(&(object)->_Value, 0, order)
|
| /minix3/external/bsd/libc++/dist/libcxx/include/ext/ |
| H A D | hash_set | 213 template <class _Value, class _Hash = hash<_Value>, class _Pred = equal_to<_Value>, 214 class _Alloc = allocator<_Value> > 219 typedef _Value key_type; 330 template <class _Value, class _Hash, class _Pred, class _Alloc> 331 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(size_type __n, 338 template <class _Value, class _Hash, class _Pred, class _Alloc> 339 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(size_type __n, 346 template <class _Value, class _Hash, class _Pred, class _Alloc> 348 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set( 355 template <class _Value, class _Hash, class _Pred, class _Alloc> [all …]
|
| /minix3/external/bsd/libc++/dist/libcxx/include/ |
| H A D | unordered_set | 334 template <class _Value, class _Hash = hash<_Value>, class _Pred = equal_to<_Value>, 335 class _Alloc = allocator<_Value> > 340 typedef _Value key_type; 619 template <class _Value, class _Hash, class _Pred, class _Alloc> 620 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(size_type __n, 630 template <class _Value, class _Hash, class _Pred, class _Alloc> 631 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(size_type __n, 641 template <class _Value, class _Hash, class _Pred, class _Alloc> 643 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set( 652 template <class _Value, class _Hash, class _Pred, class _Alloc> [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/unittests/ADT/ |
| H A D | ilistTest.cpp | 24 Node(int _Value) : Value(_Value) {} in Node()
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
| H A D | libstdcxx_map_base_hack.cpp | 10 template<typename _Key, typename _Value, typename _Ex, bool __unique,
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCAssembler.h | 366 MCAlignFragment(unsigned _Alignment, int64_t _Value, unsigned _ValueSize, 369 Value(_Value),ValueSize(_ValueSize), in MCFragment() 407 MCFillFragment(int64_t _Value, unsigned _ValueSize, uint64_t _Size, 410 Value(_Value), ValueSize(_ValueSize), Size(_Size) { in MCFragment() 441 MCOrgFragment(const MCExpr &_Offset, int8_t _Value, 444 Offset(&_Offset), Value(_Value) {} in MCFragment()
|
| H A D | MCExpr.h | 136 explicit MCConstantExpr(int64_t _Value) in MCConstantExpr() argument 137 : MCExpr(MCExpr::Constant), Value(_Value) {} in MCConstantExpr()
|
| /minix3/external/bsd/llvm/dist/clang/www/ |
| H A D | libstdc++4.4-clang0x.patch | 533 _Hashtable<_Key, _Value, _Allocator, _ExtractKey, _Equal,
|
| /minix3/external/gpl3/gcc/patches/ |
| H A D | 0000-gcc_nbsd.patch | 25466 - static const bool __is_signed = __glibcxx_signed(_Value); 25467 + static const bool __is_signed_val = __glibcxx_signed(_Value); 25468 static const int __digits = __glibcxx_digits(_Value); 25472 const _Value __numeric_traits_integer<_Value>::__max; 25474 template<typename _Value> 25475 - const bool __numeric_traits_integer<_Value>::__is_signed; 25476 + const bool __numeric_traits_integer<_Value>::__is_signed_val; 25478 template<typename _Value> 25479 const int __numeric_traits_integer<_Value>::__digits; 25481 static const int __max_digits10 = __glibcxx_max_digits10(_Value); [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/docs/ |
| H A D | ProgrammersManual.rst | 2673 .. _Value:
|