Home
last modified time | relevance | path

Searched defs:Compare (Results 1 – 25 of 76) sorted by relevance

1234

/llvm-project/libcxx/test/std/containers/unord/unord.set/unord.set.swap/
H A Dswap_non_member.pass.cpp31 typedef test_equal_to<int> Compare; in main() typedef
59 typedef test_equal_to<int> Compare; in main() typedef
109 typedef test_equal_to<int> Compare; in main() typedef
153 typedef test_equal_to<int> Compare; in main() typedef
219 typedef test_equal_to<int> Compare; in main() typedef
247 typedef test_equal_to<int> Compare; in main() typedef
295 typedef test_equal_to<int> Compare; in main() typedef
337 typedef test_equal_to<int> Compare; in main() typedef
399 typedef test_equal_to<int> Compare; in main() typedef
427 typedef test_equal_to<int> Compare; in main() typedef
[all …]
/llvm-project/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/
H A Dswap_non_member.pass.cpp31 typedef test_equal_to<int> Compare; in main() typedef
59 typedef test_equal_to<int> Compare; in main() typedef
109 typedef test_equal_to<int> Compare; in main() typedef
153 typedef test_equal_to<int> Compare; in main() typedef
219 typedef test_equal_to<int> Compare; in main() typedef
247 typedef test_equal_to<int> Compare; in main() typedef
295 typedef test_equal_to<int> Compare; in main() typedef
337 typedef test_equal_to<int> Compare; in main() typedef
399 typedef test_equal_to<int> Compare; in main() typedef
427 typedef test_equal_to<int> Compare; in main() typedef
[all …]
/llvm-project/libcxx/test/std/containers/unord/unord.map/
H A Dswap_member.pass.cpp33 typedef test_equal_to<int> Compare; in main() typedef
61 typedef test_equal_to<int> Compare; in main() typedef
109 typedef test_equal_to<int> Compare; in main() typedef
151 typedef test_equal_to<int> Compare; in main() typedef
213 typedef test_equal_to<int> Compare; in main() typedef
241 typedef test_equal_to<int> Compare; in main() typedef
289 typedef test_equal_to<int> Compare; in main() typedef
331 typedef test_equal_to<int> Compare; in main() typedef
393 typedef test_equal_to<int> Compare; in main() typedef
421 typedef test_equal_to<int> Compare; in main() typedef
[all …]
/llvm-project/libcxx/test/std/containers/unord/unord.set/
H A Dswap_member.pass.cpp31 typedef test_equal_to<int> Compare; in main() typedef
59 typedef test_equal_to<int> Compare; in main() typedef
107 typedef test_equal_to<int> Compare; in main() typedef
149 typedef test_equal_to<int> Compare; in main() typedef
211 typedef test_equal_to<int> Compare; in main() typedef
239 typedef test_equal_to<int> Compare; in main() typedef
287 typedef test_equal_to<int> Compare; in main() typedef
329 typedef test_equal_to<int> Compare; in main() typedef
391 typedef test_equal_to<int> Compare; in main() typedef
419 typedef test_equal_to<int> Compare; in main() typedef
[all …]
/llvm-project/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
H A Dswap_non_member.pass.cpp32 typedef test_equal_to<int> Compare; in main() typedef
60 typedef test_equal_to<int> Compare; in main() typedef
110 typedef test_equal_to<int> Compare; in main() typedef
154 typedef test_equal_to<int> Compare; in main() typedef
220 typedef test_equal_to<int> Compare; in main() typedef
248 typedef test_equal_to<int> Compare; in main() typedef
296 typedef test_equal_to<int> Compare; in main() typedef
338 typedef test_equal_to<int> Compare; in main() typedef
400 typedef test_equal_to<int> Compare; in main() typedef
428 typedef test_equal_to<int> Compare; in main() typedef
[all …]
/llvm-project/libcxx/test/std/containers/unord/unord.multiset/
H A Dswap_member.pass.cpp31 typedef test_equal_to<int> Compare; in main() typedef
59 typedef test_equal_to<int> Compare; in main() typedef
107 typedef test_equal_to<int> Compare; in main() typedef
149 typedef test_equal_to<int> Compare; in main() typedef
211 typedef test_equal_to<int> Compare; in main() typedef
239 typedef test_equal_to<int> Compare; in main() typedef
287 typedef test_equal_to<int> Compare; in main() typedef
329 typedef test_equal_to<int> Compare; in main() typedef
391 typedef test_equal_to<int> Compare; in main() typedef
419 typedef test_equal_to<int> Compare; in main() typedef
[all …]
/llvm-project/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/
H A Dswap_non_member.pass.cpp35 typedef test_equal_to<int> Compare; in main() typedef
63 typedef test_equal_to<int> Compare; in main() typedef
113 typedef test_equal_to<int> Compare; in main() typedef
162 typedef test_equal_to<int> Compare; in main() typedef
233 typedef test_equal_to<int> Compare; in main() typedef
261 typedef test_equal_to<int> Compare; in main() typedef
309 typedef test_equal_to<int> Compare; in main() typedef
356 typedef test_equal_to<int> Compare; in main() typedef
423 typedef test_equal_to<int> Compare; in main() typedef
451 typedef test_equal_to<int> Compare; in main() typedef
[all …]
/llvm-project/libcxx/test/std/containers/unord/unord.multimap/
H A Dswap_member.pass.cpp35 typedef test_equal_to<int> Compare; in main() typedef
63 typedef test_equal_to<int> Compare; in main() typedef
111 typedef test_equal_to<int> Compare; in main() typedef
167 typedef test_equal_to<int> Compare; in main() typedef
243 typedef test_equal_to<int> Compare; in main() typedef
271 typedef test_equal_to<int> Compare; in main() typedef
319 typedef test_equal_to<int> Compare; in main() typedef
375 typedef test_equal_to<int> Compare; in main() typedef
451 typedef test_equal_to<int> Compare; in main() typedef
479 typedef test_equal_to<int> Compare; in main() typedef
[all …]
/llvm-project/clang/include/clang/Serialization/
H A DContinuousRangeMap.h50 struct Compare { struct
51 bool operator ()(const_reference L, Int R) const { in operator()
76 iterator I = llvm::lower_bound(Rep, Val, Compare()); in insertOrReplace() argument
/llvm-project/compiler-rt/lib/orc/
H A Dinterval_map.h33 struct Compare { struct
46 using ImplMap = std::map<KeyPairT, ValT, Compare>; argument
/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h209 struct Compare { struct
210 bool operator()(const Entry &lhs, const Entry &rhs) { in operator()
214 bool operator()(const Entry &lhs, ConstString rhs) { in operator()
218 bool operator()(ConstString lhs, const Entry &rhs) { in operator()
222 bool operator()(ConstString lhs, ConstString rhs) { in operator()
229 int ThreeWay(ConstString lhs, ConstString rhs) { in ThreeWay()
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp169 static unsigned getCompareSourceReg(MachineInstr &Compare) { in getCompareSourceReg() argument
184 convertToBRCT(MachineInstr & MI,MachineInstr & Compare,SmallVectorImpl<MachineInstr * > & CCUsers) convertToBRCT() argument
238 convertToLoadAndTrap(MachineInstr & MI,MachineInstr & Compare,SmallVectorImpl<MachineInstr * > & CCUsers) convertToLoadAndTrap() argument
278 convertToLoadAndTest(MachineInstr & MI,MachineInstr & Compare,SmallVectorImpl<MachineInstr * > & CCUsers) convertToLoadAndTest() argument
306 convertToLogical(MachineInstr & MI,MachineInstr & Compare,SmallVectorImpl<MachineInstr * > & CCUsers) convertToLogical() argument
354 adjustCCMasksForInstr(MachineInstr & MI,MachineInstr & Compare,SmallVectorImpl<MachineInstr * > & CCUsers,unsigned ConvOpc) adjustCCMasksForInstr() argument
494 isCompareZero(MachineInstr & Compare) isCompareZero() argument
506 optimizeCompareZero(MachineInstr & Compare,SmallVectorImpl<MachineInstr * > & CCUsers) optimizeCompareZero() argument
581 fuseCompareOperations(MachineInstr & Compare,SmallVectorImpl<MachineInstr * > & CCUsers) fuseCompareOperations() argument
[all...]
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
H A Dminmax_element_comp.pass.cpp30 typedef std::greater<int> Compare; in test() typedef
76 typedef std::greater<int> Compare; in test() typedef
/llvm-project/clang/lib/AST/Interp/
H A DPrimitives.h
/llvm-project/flang/include/flang/Parser/
H A Dchar-block.h131 int Compare(const CharBlock &that) const { in Compare() function
151 int Compare(const char *that) const { in Compare() function
/llvm-project/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/
H A Dctor_comp.pass.cpp25 typedef std::less<int> Compare; in main() typedef
H A Dctor_comp_rcontainer.pass.cpp36 typedef std::less<MoveOnly> Compare; in main() typedef
H A Dctor_comp_container.pass.cpp35 typedef std::greater<int> Compare; in main() typedef
/llvm-project/clang/test/Modules/Inputs/odr_hash-Friend/
H A DBox.h3 void Compare(const iterator &x) { } in Compare() function
H A DGood.h3 void Compare(const iterator &x) { } in Compare() function
H A DBad.h3 void Compare(const iterator &x) { return; } in Compare() function
/llvm-project/lldb/source/Core/
H A DDeclaration.cpp58 int Declaration::Compare(const Declaration &a, const Declaration &b) { in Compare() function in Declaration
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DStringCompareCheck.cpp79 const auto *Compare = Result.Nodes.getNodeAs<Stmt>("compare"); in check() local
/llvm-project/clang/test/CodeGen/
H A Dfp-template.cpp51 template <class Compare> float stable_sort(float x, Compare) { in stable_sort() argument
/llvm-project/llvm/unittests/DebugInfo/LogicalView/
H A DCompareElementsTest.cpp278 LVCompare Compare(nulls()); in compareReadersViews() local
324 LVCompare Compare(nulls()); in compareReadersElements() local

1234