Searched defs:BlockScope (Results 1 - 11 of 11) sorted by relevance

/external/llvm/include/llvm/Bitcode/
H A DBitstreamWriter.h55 /// BlockScope - This tracks the current blocks that we have entered.
56 std::vector<Block> BlockScope; member in class:llvm::BitstreamWriter
90 assert(BlockScope.empty() && CurAbbrevs.empty() && "Block imbalance");
222 BlockScope.emplace_back(OldCodeSize, BlockSizeWordIndex);
223 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs);
234 assert(!BlockScope.empty() && "Block scope imbalance!");
235 const Block &B = BlockScope.back();
252 BlockScope.pop_back();
H A DBitstreamReader.h428 SmallVector<Block, 8> BlockScope; member in class:llvm::BitstreamCursor
550 if (BlockScope.empty()) return true;
563 CurCodeSize = BlockScope.back().PrevCodeSize;
565 CurAbbrevs = std::move(BlockScope.back().PrevAbbrevs);
566 BlockScope.pop_back();
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
H A DBitstreamWriter.h51 /// BlockScope - This tracks the current blocks that we have entered.
52 std::vector<Block> BlockScope; member in class:llvm::BitstreamWriter
68 assert(BlockScope.empty() && CurAbbrevs.empty() && "Block imbalance");
212 BlockScope.push_back(Block(OldCodeSize, BlockSizeWordLoc/4));
213 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs);
227 assert(!BlockScope.empty() && "Block scope imbalance!");
234 const Block &B = BlockScope.back();
250 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs);
251 BlockScope.pop_back();
H A DBitstreamReader.h148 /// BlockScope - This tracks the codesize of parent blocks.
149 SmallVector<Block, 8> BlockScope; member in class:llvm::BitstreamCursor
197 BlockScope = RHS.BlockScope;
198 for (unsigned S = 0, e = static_cast<unsigned>(BlockScope.size());
200 std::vector<BitCodeAbbrev*> &Abbrevs = BlockScope[S].PrevAbbrevs;
215 for (unsigned S = 0, e = static_cast<unsigned>(BlockScope.size());
217 std::vector<BitCodeAbbrev*> &Abbrevs = BlockScope[S].PrevAbbrevs;
222 BlockScope.clear();
391 // Save the current block's state on BlockScope
[all...]
/external/clang/include/clang/Sema/
H A DScope.h70 BlockScope = 0x40, enumerator in enum:clang::Scope::ScopeFlags
167 /// BlockScope if this scope is not one, or null if there is none.
214 bool isBlockScope() const { return Flags & BlockScope; }
386 Scope::BlockScope | Scope::TemplateParamScope |
H A DScopeInfo.h609 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block) argument
611 TheScope(BlockScope)
/external/clang/lib/Sema/
H A DSema.cpp1132 void Sema::PushBlockScope(Scope *BlockScope, BlockDecl *Block) { argument
1134 BlockScope, Block));
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitstreamReader.h478 SmallVector<Block, 8> BlockScope; member in class:llvm::NaClBitstreamCursor
498 BlockScope.push_back(
508 while (!BlockScope.empty())
509 BlockScope.pop_back();
536 return BlockScope.back().getCodeAbbrev().NumBits;
789 BlockScope.back().getCodeAbbrev();
827 if (BlockScope.empty()) return true;
833 BlockScope.pop_back();
876 const Block &CurBlock = BlockScope.back();
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 212 milliseconds