Searched refs:value_type (Results 101 - 125 of 548) sorted by relevance

1234567891011>>

/external/llvm/include/llvm/ADT/
H A DDenseSet.h42 static_assert(sizeof(typename MapTy::value_type) == sizeof(ValueT),
47 typedef ValueT value_type; typedef in class:llvm::DenseSet
84 typedef ValueT value_type; typedef in class:llvm::DenseSet::Iterator
85 typedef value_type *pointer;
86 typedef value_type &reference;
104 typedef ValueT value_type; typedef in class:llvm::DenseSet::ConstIterator
105 typedef value_type *pointer;
106 typedef value_type &reference;
/external/clang/test/SemaCXX/
H A DPR9908.cpp25 typedef T value_type; typedef in struct:A
/external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star/
H A Dop_star.pass.cpp37 test(It i, typename std::iterator_traits<It>::value_type x)
/external/libcxx/test/std/re/re.regex/re.regex.construct/
H A Dstring.pass.cpp24 std::basic_regex<typename String::value_type> r(p);
/external/libcxx/test/std/strings/basic.string/string.cons/
H A Ddefault_noexcept.pass.cpp25 typedef T value_type; typedef in struct:some_alloc
H A Dmove_assign_noexcept.pass.cpp27 typedef T value_type; typedef in struct:some_alloc
H A Dmove_noexcept.pass.cpp25 typedef T value_type; typedef in struct:some_alloc
/external/libcxx/test/std/containers/sequences/vector.bool/
H A Dtypes.pass.cpp18 // typedef T value_type;
44 static_assert((std::is_same<typename C::value_type, bool>::value), "");
45 static_assert((std::is_same<typename C::value_type, typename Allocator::value_type>::value), "");
/external/libcxx/test/std/utilities/meta/meta.hel/
H A Dintegral_constant.pass.cpp21 static_assert((std::is_same<_5::value_type, int>::value), "");
35 static_assert((std::is_same<std::false_type::value_type, bool>::value), "");
39 static_assert((std::is_same<std::true_type::value_type, bool>::value), "");
/external/libcxx/test/std/strings/basic.string/
H A Dtypes.pass.cpp20 // typedef typename traits::char_type value_type;
50 static_assert((std::is_same<typename S::value_type, typename Traits::char_type>::value), "");
51 static_assert((std::is_same<typename S::value_type, typename Allocator::value_type>::value), "");
55 static_assert((std::is_same<typename S::reference, typename S::value_type&>::value), "");
56 static_assert((std::is_same<typename S::const_reference, const typename S::value_type&>::value), "");
/external/libcxx/test/support/
H A Dtest_allocator.h46 typedef T value_type; typedef in class:test_allocator
47 typedef value_type* pointer;
48 typedef const value_type* const_pointer;
49 typedef typename std::add_lvalue_reference<value_type>::type reference;
50 typedef typename std::add_lvalue_reference<const value_type>::type const_reference;
106 typedef T value_type; typedef in class:non_default_test_allocator
107 typedef value_type* pointer;
108 typedef const value_type* const_pointer;
109 typedef typename std::add_lvalue_reference<value_type>::type reference;
110 typedef typename std::add_lvalue_reference<const value_type>
166 typedef void value_type; typedef in class:test_allocator
194 typedef T value_type; typedef in class:other_allocator
[all...]
/external/libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
H A Drv_value.pass.cpp14 // requires CopyConstructible<Cont::value_type>
16 // operator=(const Cont::value_type& value);
29 typename C::value_type x1, typename C::value_type x2,
30 typename C::value_type x3, const C& c2)
42 typename C::value_type x1, typename C::value_type x2,
43 typename C::value_type x3)
/external/clang/tools/diagtool/
H A DDiagnosticNames.h58 typedef RecordType value_type; typedef in class:diagtool::GroupRecord::group_iterator
59 typedef const value_type & reference;
60 typedef const value_type * pointer;
/external/libcxx/test/std/containers/associative/multiset/multiset.cons/
H A Dinitializer_list.pass.cpp14 // multiset(initializer_list<value_type> il, const key_compare& comp = key_compare());
26 typedef C::value_type V;
42 typedef C::value_type V;
57 typedef C::value_type V;
H A Dinitializer_list_compare.pass.cpp14 // multiset(initializer_list<value_type> il, const key_compare& comp = key_compare());
25 typedef C::value_type V;
/external/libcxx/test/std/containers/unord/unord.multiset/
H A Dinsert_hint_const_lvalue.pass.cpp16 // iterator insert(const_iterator p, const value_type& x);
32 typedef C::value_type P;
56 typedef C::value_type P;
80 typedef C::value_type P;
/external/libcxx/test/std/containers/unord/unord.set/
H A Dinsert_hint_const_lvalue.pass.cpp16 // iterator insert(const_iterator p, const value_type& x);
32 typedef C::value_type P;
56 typedef C::value_type P;
80 typedef C::value_type P;
/external/v8/src/
H A Dzone-allocator.h22 typedef T value_type; typedef in class:v8::internal::zone_allocator
40 return static_cast<pointer>(zone_->NewArray<value_type>(
46 return std::numeric_limits<int>::max() / sizeof(value_type);
/external/libcxx/test/std/containers/associative/set/set.cons/
H A Dinitializer_list_compare.pass.cpp14 // set(initializer_list<value_type> il, const key_compare& comp = key_compare());
25 typedef C::value_type V;
/external/libcxx/test/std/containers/sequences/deque/deque.cons/
H A Ddefault_noexcept.pass.cpp26 typedef T value_type; typedef in struct:some_alloc
H A Dmove_assign_noexcept.pass.cpp28 typedef T value_type; typedef in struct:some_alloc
H A Dmove_noexcept.pass.cpp26 typedef T value_type; typedef in struct:some_alloc
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/
H A Ddefault_noexcept.pass.cpp26 typedef T value_type; typedef in struct:some_alloc
H A Dmove_assign_noexcept.pass.cpp28 typedef T value_type; typedef in struct:some_alloc
H A Dmove_noexcept.pass.cpp26 typedef T value_type; typedef in struct:some_alloc

Completed in 552 milliseconds

1234567891011>>