Searched refs:ID2 (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| HD | Internals.h | 78 bool clearDiagnostic(unsigned ID1, unsigned ID2, SourceRange range) { in clearDiagnostic() argument 79 unsigned IDs[] = { ID1, ID2 }; in clearDiagnostic() 82 bool clearDiagnostic(unsigned ID1, unsigned ID2, unsigned ID3, in clearDiagnostic() argument 84 unsigned IDs[] = { ID1, ID2, ID3 }; in clearDiagnostic() 92 bool hasDiagnostic(unsigned ID1, unsigned ID2, SourceRange range) { in hasDiagnostic() argument 93 unsigned IDs[] = { ID1, ID2 }; in hasDiagnostic()
|
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | Instruction.h | 217 void dropUnknownMetadata(unsigned ID1, unsigned ID2) { 218 unsigned IDs[] = {ID1, ID2};
|
| /NextBSD/usr.sbin/mergemaster/ |
| HD | mergemaster.sh | 1104 ID2=`grep "[$]${ID_TAG}:" ${COMPFILE} 2>/dev/null` || ID2=none 1106 case "${ID2}" in
|
| /NextBSD/lib/libz/doc/ |
| HD | 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
|
| /NextBSD/contrib/llvm/utils/TableGen/ |
| HD | CodeGenRegisters.cpp | 1833 [this](unsigned ID1, unsigned ID2) { in computeDerivedInfo() argument 1835 getRegPressureSet(ID2).Units.size(); in computeDerivedInfo()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaTemplateDeduction.cpp | 215 llvm::FoldingSetNodeID ID1, ID2; in checkDeducedTemplateArguments() local 217 Y.getAsExpr()->Profile(ID2, Context, true); in checkDeducedTemplateArguments() 218 if (ID1 == ID2) in checkDeducedTemplateArguments()
|