HomeSort by relevance Sort by last modified time
    Searched refs:pair (Results 326 - 350 of 8413) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 90 virtual std::pair<SDValue, SDValue>
102 virtual std::pair<SDValue, SDValue>
115 virtual std::pair<SDValue, SDValue>
127 virtual std::pair<SDValue, SDValue>
135 virtual std::pair<SDValue, SDValue>
141 virtual std::pair<SDValue, SDValue>
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 93 virtual std::pair<SDValue, SDValue>
105 virtual std::pair<SDValue, SDValue>
118 virtual std::pair<SDValue, SDValue>
130 virtual std::pair<SDValue, SDValue>
138 virtual std::pair<SDValue, SDValue>
144 virtual std::pair<SDValue, SDValue>
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 93 virtual std::pair<SDValue, SDValue>
105 virtual std::pair<SDValue, SDValue>
118 virtual std::pair<SDValue, SDValue>
130 virtual std::pair<SDValue, SDValue>
138 virtual std::pair<SDValue, SDValue>
144 virtual std::pair<SDValue, SDValue>
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 93 virtual std::pair<SDValue, SDValue>
105 virtual std::pair<SDValue, SDValue>
118 virtual std::pair<SDValue, SDValue>
130 virtual std::pair<SDValue, SDValue>
138 virtual std::pair<SDValue, SDValue>
144 virtual std::pair<SDValue, SDValue>
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 93 virtual std::pair<SDValue, SDValue>
105 virtual std::pair<SDValue, SDValue>
118 virtual std::pair<SDValue, SDValue>
130 virtual std::pair<SDValue, SDValue>
138 virtual std::pair<SDValue, SDValue>
144 virtual std::pair<SDValue, SDValue>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.cons/
initializer_list_compare_alloc.pass.cpp 27 typedef std::pair<const int, double> V;
29 typedef test_allocator<std::pair<const int, double> > A;
50 typedef std::pair<const int, double> V;
52 typedef min_allocator<std::pair<const int, double> > A;
73 typedef std::pair<const int, double> V;
97 typedef std::pair<const int, double> V;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/unord.map.cnstr/
init_size.pass.cpp 15 // class Alloc = allocator<pair<const Key, T>>>
39 test_allocator<std::pair<const int, std::string> >
41 typedef std::pair<int, std::string> P;
61 (test_allocator<std::pair<const int, std::string> >()));
72 min_allocator<std::pair<const int, std::string> >
74 typedef std::pair<int, std::string> P;
94 (min_allocator<std::pair<const int, std::string> >()));
init_size_hash.pass.cpp 15 // class Alloc = allocator<pair<const Key, T>>>
39 test_allocator<std::pair<const int, std::string> >
41 typedef std::pair<int, std::string> P;
62 (test_allocator<std::pair<const int, std::string> >()));
73 min_allocator<std::pair<const int, std::string> >
75 typedef std::pair<int, std::string> P;
96 (min_allocator<std::pair<const int, std::string> >()));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/unord.map.elem/
at.pass.cpp 13 // class Alloc = allocator<pair<const Key, T>>>
31 typedef std::pair<int, std::string> P;
59 typedef std::pair<int, std::string> P;
87 min_allocator<std::pair<const int, std::string>>> C;
88 typedef std::pair<int, std::string> P;
116 min_allocator<std::pair<const int, std::string>>> C;
117 typedef std::pair<int, std::string> P;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/pairs/pairs.spec/
comparison.pass.cpp 12 // template <class T1, class T2> struct pair
14 // template <class T1, class T2> bool operator==(const pair<T1,T2>&, const pair<T1,T2>&);
15 // template <class T1, class T2> bool operator!=(const pair<T1,T2>&, const pair<T1,T2>&);
16 // template <class T1, class T2> bool operator< (const pair<T1,T2>&, const pair<T1,T2>&);
17 // template <class T1, class T2> bool operator> (const pair<T1,T2>&, const pair<T1,T2>&);
18 // template <class T1, class T2> bool operator>=(const pair<T1,T2>&, const pair<T1,T2>&)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_pair.i 12 struct traits_asval<std::pair<T,U> > {
13 typedef std::pair<T,U> value_type;
16 std::pair<T,U> *val)
37 static int asval(VALUE obj, std::pair<T,U> *val) {
56 struct traits_asptr<std::pair<T,U> > {
57 typedef std::pair<T,U> value_type;
60 std::pair<T,U> **val)
63 value_type *vp = %new_instance(std::pair<T,U>);
83 static int asptr(VALUE obj, std::pair<T,U> **val) {
104 struct traits_from<std::pair<T,U> >
    [all...]
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
move.pass.cpp 15 // class Alloc = allocator<pair<const Key, T>>>
39 test_allocator<std::pair<const int, std::string> >
45 test_allocator<std::pair<const int, std::string> >(10)
53 (test_allocator<std::pair<const int, std::string> >(10)));
66 test_allocator<std::pair<const int, std::string> >
68 typedef std::pair<int, std::string> P;
82 test_allocator<std::pair<const int, std::string> >(10)
87 typedef std::pair<C::const_iterator, C::const_iterator> Eq;
121 assert((c.get_allocator() == test_allocator<std::pair<const int, std::string> >(10)));
129 min_allocator<std::pair<const int, std::string>
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
move.pass.cpp 15 // class Alloc = allocator<pair<const Key, T>>>
39 test_allocator<std::pair<const int, std::string> >
45 test_allocator<std::pair<const int, std::string> >(10)
53 (test_allocator<std::pair<const int, std::string> >(10)));
66 test_allocator<std::pair<const int, std::string> >
68 typedef std::pair<int, std::string> P;
82 test_allocator<std::pair<const int, std::string> >(10)
87 typedef std::pair<C::const_iterator, C::const_iterator> Eq;
121 assert((c.get_allocator() == test_allocator<std::pair<const int, std::string> >(10)));
129 min_allocator<std::pair<const int, std::string>
    [all...]
  /external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
