Searched refs:_Target (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Headers/ |
D | Intrin.h | 232 long _InterlockedExchange(long volatile *_Target, long _Value); 234 short _InterlockedExchange16(short volatile *_Target, short _Value); 236 char _InterlockedExchange8(char volatile *_Target, char _Value); 428 __int64 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value); 431 void *_InterlockedExchangePointer(void *volatile *_Target, void *_Value); 787 _InterlockedExchange8(char volatile *_Target, char _Value) { in _InterlockedExchange8() argument 788 __atomic_exchange(_Target, &_Value, &_Value, 0); in _InterlockedExchange8() 792 _InterlockedExchange16(short volatile *_Target, short _Value) { in _InterlockedExchange16() argument 793 __atomic_exchange(_Target, &_Value, &_Value, 0); in _InterlockedExchange16() 798 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value) { in _InterlockedExchange64() argument [all …]
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 707 .. _Target-independent algorithms:
|