Searched defs:_Value (Results 1 - 5 of 5) sorted by relevance

/external/llvm/unittests/ADT/
H A DilistTest.cpp24 Node(int _Value) : Value(_Value) {} argument
/external/stlport/stlport/stl/
H A D_tree.c45 # define __iterator__ _Rb_tree_iterator<_Value, _STLP_HEADER_TYPENAME _Traits::_NonConstTraits>
49 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc>::iterator
50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc>::size_type
319 class _Value, class _KeyOfValue, class _Traits, class _Alloc> variable
320 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>& variable
321 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::operator=( variable
322 const _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>& __x) {
348 class _Value, class _KeyOfValue, class _Traits, class _Alloc> variable
350 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::_M_insert(_Rb_tree_node_base * __parent, variable
351 const _Value
385 class _Value, class _KeyOfValue, class _Traits, class _Alloc> variable
387 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_equal(const _Value& __val) { variable
403 class _Value, class _KeyOfValue, class _Traits, class _Alloc> variable
405 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_unique(const _Value& __val) { variable
430 class _Value, class _KeyOfValue, class _Traits, class _Alloc> variable
432 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_unique(iterator __position, variable
537 class _Value, class _KeyOfValue, class _Traits, class _Alloc> variable
539 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_equal(iterator __position, variable
622 class _Value, class _KeyOfValue, class _Traits, class _Alloc> variable
624 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::_M_copy(_Rb_tree_node_base* __x, variable
653 class _Value, class _KeyOfValue, class _Traits, class _Alloc> variable
655 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>::_M_erase(_Rb_tree_node_base *__x) { variable
681 class _Value, class _KeyOfValue, class _Traits, class _Alloc> variable
682 bool _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>::__rb_verify() const { variable
[all...]
/external/clang/lib/Headers/
H A DIntrin.h196 long _InterlockedAddLargeStatistic(__int64 volatile *_Addend, long _Value);
198 long _InterlockedAnd(long volatile *_Value, long _Mask);
200 short _InterlockedAnd16(short volatile *_Value, short _Mask);
202 char _InterlockedAnd8(char volatile *_Value, char _Mask);
232 long _InterlockedExchange(long volatile *_Target, long _Value);
234 short _InterlockedExchange16(short volatile *_Target, short _Value);
236 char _InterlockedExchange8(char volatile *_Target, char _Value);
238 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value);
242 short _InterlockedExchangeAdd16(short volatile *_Addend, short _Value);
246 char _InterlockedExchangeAdd8(char volatile *_Addend, char _Value);
480 _rotl8(unsigned char _Value, unsigned char _Shift) argument
485 _rotr8(unsigned char _Value, unsigned char _Shift) argument
490 _rotl16(unsigned short _Value, unsigned char _Shift) argument
495 _rotr16(unsigned short _Value, unsigned char _Shift) argument
500 _rotl(unsigned int _Value, int _Shift) argument
505 _rotr(unsigned int _Value, int _Shift) argument
510 _lrotl(unsigned long _Value, int _Shift) argument
515 _lrotr(unsigned long _Value, int _Shift) argument
521 _rotl64(unsigned __int64 _Value, int _Shift) argument
527 _rotr64(unsigned __int64 _Value, int _Shift) argument
660 _InterlockedExchangeAdd8(char volatile *_Addend, char _Value) argument
664 _InterlockedExchangeAdd16(short volatile *_Addend, short _Value) argument
669 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value) argument
677 _InterlockedExchangeSub8(char volatile *_Subend, char _Value) argument
681 _InterlockedExchangeSub16(short volatile *_Subend, short _Value) argument
685 _InterlockedExchangeSub(long volatile *_Subend, long _Value) argument
690 _InterlockedExchangeSub64(__int64 volatile *_Subend, __int64 _Value) argument
698 _InterlockedIncrement16(short volatile *_Value) argument
703 _InterlockedIncrement64(__int64 volatile *_Value) argument
711 _InterlockedDecrement16(short volatile *_Value) argument
716 _InterlockedDecrement64(__int64 volatile *_Value) argument
724 _InterlockedAnd8(char volatile *_Value, char _Mask) argument
728 _InterlockedAnd16(short volatile *_Value, short _Mask) argument
732 _InterlockedAnd(long volatile *_Value, long _Mask) argument
737 _InterlockedAnd64(__int64 volatile *_Value, __int64 _Mask) argument
745 _InterlockedOr8(char volatile *_Value, char _Mask) argument
749 _InterlockedOr16(short volatile *_Value, short _Mask) argument
753 _InterlockedOr(long volatile *_Value, long _Mask) argument
758 _InterlockedOr64(__int64 volatile *_Value, __int64 _Mask) argument
766 _InterlockedXor8(char volatile *_Value, char _Mask) argument
770 _InterlockedXor16(short volatile *_Value, short _Mask) argument
774 _InterlockedXor(long volatile *_Value, long _Mask) argument
779 _InterlockedXor64(__int64 volatile *_Value, __int64 _Mask) argument
787 _InterlockedExchange8(char volatile *_Target, char _Value) argument
792 _InterlockedExchange16(short volatile *_Target, short _Value) argument
798 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value) argument
[all...]
/external/llvm/include/llvm/MC/
H A DMCAssembler.h365 MCAlignFragment(unsigned _Alignment, int64_t _Value, unsigned _ValueSize, argument
368 Value(_Value),ValueSize(_ValueSize),
406 MCFillFragment(int64_t _Value, unsigned _ValueSize, uint64_t _Size, argument
409 Value(_Value), ValueSize(_ValueSize), Size(_Size) {
440 MCOrgFragment(const MCExpr &_Offset, int8_t _Value, argument
443 Offset(&_Offset), Value(_Value) {}
H A DMCExpr.h124 explicit MCConstantExpr(int64_t _Value) argument
125 : MCExpr(MCExpr::Constant), Value(_Value) {}

Completed in 900 milliseconds