Searched defs:_Value (Results 1 - 4 of 4) 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/llvm/include/llvm/MC/
H A DMCAssembler.h358 MCAlignFragment(unsigned _Alignment, int64_t _Value, unsigned _ValueSize, argument
361 Value(_Value),ValueSize(_ValueSize),
399 MCFillFragment(int64_t _Value, unsigned _ValueSize, uint64_t _Size, argument
402 Value(_Value), ValueSize(_ValueSize), Size(_Size) {
433 MCOrgFragment(const MCExpr &_Offset, int8_t _Value, MCSectionData *SD = 0) argument
435 Offset(&_Offset), Value(_Value) {}
H A DMCExpr.h113 explicit MCConstantExpr(int64_t _Value) argument
114 : MCExpr(MCExpr::Constant), Value(_Value) {}

Completed in 201 milliseconds