Searched refs:ID2 (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | Internals.h | 79 bool clearDiagnostic(unsigned ID1, unsigned ID2, SourceRange range) { in clearDiagnostic() argument 80 unsigned IDs[] = { ID1, ID2 }; in clearDiagnostic() 83 bool clearDiagnostic(unsigned ID1, unsigned ID2, unsigned ID3, in clearDiagnostic() argument 85 unsigned IDs[] = { ID1, ID2, ID3 }; in clearDiagnostic() 93 bool hasDiagnostic(unsigned ID1, unsigned ID2, SourceRange range) { in hasDiagnostic() argument 94 unsigned IDs[] = { ID1, ID2 }; in hasDiagnostic()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | SMTAPI.h | 61 llvm::FoldingSetNodeID ID1, ID2; variable 63 Other.Profile(ID2); 64 return ID1 < ID2; 106 llvm::FoldingSetNodeID ID1, ID2; variable 108 Other.Profile(ID2); 109 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 | 700 for (const AnalysisID ID2 : RequiredSet) { in schedulePass() local 701 if (ID == ID2) in schedulePass() 703 Pass *AnalysisPass2 = findAnalysisPass(ID2); in schedulePass()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaConcept.cpp | 1042 llvm::FoldingSetNodeID ID1, ID2; in AreConstraintExpressionsEqual() local 1044 NewConstr->Profile(ID2, Context, /*Canonical=*/true); in AreConstraintExpressionsEqual() 1045 return ID1 == ID2; in AreConstraintExpressionsEqual()
|
| H A D | SemaTemplateDeduction.cpp | 305 llvm::FoldingSetNodeID ID1, ID2; in checkDeducedTemplateArguments() local 307 Y.getAsExpr()->Profile(ID2, Context, true); in checkDeducedTemplateArguments() 308 if (ID1 == ID2) in checkDeducedTemplateArguments()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenRegisters.cpp | 2235 llvm::stable_sort(RegUnitSetOrder, [this](unsigned ID1, unsigned ID2) { in computeDerivedInfo() argument 2237 getRegPressureSet(ID2).Units.size(); in computeDerivedInfo()
|
| /freebsd/share/misc/ |
| H A D | pci_vendors | 39700 a849 Lunar Lake-M Touch Host Controller #0 ID2 39702 a84b Lunar Lake-M Touch Host Controller #1 ID2
|