Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dinterval_map.h33 struct Compare { struct
46 using ImplMap = std::map<KeyPairT, ValT, Compare>; argument
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp175 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 DIntegral.h32 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 Dtemplate34.C4 typedef int (*Compare)(const T&, const T&); typedef
/openbsd-src/gnu/usr.bin/perl/cpan/DB_File/t/
H A Ddb-btree.t929 sub Compare subroutine
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDeclaration.cpp58 int Declaration::Compare(const Declaration &a, const Declaration &b) { in Compare() function in Declaration
H A DSourceLocationSpec.cpp46 int SourceLocationSpec::Compare(const SourceLocationSpec &lhs, in Compare() function in SourceLocationSpec
H A DMangled.cpp88 int Mangled::Compare(const Mangled &a, const Mangled &b) { in Compare() function in Mangled
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp67 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 DLineEntry.cpp157 int LineEntry::Compare(const LineEntry &a, const LineEntry &b) { in Compare() function in LineEntry
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DLineTable.h241 static int Compare(const Entry &lhs, const Entry &rhs) { in Compare() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp183 LVCompare Compare(OS); in compareReaders() local
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DRISCVVEmitter.cpp235 struct Compare { in init() struct
236 bool operator()(const SmallVector<PrototypeDescriptor> &A, in init()
/openbsd-src/lib/libform/
H A Dfty_enum.c237 Compare(const unsigned char *s, const unsigned char *buf, in Compare() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclarationName.cpp75 if (int Compare = LHSSelector.getNameForSlot(I).compare( in compare() local
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp63 static bool Compare(BreakpointLocationSP lhs, lldb::break_id_t val) { in Compare() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp1129 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 DConstString.cpp258 int ConstString::Compare(ConstString lhs, ConstString rhs, in Compare() function in ConstString
H A DFileSpec.cpp272 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 DGenericDomTreeConstruction.h632 struct Compare { struct
633 bool operator()(TreeNodePtr LHS, TreeNodePtr RHS) const { in operator()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp949 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 DMCInstrDesc.h161 Compare, enumerator
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCloneDetection.cpp476 llvm::function_ref<bool(const StmtSequence &, const StmtSequence &)> in splitCloneGroups()

12