| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/orc/ |
| H A D | interval_map.h | 33 struct Compare { struct 46 using ImplMap = std::map<KeyPairT, ValT, Compare>; argument
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZElimCompare.cpp | 175 static unsigned getCompareSourceReg(MachineInstr &Compare) { in getCompareSourceReg() 190 MachineInstr &MI, MachineInstr &Compare, in convertToBRCT() 244 MachineInstr &MI, MachineInstr &Compare, in convertToLoadAndTrap() 284 MachineInstr &MI, MachineInstr &Compare, in convertToLoadAndTest() 312 MachineInstr &MI, MachineInstr &Compare, in convertToLogical() 360 MachineInstr &MI, MachineInstr &Compare, in adjustCCMasksForInstr() 500 static bool isCompareZero(MachineInstr &Compare) { in isCompareZero() 520 MachineInstr &Compare, SmallVectorImpl<MachineInstr *> &CCUsers) { in optimizeCompareZero() 595 MachineInstr &Compare, SmallVectorImpl<MachineInstr *> &CCUsers) { in fuseCompareOperations()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | Integral.h | 32 ComparisonCategoryResult Compare(const T &X, const T &Y) { in Compare() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
| H A D | template34.C | 4 typedef int (*Compare)(const T&, const T&); typedef
|
| /openbsd-src/gnu/usr.bin/perl/cpan/DB_File/t/ |
| H A D | db-btree.t | 929 sub Compare subroutine
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Declaration.cpp | 58 int Declaration::Compare(const Declaration &a, const Declaration &b) { in Compare() function in Declaration
|
| H A D | SourceLocationSpec.cpp | 46 int SourceLocationSpec::Compare(const SourceLocationSpec &lhs, in Compare() function in SourceLocationSpec
|
| H A D | Mangled.cpp | 88 int Mangled::Compare(const Mangled &a, const Mangled &b) { in Compare() function in Mangled
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | CalledValuePropagation.cpp | 67 struct Compare { struct in __anon2b7e60c20111::CVPLatticeVal 68 bool operator()(const Function *LHS, const Function *RHS) const { in operator ()()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | LineEntry.cpp | 157 int LineEntry::Compare(const LineEntry &a, const LineEntry &b) { in Compare() function in LineEntry
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | LineTable.h | 241 static int Compare(const Entry &lhs, const Entry &rhs) { in Compare() function
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/ |
| H A D | LVReaderHandler.cpp | 183 LVCompare Compare(OS); in compareReaders() local
|
| /openbsd-src/gnu/llvm/clang/utils/TableGen/ |
| H A D | RISCVVEmitter.cpp | 235 struct Compare { in init() struct 236 bool operator()(const SmallVector<PrototypeDescriptor> &A, in init()
|
| /openbsd-src/lib/libform/ |
| H A D | fty_enum.c | 237 Compare(const unsigned char *s, const unsigned char *buf, in Compare() function
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclarationName.cpp | 75 if (int Compare = LHSSelector.getNameForSlot(I).compare( in compare() local
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointLocationList.cpp | 63 static bool Compare(BreakpointLocationSP lhs, lldb::break_id_t val) { in Compare() function
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 1129 auto Compare = [](const APInt &A, const APInt &B) { return A.slt(B); }; in multiply() local 1151 auto Compare = [](const APInt &A, const APInt &B) { return A.slt(B); }; in smul_fast() local 1596 auto Compare = [](const APInt &A, const APInt &B) { return A.slt(B); }; in smul_sat() local
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | ConstString.cpp | 258 int ConstString::Compare(ConstString lhs, ConstString rhs, in Compare() function in ConstString
|
| H A D | FileSpec.cpp | 272 int FileSpec::Compare(const FileSpec &a, const FileSpec &b, bool full) { in Compare() function in FileSpec
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | GenericDomTreeConstruction.h | 632 struct Compare { struct 633 bool operator()(TreeNodePtr LHS, TreeNodePtr RHS) const { in operator()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ContainerModeling.cpp | 949 auto Compare = [&](const IteratorPosition &Pos) { in invalidateIteratorPositions() local 963 auto Compare = [&](const IteratorPosition &Pos) { in invalidateIteratorPositions() local
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCInstrDesc.h | 161 Compare, enumerator
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | CloneDetection.cpp | 476 llvm::function_ref<bool(const StmtSequence &, const StmtSequence &)> in splitCloneGroups()
|