/llvm-project/libcxx/test/std/containers/unord/unord.set/unord.set.swap/ |
H A D | swap_non_member.pass.cpp | 31 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 D | swap_non_member.pass.cpp | 31 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 D | swap_member.pass.cpp | 33 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 D | swap_member.pass.cpp | 31 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 D | swap_non_member.pass.cpp | 32 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 D | swap_member.pass.cpp | 31 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 D | swap_non_member.pass.cpp | 35 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 D | swap_member.pass.cpp | 35 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 D | ContinuousRangeMap.h | 50 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 D | interval_map.h | 33 struct Compare { struct 46 using ImplMap = std::map<KeyPairT, ValT, Compare>; argument
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | UniqueCStringMap.h | 209 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 D | SystemZElimCompare.cpp | 169 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 D | minmax_element_comp.pass.cpp | 30 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 D | Primitives.h |
|
/llvm-project/flang/include/flang/Parser/ |
H A D | char-block.h | 131 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 D | ctor_comp.pass.cpp | 25 typedef std::less<int> Compare; in main() typedef
|
H A D | ctor_comp_rcontainer.pass.cpp | 36 typedef std::less<MoveOnly> Compare; in main() typedef
|
H A D | ctor_comp_container.pass.cpp | 35 typedef std::greater<int> Compare; in main() typedef
|
/llvm-project/clang/test/Modules/Inputs/odr_hash-Friend/ |
H A D | Box.h | 3 void Compare(const iterator &x) { } in Compare() function
|
H A D | Good.h | 3 void Compare(const iterator &x) { } in Compare() function
|
H A D | Bad.h | 3 void Compare(const iterator &x) { return; } in Compare() function
|
/llvm-project/lldb/source/Core/ |
H A D | Declaration.cpp | 58 int Declaration::Compare(const Declaration &a, const Declaration &b) { in Compare() function in Declaration
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | StringCompareCheck.cpp | 79 const auto *Compare = Result.Nodes.getNodeAs<Stmt>("compare"); in check() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | fp-template.cpp | 51 template <class Compare> float stable_sort(float x, Compare) { in stable_sort() argument
|
/llvm-project/llvm/unittests/DebugInfo/LogicalView/ |
H A D | CompareElementsTest.cpp | 278 LVCompare Compare(nulls()); in compareReadersViews() local 324 LVCompare Compare(nulls()); in compareReadersElements() local
|