Home
last modified time | relevance | path

Searched refs:ID2 (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDInternals.h78 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/
HDInstruction.h217 void dropUnknownMetadata(unsigned ID1, unsigned ID2) {
218 unsigned IDs[] = {ID1, ID2};
/NextBSD/usr.sbin/mergemaster/
HDmergemaster.sh1104 ID2=`grep "[$]${ID_TAG}:" ${COMPFILE} 2>/dev/null` || ID2=none
1106 case "${ID2}" in
/NextBSD/lib/libz/doc/
HDrfc1952.txt243 |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/
HDCodeGenRegisters.cpp1833 [this](unsigned ID1, unsigned ID2) { in computeDerivedInfo() argument
1835 getRegPressureSet(ID2).Units.size(); in computeDerivedInfo()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateDeduction.cpp215 llvm::FoldingSetNodeID ID1, ID2; in checkDeducedTemplateArguments() local
217 Y.getAsExpr()->Profile(ID2, Context, true); in checkDeducedTemplateArguments()
218 if (ID1 == ID2) in checkDeducedTemplateArguments()