Home
last modified time | relevance | path

Searched refs:_Target (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Headers/
Dintrin.h216 long _InterlockedExchange(long volatile *_Target, long _Value);
218 short _InterlockedExchange16(short volatile *_Target, short _Value);
220 char _InterlockedExchange8(char volatile *_Target, char _Value);
384 __int64 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value);
387 void *_InterlockedExchangePointer(void *volatile *_Target, void *_Value);
731 _InterlockedExchange8(char volatile *_Target, char _Value) { in _InterlockedExchange8() argument
732 __atomic_exchange(_Target, &_Value, &_Value, __ATOMIC_SEQ_CST); in _InterlockedExchange8()
736 _InterlockedExchange16(short volatile *_Target, short _Value) { in _InterlockedExchange16() argument
737 __atomic_exchange(_Target, &_Value, &_Value, __ATOMIC_SEQ_CST); in _InterlockedExchange16()
742 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value) { in _InterlockedExchange64() argument
[all …]
/external/libcxx/include/
Dfunctional1486 typedef _Fp _Target;
1490 const _Target& __target() const { return __f_.first(); }
1496 explicit __alloc_func(_Target&& __f)
1503 explicit __alloc_func(const _Target& __f, const _Alloc& __a)
1510 explicit __alloc_func(const _Target& __f, _Alloc&& __a)
1517 explicit __alloc_func(_Target&& __f, _Alloc&& __a)
1546 void destroy() _NOEXCEPT { __f_.~__compressed_pair<_Target, _Alloc>(); }
1940 &typeid(typename _Fun::_Target)
1955 &typeid(typename _Fun::_Target)
/external/llvm/docs/
DCodeGenerator.rst702 .. _Target-independent algorithms:
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCodeGenerator.rst702 .. _Target-independent algorithms: