/external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/ |
H A D | allocator.pass.cpp | 72 typedef test_hash<std::hash<T>> HF; typedef 74 typedef std::unordered_map<T, T, HF, Comp, A> C; 79 assert(c.hash_function() == HF()); 91 typedef test_hash<std::hash<T>> HF; typedef 93 typedef std::unordered_map<T, T, HF, Comp, A> C; 96 HF hf(12); 100 assert(!(c.hash_function() == HF()));
|
H A D | init.pass.cpp | 98 typedef test_hash<std::hash<int>> HF; typedef 100 typedef std::unordered_map<int, std::string, HF, Comp, A> C; 129 typedef test_hash<std::hash<int>> HF; typedef 131 typedef std::unordered_map<int, std::string, HF, Comp, A> C; 133 HF hf(42);
|
H A D | range.pass.cpp | 104 typedef test_hash<std::hash<int>> HF; typedef 106 typedef std::unordered_map<int, std::string, HF, Comp, A> C; 124 assert(c.hash_function() == HF()); 136 typedef test_hash<std::hash<int>> HF; typedef 138 typedef std::unordered_map<int, std::string, HF, Comp, A> C; 149 HF hf(42); 159 assert(!(c.hash_function() == HF()));
|
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/ |
H A D | allocator.pass.cpp | 72 typedef test_hash<std::hash<T>> HF; typedef 74 typedef std::unordered_multimap<T, T, HF, Comp, A> C; 79 assert(c.hash_function() == HF()); 91 typedef test_hash<std::hash<T>> HF; typedef 93 typedef std::unordered_multimap<T, T, HF, Comp, A> C; 96 HF hf(12); 100 assert(!(c.hash_function() == HF()));
|
H A D | init.pass.cpp | 142 typedef test_hash<std::hash<int>> HF; typedef 144 typedef std::unordered_multimap<int, std::string, HF, Comp, A> C; 189 assert(c.hash_function() == HF()); 197 typedef test_hash<std::hash<int>> HF; typedef 199 typedef std::unordered_multimap<int, std::string, HF, Comp, A> C; 201 HF hf(42); 246 assert(!(c.hash_function() == HF()));
|
H A D | range.pass.cpp | 148 typedef test_hash<std::hash<int>> HF; typedef 150 typedef std::unordered_multimap<int, std::string, HF, Comp, A> C; 197 assert(c.hash_function() == HF()); 205 typedef test_hash<std::hash<int>> HF; typedef 207 typedef std::unordered_multimap<int, std::string, HF, Comp, A> C; 219 HF hf (43); 256 assert(!(c.hash_function() == HF()));
|
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/ |
H A D | allocator.pass.cpp | 67 typedef test_hash<std::hash<T>> HF; typedef 70 typedef std::unordered_multiset<T, HF, Comp, A> C; 75 assert(c.hash_function() == HF()); 87 typedef test_hash<std::hash<T>> HF; typedef 90 typedef std::unordered_multiset<T, HF, Comp, A> C; 92 HF hf(42); 97 assert(!(c.hash_function() == HF()));
|
H A D | init.pass.cpp | 94 typedef test_hash<std::hash<T>> HF; typedef 97 typedef std::unordered_multiset<T, HF, Comp, A> C; 115 assert(c.hash_function() == HF()); 127 typedef test_hash<std::hash<T>> HF; typedef 130 typedef std::unordered_multiset<T, HF, Comp, A> C; 133 HF hf(43); 150 assert(!(c.hash_function() == HF()));
|
H A D | range.pass.cpp | 99 typedef test_hash<std::hash<T>> HF; typedef 102 typedef std::unordered_multiset<T, HF, Comp, A> C; 120 assert(c.hash_function() == HF()); 132 typedef test_hash<std::hash<T>> HF; typedef 135 typedef std::unordered_multiset<T, HF, Comp, A> C; 145 HF hf(43); 155 assert(!(c.hash_function() == HF()));
|
/external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/ |
H A D | allocator.pass.cpp | 67 typedef test_hash<std::hash<T>> HF; typedef 70 typedef std::unordered_set<T, HF, Comp, A> C; 75 assert(c.hash_function() == HF()); 87 typedef test_hash<std::hash<T>> HF; typedef 90 typedef std::unordered_set<T, HF, Comp, A> C; 92 HF hf(42); 97 assert(!(c.hash_function() == HF()));
|
H A D | init.pass.cpp | 94 typedef test_hash<std::hash<T>> HF; typedef 97 typedef std::unordered_set<T, HF, Comp, A> C; 115 assert(c.hash_function() == HF()); 127 typedef test_hash<std::hash<T>> HF; typedef 130 typedef std::unordered_set<T, HF, Comp, A> C; 133 HF hf(43); 150 assert(!(c.hash_function() == HF()));
|
H A D | range.pass.cpp | 99 typedef test_hash<std::hash<T>> HF; typedef 102 typedef std::unordered_set<T, HF, Comp, A> C; 120 assert(c.hash_function() == HF()); 132 typedef test_hash<std::hash<T>> HF; typedef 135 typedef std::unordered_set<T, HF, Comp, A> C; 145 HF hf(43); 155 assert(!(c.hash_function() == HF()));
|
/external/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 3592 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); local 3593 InsertText(FunLocStart, HF); 4248 std::string HF = SynthesizeByrefCopyDestroyHelper(ND, flag); local 4249 if (!HF.empty()) 4250 InsertText(FunLocStart, HF);
|
H A D | RewriteModernObjC.cpp | 4448 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); local 4449 InsertText(FunLocStart, HF); 5159 std::string HF = SynthesizeByrefCopyDestroyHelper(ND, flag); local 5160 if (!HF.empty()) 5161 Preamble += HF;
|