HomeSort by relevance Sort by last modified time
    Searched refs:BlockID (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /external/clang/lib/StaticAnalyzer/Core/
BlockCounter.cpp 26 unsigned BlockID;
30 : CallSite(CS), BlockID(ID) {}
33 return (CallSite == RHS.CallSite) && (BlockID == RHS.BlockID);
37 return std::tie(CallSite, BlockID) < std::tie(RHS.CallSite, RHS.BlockID);
42 ID.AddInteger(BlockID);
59 unsigned BlockID) const {
61 CountMap::data_type* T = M.lookup(CountKey(CallSite, BlockID));
76 unsigned BlockID) {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 39 unsigned BlockID) const;
50 unsigned BlockID);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 39 unsigned BlockID) const;
50 unsigned BlockID);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 39 unsigned BlockID) const;
50 unsigned BlockID);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 39 unsigned BlockID) const;
50 unsigned BlockID);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 39 unsigned BlockID) const;
50 unsigned BlockID);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 39 unsigned BlockID) const;
50 unsigned BlockID);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 39 unsigned BlockID) const;
50 unsigned BlockID);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 39 unsigned BlockID) const;
50 unsigned BlockID);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 39 unsigned BlockID) const;
50 unsigned BlockID);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 39 unsigned BlockID) const;
50 unsigned BlockID);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 39 unsigned BlockID) const;
50 unsigned BlockID);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 39 unsigned BlockID) const;
50 unsigned BlockID);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 39 unsigned BlockID) const;
50 unsigned BlockID);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 39 unsigned BlockID) const;
50 unsigned BlockID);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 39 unsigned BlockID) const;
50 unsigned BlockID);
  /external/clang/lib/Analysis/
ThreadSafetyTIL.cpp 165 // Each block will be written into the Blocks array in order, and its BlockID
176 BlockID = --ID;
177 Blocks[BlockID] = this;
201 BlockID = ID++;
202 Blocks[BlockID] = this;
214 if (Pred->BlockID >= BlockID) continue;
223 if (Candidate->BlockID > Alternate->BlockID)
241 if (Succ->BlockID <= BlockID) continue
    [all...]
  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 61 unsigned BlockID;
192 BlockInfo *getBlockInfo(unsigned BlockID) {
193 // Common case, the most recent entry matches BlockID.
194 if (!BlockInfoRecords.empty() && BlockInfoRecords.back().BlockID == BlockID)
199 if (BlockInfoRecords[i].BlockID == BlockID)
204 void EnterSubblock(unsigned BlockID, unsigned CodeLen) {
206 // [ENTER_SUBBLOCK, blockid, newcodelen, <align4bytes>, blocklen]
208 EmitVBR(BlockID, bitc::BlockIDWidth)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
BitstreamWriter.h 57 unsigned BlockID;
182 BlockInfo *getBlockInfo(unsigned BlockID) {
183 // Common case, the most recent entry matches BlockID.
184 if (!BlockInfoRecords.empty() && BlockInfoRecords.back().BlockID == BlockID)
189 if (BlockInfoRecords[i].BlockID == BlockID)
194 void EnterSubblock(unsigned BlockID, unsigned CodeLen) {
196 // [ENTER_SUBBLOCK, blockid, newcodelen, <align4bytes>, blocklen]
198 EmitVBR(BlockID, bitc::BlockIDWidth)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamWriter.h 61 unsigned BlockID;
188 BlockInfo *getBlockInfo(unsigned BlockID) {
189 // Common case, the most recent entry matches BlockID.
190 if (!BlockInfoRecords.empty() && BlockInfoRecords.back().BlockID == BlockID)
195 if (BlockInfoRecords[i].BlockID == BlockID)
200 void EnterSubblock(unsigned BlockID, unsigned CodeLen) {
202 // [ENTER_SUBBLOCK, blockid, newcodelen, <align4bytes>, blocklen]
204 EmitVBR(BlockID, bitc::BlockIDWidth)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Bitcode/
BitstreamWriter.h 61 unsigned BlockID;
188 BlockInfo *getBlockInfo(unsigned BlockID) {
189 // Common case, the most recent entry matches BlockID.
190 if (!BlockInfoRecords.empty() && BlockInfoRecords.back().BlockID == BlockID)
195 if (BlockInfoRecords[i].BlockID == BlockID)
200 void EnterSubblock(unsigned BlockID, unsigned CodeLen) {
202 // [ENTER_SUBBLOCK, blockid, newcodelen, <align4bytes>, blocklen]
204 EmitVBR(BlockID, bitc::BlockIDWidth)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Bitcode/
BitstreamWriter.h 61 unsigned BlockID;
188 BlockInfo *getBlockInfo(unsigned BlockID) {
189 // Common case, the most recent entry matches BlockID.
190 if (!BlockInfoRecords.empty() && BlockInfoRecords.back().BlockID == BlockID)
195 if (BlockInfoRecords[i].BlockID == BlockID)
200 void EnterSubblock(unsigned BlockID, unsigned CodeLen) {
202 // [ENTER_SUBBLOCK, blockid, newcodelen, <align4bytes>, blocklen]
204 EmitVBR(BlockID, bitc::BlockIDWidth)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Bitcode/
BitstreamWriter.h 61 unsigned BlockID;
188 BlockInfo *getBlockInfo(unsigned BlockID) {
189 // Common case, the most recent entry matches BlockID.
190 if (!BlockInfoRecords.empty() && BlockInfoRecords.back().BlockID == BlockID)
195 if (BlockInfoRecords[i].BlockID == BlockID)
200 void EnterSubblock(unsigned BlockID, unsigned CodeLen) {
202 // [ENTER_SUBBLOCK, blockid, newcodelen, <align4bytes>, blocklen]
204 EmitVBR(BlockID, bitc::BlockIDWidth)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Bitcode/
BitstreamWriter.h 61 unsigned BlockID;
188 BlockInfo *getBlockInfo(unsigned BlockID) {
189 // Common case, the most recent entry matches BlockID.
190 if (!BlockInfoRecords.empty() && BlockInfoRecords.back().BlockID == BlockID)
195 if (BlockInfoRecords[i].BlockID == BlockID)
200 void EnterSubblock(unsigned BlockID, unsigned CodeLen) {
202 // [ENTER_SUBBLOCK, blockid, newcodelen, <align4bytes>, blocklen]
204 EmitVBR(BlockID, bitc::BlockIDWidth)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Bitcode/
BitstreamWriter.h 61 unsigned BlockID;
188 BlockInfo *getBlockInfo(unsigned BlockID) {
189 // Common case, the most recent entry matches BlockID.
190 if (!BlockInfoRecords.empty() && BlockInfoRecords.back().BlockID == BlockID)
195 if (BlockInfoRecords[i].BlockID == BlockID)
200 void EnterSubblock(unsigned BlockID, unsigned CodeLen) {
202 // [ENTER_SUBBLOCK, blockid, newcodelen, <align4bytes>, blocklen]
204 EmitVBR(BlockID, bitc::BlockIDWidth)
    [all...]

Completed in 565 milliseconds

1 2 3 4 5