/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/ |
H A D | BitstreamWriter.h | 71 unsigned BlockID; member 270 BlockInfo *getBlockInfo(unsigned BlockID) { in getBlockInfo() 282 void EnterSubblock(unsigned BlockID, unsigned CodeLen) { in EnterSubblock() 591 void SwitchToBlockID(unsigned BlockID) { in SwitchToBlockID() 599 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo() 613 unsigned EmitBlockInfoAbbrev(unsigned BlockID, std::shared_ptr<BitCodeAbbrev> Abbv) { in EmitBlockInfoAbbrev()
|
H A D | BitstreamReader.h | 43 unsigned BlockID = 0; member 55 const BlockInfo *getBlockInfo(unsigned BlockID) const { in getBlockInfo() 67 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | BlockCounter.cpp | 25 unsigned BlockID; member in __anonad3bade50111::CountKey 75 unsigned BlockID) { in IncrementCount()
|
H A D | WorkList.cpp | 139 using BlockID = unsigned; typedef in __anon126612d90311::UnexploredFirstStack 194 using BlockID = unsigned; typedef in __anon126612d90411::UnexploredFirstPriorityQueue
|
/netbsd-src/sys/dev/raidframe/ |
H A D | rf_declusterPQ.c | 285 RF_StripeNum_t BlockID, BlockOffset, RepIndex; in rf_MapSectorDeclusteredPQ() local 352 RF_StripeNum_t BlockID, RepIndex; in rf_MapParityDeclusteredPQ() local 402 RF_StripeNum_t BlockID, RepIndex, RepIndexQ; in rf_MapQDeclusteredPQ() local
|
H A D | rf_decluster.c | 325 RF_StripeNum_t BlockID, BlockOffset, RepIndex; in rf_MapSectorDeclustered() local 383 RF_StripeNum_t BlockID, RepIndex; in rf_MapParityDeclustered() local 562 RF_SectorNum_t BlockID, in rf_remap_to_spare_space()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 24 static Optional<const char *> GetBlockName(unsigned BlockID, in GetBlockName() 87 static Optional<const char *> GetCodeName(unsigned CodeID, unsigned BlockID, in GetCodeName() 506 static bool canDecodeBlob(unsigned Code, unsigned BlockID) { in canDecodeBlob() 733 Error BitcodeAnalyzer::parseBlock(unsigned BlockID, unsigned IndentLevel, in parseBlock()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/ |
H A D | BitstreamRemarkParser.cpp | 157 static Error parseBlock(T &ParserHelper, unsigned BlockID, in parseBlock() 248 static Expected<bool> isBlock(BitstreamCursor &Stream, unsigned BlockID) { in isBlock()
|
H A D | BitstreamRemarkSerializer.cpp | 35 static void initBlock(unsigned BlockID, BitstreamWriter &Bitstream, in initBlock()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/APINotes/ |
H A D | APINotesFormat.h | 38 enum BlockID { enum
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/ |
H A D | BitstreamReader.cpp | 21 Error BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | TestAfterDivZeroChecker.cpp | 29 unsigned BlockID; member in __anon2a84e2e30111::ZeroState
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | ELF.cpp | 651 for (uint32_t BlockID = 0; !ULEBSizeErr && Cur && (BlockID < NumBlocks); in decodeBBAddrMap() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 635 unsigned BlockID = Block->getBlockID(); in getUninitUse() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | elf2yaml.cpp | 858 for (uint64_t BlockID = 0; Cur && BlockID < NumBlocks; ++BlockID) { in dumpBBAddrMapSection() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
H A D | CFG.h | 783 unsigned BlockID; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 1661 unsigned BlockID : 31; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 1633 bool ASTReader::ReadBlockAbbrevs(BitstreamCursor &Cursor, unsigned BlockID, in ReadBlockAbbrevs() 4163 static bool SkipCursorToBlock(BitstreamCursor &Cursor, unsigned BlockID) { in SkipCursorToBlock()
|