Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDContinuousRangeMap.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-13-stable/contrib/llvm-project/compiler-rt/lib/orc/
HDinterval_map.h33 struct Compare { struct
46 using ImplMap = std::map<KeyPairT, ValT, Compare>; argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDUniqueCStringMap.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-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZElimCompare.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-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDPrimitives.h25 template <typename T> ComparisonCategoryResult Compare(const T &X, const T &Y) { in Compare() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDDeclaration.cpp58 int Declaration::Compare(const Declaration &a, const Declaration &b) { in Compare() function in Declaration
HDSourceLocationSpec.cpp47 int SourceLocationSpec::Compare(const SourceLocationSpec &lhs, in Compare() function in SourceLocationSpec
HDMangled.cpp115 int Mangled::Compare(const Mangled &a, const Mangled &b) { in Compare() function in Mangled
/freebsd-13-stable/sys/contrib/dev/acpica/components/executer/
HDexmisc.c457 int Compare; in AcpiExDoLogicalOp() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDLineEntry.cpp147 int LineEntry::Compare(const LineEntry &a, const LineEntry &b) { in Compare() function in LineEntry
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDCalledValuePropagation.cpp66 struct Compare { struct in __anon81e22a440111::CVPLatticeVal
67 bool operator()(const Function *LHS, const Function *RHS) const { in operator ()()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDLineTable.h241 static int Compare(const Entry &lhs, const Entry &rhs) { in Compare() function
/freebsd-13-stable/contrib/ncurses/form/
HDfty_enum.c235 Compare(const unsigned char *s, const unsigned char *buf, in Compare() function
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
HDRISCVVEmitter.cpp241 struct Compare { in init() struct
242 bool operator()(const SmallVector<PrototypeDescriptor> &A, in init()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDeclarationName.cpp75 if (int Compare = LHSSelector.getNameForSlot(I).compare( in compare() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointLocationList.cpp63 static bool Compare(BreakpointLocationSP lhs, lldb::break_id_t val) { in Compare() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
HDLVReaderHandler.cpp307 LVCompare Compare(OS); in compareReaders() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDConstString.cpp264 int ConstString::Compare(ConstString lhs, ConstString rhs, in Compare() function in ConstString
HDFileSpec.cpp273 int FileSpec::Compare(const FileSpec &a, const FileSpec &b, bool full) { in Compare() function in FileSpec
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
HDgtest.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-13-stable/contrib/llvm-project/llvm/lib/IR/
HDConstantRange.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-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDGenericDomTreeConstruction.h614 struct Compare { struct
615 bool operator()(TreeNodePtr LHS, TreeNodePtr RHS) const { in operator()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCInstrDesc.h161 Compare, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDCloneDetection.cpp476 llvm::function_ref<bool(const StmtSequence &, const StmtSequence &)> in splitCloneGroups()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDContainerModeling.cpp958 auto Compare = [&](const IteratorPosition &Pos) { in invalidateIteratorPositions() local
972 auto Compare = [&](const IteratorPosition &Pos) { in invalidateIteratorPositions() local

12