/freebsd-src/contrib/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
|
/freebsd-src/contrib/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
|
/freebsd-src/contrib/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()
|
/freebsd-src/contrib/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...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Primitives.h | 25 template <typename T> ComparisonCategoryResult Compare(const T &X, const T &Y) { in Compare() function
|
/freebsd-src/contrib/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
|
H A D | SourceLocationSpec.cpp | 47 int SourceLocationSpec::Compare(const SourceLocationSpec &lhs, in Compare() function in SourceLocationSpec
|
H A D | Mangled.cpp | 107 int Mangled::Compare(const Mangled &a, const Mangled &b) { Compare() function in Mangled
|
/freebsd-src/sys/contrib/dev/acpica/components/executer/ |
H A D | exmisc.c | 457 int Compare; in AcpiExDoLogicalOp() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ |
H A D | LineEntry.cpp | 144 return LineEntry::Compare(a, b) < 0; in Compare() function in LineEntry
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | CalledValuePropagation.cpp | 66 struct Compare { in operator ()() argument 65 struct Compare { global() struct in __anon579e665d0111::CVPLatticeVal
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | LineTable.h | 241 static int Compare(const Entry &lhs, const Entry &rhs) { in Compare() function
|
/freebsd-src/contrib/ncurses/form/ |
H A D | fty_enum.c | 236 Compare(const unsigned char *s, const unsigned char *buf, in Compare() function
|
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | RISCVVEmitter.cpp | 239 struct Compare { init() struct 240 operator ()SemaSignatureTable::init::Compare init() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclarationName.cpp | 75 if (int Compare = LHSSelector.getNameForSlot(I).compare( in compare() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointLocationList.cpp | 63 static bool Compare(BreakpointLocationSP lhs, lldb::break_id_t val) { in Compare() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/ |
H A D | LVReaderHandler.cpp | 306 LVCompare Compare(OS); compareReaders() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Utility/ |
H A D | ConstString.cpp | 258 int ConstString::Compare(ConstString lhs, ConstString rhs, Compare() function in ConstString
|
H A D | FileSpec.cpp | 273 int FileSpec::Compare(const FileSpec &a, const FileSpec &b, bool full) { in Compare() function in FileSpec
|
/freebsd-src/contrib/googletest/googletest/include/gtest/ |
H A D | gtest.h | 1395 static AssertionResult Compare(const char* lhs_expression, Compare() function 1407 static AssertionResult Compare(const char* lhs_expression, Compare() function 1414 static AssertionResult Compare( Compare() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 1163 auto Compare = [](const APInt &A, const APInt &B) { return A.slt(B); }; multiply() local 1185 auto Compare = [](const APInt &A, const APInt &B) { return A.slt(B); }; smul_fast() local 1637 auto Compare = [](const APInt &A, const APInt &B) { return A.slt(B); }; smul_sat() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericDomTreeConstruction.h | 628 struct Compare { global() struct 629 operatorSemiNCAInfo::InsertionInfo::Compare operator() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CloneDetection.cpp | 476 llvm::function_ref<bool(const StmtSequence &, const StmtSequence &)> in splitCloneGroups()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 161 Compare, enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ContainerModeling.cpp | 949 auto Compare = [&](const IteratorPosition &Pos) { invalidateIteratorPositions() local 963 auto Compare = [&](const IteratorPosition &Pos) { invalidateIteratorPositions() local
|