rv_pair_U_V.pass.cpp 14 // template <class T1, class T2> struct pair
16 // template <class U, class V> pair(pair<U, V>&& p);
30 using P1 = std::pair<T1, int>;
31 using P2 = std::pair<int, T1>;
32 using UP1 = std::pair<U1, int>&&;
33 using UP2 = std::pair<int, U1>&&;
52 struct DPair : public std::pair<T, U> {
53 using Base = std::pair<T, U>;
70 typedef std::pair<std::unique_ptr<Derived>, short> P1
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 40 SectionMap::const_mapping pair = local
43 std::string output_name = (pair.first == NULL) ? pName : pair.first->name();
57 SectionMap::mapping pair = m_Module.getScript().sectionMap().find( local
60 if (pair.first != NULL && pair.first->isDiscard()) {
66 (pair.first == NULL) ? pInputSection.name() : pair.first->name();
106 if (pair.first != NULL) {
107 assert(pair.second != NULL)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/pairs/pairs.pair/
rv_pair_U_V.pass.cpp 14 // template <class T1, class T2> struct pair
16 // template <class U, class V> pair(pair<U, V>&& p);
30 using P1 = std::pair<T1, int>;
31 using P2 = std::pair<int, T1>;
32 using UP1 = std::pair<U1, int>&&;
33 using UP2 = std::pair<int, U1>&&;
52 struct DPair : public std::pair<T, U> {
53 using Base = std::pair<T, U>;
70 typedef std::pair<std::unique_ptr<Derived>, short> P1
    [all...]
  /art/libdexfile/dex/
utf_test.cc 51 // A test string that contains a UTF-8 encoding of a surrogate pair
62 uint32_t pair = 0; local
65 pair = GetUtf16FromUtf8(&ptr);
66 EXPECT_EQ(0x24, GetLeadingUtf16Char(pair));
67 EXPECT_EQ(0, GetTrailingUtf16Char(pair));
71 pair = GetUtf16FromUtf8(&ptr);
72 EXPECT_EQ(0xa2, GetLeadingUtf16Char(pair));
73 EXPECT_EQ(0, GetTrailingUtf16Char(pair));
77 pair = GetUtf16FromUtf8(&ptr);
78 EXPECT_EQ(0x20ac, GetLeadingUtf16Char(pair));
98 uint32_t pair = 0; local
    [all...]
  /external/clang/test/SemaCXX/
typo-correction-cxx11.cpp 41 struct pair { struct in namespace:NewTypoExprFromResolvingTypoAmbiguity
49 pair find(int x);
  /external/clang/test/SemaTemplate/
typename-specifier.cpp 38 // expected-note@-1 {{add a pair of parentheses}}
142 template <class T1, class T2> struct pair {}; // expected-note 7 {{template parameter is declared here}} struct in namespace:missing_typename
165 pair<ExampleItemSet::iterator, int> i;
166 pair<this->ExampleItemSet::iterator, int> i; // expected-error-re {{template argument for template type parameter must be a type{{$}}}}
167 pair<ExampleItemSet::operator[], int> i; // expected-error-re {{template argument for template type parameter must be a type{{$}}}}
174 pair<ExampleItemSet::iterator, int> elt;
185 pair<ExampleItemMap::iterator, int> i;
192 pair<ExampleItemMap::iterator, int> entry;
193 pair<bar, int> foobar; // expected-error {{template argument for template type parameter must be a type}}
  /external/deqp/modules/egl/
teglColorClearCase.hpp 52 const std::vector<std::pair<eglw::EGLint, eglw::EGLContext> >& contexts);
70 const std::vector<std::pair<eglw::EGLint, eglw::EGLContext> >& contexts);
  /external/libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/
non_trivial_copy_move_ABI.pass.cpp 19 // template <class T1, class T2> struct pair
92 typedef std::pair<int, short> P;
98 typedef std::pair<int, short> P;
103 using P = std::pair<NonTrivialDtor, int>;
112 using P = std::pair<NonTrivialCopy, int>;
120 using P = std::pair<NonTrivialMove, int>;
128 using P = std::pair<DeletedCopy, int>;
136 using P = std::pair<Trivial, int>;
144 using P = std::pair<TrivialMove, int>;
trivial_copy_move_ABI.pass.cpp 15 // template <class T1, class T2> struct pair
87 typedef std::pair<int, short> P;
93 typedef std::pair<int, short> P;
98 using P = std::pair<NonTrivialDtor, int>;
107 using P = std::pair<NonTrivialCopy, int>;
115 using P = std::pair<NonTrivialMove, int>;
123 using P = std::pair<DeletedCopy, int>;
131 using P = std::pair<Trivial, int>;
139 using P = std::pair<TrivialMove, int>;
  /external/libcxx/test/std/containers/associative/map/map.cons/
assign_initializer_list.pass.cpp 26 typedef std::pair<const int, double> V;
50 typedef std::pair<const int, double> V;
default.pass.cpp 30 std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> m;
35 typedef explicit_allocator<std::pair<const int, double>> A;
initializer_list.pass.cpp 26 typedef std::pair<const int, double> V;
46 typedef std::pair<const int, double> V;

Completed in 525 milliseconds

<<11121314151617181920>>