| /freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/ |
| HD | 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-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| HD | IntervalPartition.h | 56 auto ID1 = B1->getBlockID(); in operator() local 59 unsigned V1 = ID1 >= BlockOrder.size() ? 0 : BlockOrder[ID1]; in operator()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | SMTAPI.h | 61 llvm::FoldingSetNodeID ID1, ID2; variable 62 Profile(ID1); 64 return ID1 < ID2; 106 llvm::FoldingSetNodeID ID1, ID2; variable 107 Profile(ID1); 109 return ID1 < ID2;
|
| /freebsd-13-stable/sys/dev/iicbus/ |
| HD | syr827.c | 57 #define ID1 0x03 macro 264 syr827_read(dev, ID1, &val, 1); in syr827_start()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| HD | CoverageMappingWriter.cpp | 259 unsigned ID1 = BranchParams.ID + 1; in write() local 262 encodeULEB128(ID1, OS); in write()
|
| HD | CoverageMappingReader.cpp | 249 uint64_t ID1, TID1, FID1; in readMappingRegionsSubArray() local 308 if (auto Err = readIntMax(ID1, std::numeric_limits<int16_t>::max())) in readMappingRegionsSubArray() 314 if (ID1 == 0) in readMappingRegionsSubArray() 319 static_cast<int16_t>(static_cast<int16_t>(ID1) - 1), in readMappingRegionsSubArray()
|
| /freebsd-13-stable/sys/contrib/zlib/doc/ |
| HD | rfc1952.txt | 243 |ID1|ID2|CM |FLG| MTIME |XFL|OS | (more-->) 289 ID1 (IDentification 1) 291 These have the fixed values ID1 = 31 (0x1f, \037), ID2 = 139 464 A compliant compressor must produce files with correct ID1, 470 A compliant decompressor must check ID1, ID2, and CM, and
|
| /freebsd-13-stable/usr.sbin/mergemaster/ |
| HD | mergemaster.sh | 1127 ID1=`grep "[$]${ID_TAG}:" ${DESTDIR}${COMPFILE#.} 2>/dev/null` 1131 "${ID1}")
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaConcept.cpp | 1042 llvm::FoldingSetNodeID ID1, ID2; in AreConstraintExpressionsEqual() local 1043 OldConstr->Profile(ID1, Context, /*Canonical=*/true); in AreConstraintExpressionsEqual() 1045 return ID1 == ID2; in AreConstraintExpressionsEqual()
|
| HD | SemaTemplateDeduction.cpp | 305 llvm::FoldingSetNodeID ID1, ID2; in checkDeducedTemplateArguments() local 306 X.getAsExpr()->Profile(ID1, Context, true); in checkDeducedTemplateArguments() 308 if (ID1 == ID2) in checkDeducedTemplateArguments()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| HD | CodeGenRegisters.cpp | 2235 llvm::stable_sort(RegUnitSetOrder, [this](unsigned ID1, unsigned ID2) { in computeDerivedInfo() argument 2236 return getRegPressureSet(ID1).Units.size() < in computeDerivedInfo()
|