Home
last modified time | relevance | path

Searched refs:ID1 (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DInternals.h79 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSMTAPI.h61 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;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.h334 void dropUnknownNonDebugMetadata(unsigned ID1) {
335 return dropUnknownNonDebugMetadata(makeArrayRef(ID1));
337 void dropUnknownNonDebugMetadata(unsigned ID1, unsigned ID2) {
338 unsigned IDs[] = {ID1, ID2};
/netbsd-src/common/dist/zlib/doc/
H A Drfc1952.txt243 |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
/netbsd-src/external/gpl3/gdb.old/dist/zlib/doc/
H A Drfc1952.txt243 |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
/netbsd-src/external/gpl3/binutils.old/dist/zlib/doc/
H A Drfc1952.txt243 |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
/netbsd-src/external/gpl3/binutils/dist/zlib/doc/
H A Drfc1952.txt243 |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
/netbsd-src/external/gpl3/gdb/dist/zlib/doc/
H A Drfc1952.txt243 |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
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp2121 llvm::stable_sort(RegUnitSetOrder, [this](unsigned ID1, unsigned ID2) { in computeDerivedInfo() argument
2122 return getRegPressureSet(ID1).Units.size() < in computeDerivedInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp301 llvm::FoldingSetNodeID ID1, ID2; in checkDeducedTemplateArguments() local
302 X.getAsExpr()->Profile(ID1, Context, true); in checkDeducedTemplateArguments()
304 if (ID1 == ID2) in checkDeducedTemplateArguments()