Home
last modified time | relevance | path

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

12

/freebsd/contrib/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
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dinterval_map.h33 struct Compare { struct
46 using ImplMap = std::map<KeyPairT, ValT, Compare>; argument
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp169 static unsigned getCompareSourceReg(MachineInstr &Compare) { in getCompareSourceReg()
184 MachineInstr &MI, MachineInstr &Compare, in convertToBRCT()
238 MachineInstr &MI, MachineInstr &Compare, in convertToLoadAndTrap()
278 MachineInstr &MI, MachineInstr &Compare, in convertToLoadAndTest()
306 MachineInstr &MI, MachineInstr &Compare, in convertToLogical()
354 MachineInstr &MI, MachineInstr &Compare, in adjustCCMasksForInstr()
492 static bool isCompareZero(MachineInstr &Compare) { in isCompareZero()
504 MachineInstr &Compare, SmallVectorImpl<MachineInstr *> &CCUsers) { in optimizeCompareZero()
579 MachineInstr &Compare, SmallVectorImpl<MachineInstr *> &CCUsers) { in fuseCompareOperations()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPrimitives.h25 template <typename T> ComparisonCategoryResult Compare(const T &X, const T &Y) { in Compare() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDeclaration.cpp58 int Declaration::Compare(const Declaration &a, const Declaration &b) { in Compare() function in Declaration
H A DSourceLocationSpec.cpp47 int SourceLocationSpec::Compare(const SourceLocationSpec &lhs, in Compare() function in SourceLocationSpec
H A DMangled.cpp115 int Mangled::Compare(const Mangled &a, const Mangled &b) { in Compare() function in Mangled
/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexmisc.c457 int Compare; in AcpiExDoLogicalOp() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp147 int LineEntry::Compare(const LineEntry &a, const LineEntry &b) { in Compare() function in LineEntry
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp66 struct Compare { struct in __anoncc598d4b0111::CVPLatticeVal
67 bool operator()(const Function *LHS, const Function *RHS) const { in operator ()()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h241 static int Compare(const Entry &lhs, const Entry &rhs) { in Compare() function
/freebsd/contrib/ncurses/form/
H A Dfty_enum.c236 Compare(const unsigned char *s, const unsigned char *buf, in Compare() function
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp241 struct Compare { in init() struct
242 bool operator()(const SmallVector<PrototypeDescriptor> &A, in init()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclarationName.cpp75 if (int Compare = LHSSelector.getNameForSlot(I).compare( in compare() local
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp63 static bool Compare(BreakpointLocationSP lhs, lldb::break_id_t val) { in Compare() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp307 LVCompare Compare(OS); in compareReaders() local
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp264 int ConstString::Compare(ConstString lhs, ConstString rhs, in Compare() function in ConstString
H A DFileSpec.cpp273 int FileSpec::Compare(const FileSpec &a, const FileSpec &b, bool full) { in Compare() function in FileSpec
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1221 auto Compare = [](const APInt &A, const APInt &B) { return A.slt(B); }; in multiply() local
1263 auto Compare = [](const APInt &A, const APInt &B) { return A.slt(B); }; in smul_fast() local
1730 auto Compare = [](const APInt &A, const APInt &B) { return A.slt(B); }; in smul_sat() local
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1410 static AssertionResult Compare(const char* lhs_expression, in Compare() function
1422 static AssertionResult Compare(const char* lhs_expression, in Compare() function
1429 static AssertionResult Compare( in Compare() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h614 struct Compare { struct
615 bool operator()(TreeNodePtr LHS, TreeNodePtr RHS) const { in operator()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp476 llvm::function_ref<bool(const StmtSequence &, const StmtSequence &)> in splitCloneGroups()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h161 Compare, enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp958 auto Compare = [&](const IteratorPosition &Pos) { in invalidateIteratorPositions() local
972 auto Compare = [&](const IteratorPosition &Pos) { in invalidateIteratorPositions() local

12