Searched refs:ID2 (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | SMTAPI.h | 62 llvm::FoldingSetNodeID ID1, ID2; variable 64 Other.Profile(ID2); 65 return ID1 < ID2; 109 llvm::FoldingSetNodeID ID1, ID2; variable 111 Other.Profile(ID2); 112 return ID1 < ID2;
|
| /freebsd/sys/dev/iicbus/pmic/silergy/ |
| H A D | syr827.c | 61 #define ID2 0x4 macro 267 syr827_read(dev, ID2, &val, 1); in syr827_start()
|
| /freebsd/sys/contrib/zlib/doc/ |
| H A D | rfc1952.txt | 243 |ID1|ID2|CM |FLG| MTIME |XFL|OS | (more-->) 290 ID2 (IDentification 2) 291 These have the fixed values ID1 = 31 (0x1f, \037), ID2 = 139 465 ID2, CM, CRC32, and ISIZE, but may set all the other fields in 470 A compliant decompressor must check ID1, ID2, and CM, and
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LegacyPassManager.cpp | 690 for (const AnalysisID ID2 : RequiredSet) { in schedulePass() local 691 if (ID == ID2) in schedulePass() 693 Pass *AnalysisPass2 = findAnalysisPass(ID2); in schedulePass()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaConcept.cpp | 1009 llvm::FoldingSetNodeID ID1, ID2; in AreConstraintExpressionsEqual() local 1011 NewConstr->Profile(ID2, Context, /*Canonical=*/true); in AreConstraintExpressionsEqual() 1012 return ID1 == ID2; in AreConstraintExpressionsEqual()
|
| H A D | SemaTemplateDeduction.cpp | 293 llvm::FoldingSetNodeID ID1, ID2; in checkDeducedTemplateArguments() local 295 Y.getAsExpr()->Profile(ID2, Context, true); in checkDeducedTemplateArguments() 296 if (ID1 == ID2) in checkDeducedTemplateArguments()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenRegisters.cpp | 2228 llvm::stable_sort(RegUnitSetOrder, [this](unsigned ID1, unsigned ID2) { in computeDerivedInfo() argument 2230 getRegPressureSet(ID2).Units.size(); in computeDerivedInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 7812 llvm::FoldingSetNodeID ID1, ID2; in isSameTemplateArgument() local 7814 Arg2.getAsExpr()->Profile(ID2, *this, /*Canonical=*/true); in isSameTemplateArgument() 7815 return ID1 == ID2; in isSameTemplateArgument()
|
| /freebsd/share/misc/ |
| H A D | pci_vendors | 39880 a849 Lunar Lake-M Touch Host Controller #0 ID2 39882 a84b Lunar Lake-M Touch Host Controller #1 ID2
|