HomeSort by relevance Sort by last modified time
    Searched refs:BlockScope (Results 1 - 16 of 16) sorted by null

  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 33 BlockScope = RHS.BlockScope;
34 for (size_t S = 0, e = BlockScope.size(); S != e; ++S) {
35 std::vector<BitCodeAbbrev*> &Abbrevs = BlockScope[S].PrevAbbrevs;
48 for (size_t S = 0, e = BlockScope.size(); S != e; ++S) {
49 std::vector<BitCodeAbbrev*> &Abbrevs = BlockScope[S].PrevAbbrevs;
53 BlockScope.clear();
59 // Save the current block's state on BlockScope.
60 BlockScope.push_back(Block(CurCodeSize));
61 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs)
    [all...]
  /external/clang/lib/Sema/
Scope.cpp 42 if ((Flags & (FnScope | ClassScope | BlockScope | TemplateParamScope |
65 if (flags & BlockScope) BlockParent = this;
158 } else if (Flags & BlockScope) {
159 OS << "BlockScope";
160 Flags &= ~BlockScope;
Sema.cpp     [all...]
SemaExprCXX.cpp 603 (Scope::FnScope | Scope::ClassScope | Scope::BlockScope |
    [all...]
  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 52 /// BlockScope - This tracks the current blocks that we have entered.
53 std::vector<Block> BlockScope;
101 assert(BlockScope.empty() && CurAbbrevs.empty() && "Block imbalance");
228 BlockScope.push_back(Block(OldCodeSize, BlockSizeWordIndex));
229 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs);
243 assert(!BlockScope.empty() && "Block scope imbalance!");
250 const Block &B = BlockScope.back();
266 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs);
267 BlockScope.pop_back();
BitstreamReader.h 198 /// BlockScope - This tracks the codesize of parent blocks.
199 SmallVector<Block, 8> BlockScope;
496 if (BlockScope.empty()) return true;
509 CurCodeSize = BlockScope.back().PrevCodeSize;
516 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs);
517 BlockScope.pop_back();
  /external/clang/include/clang/Sema/
Scope.h 69 BlockScope = 0x40,
158 /// BlockScope if this scope is not one, or null if there is none.
203 bool isBlockScope() const { return Flags & BlockScope; }
364 Scope::BlockScope | Scope::TemplateParamScope |
ScopeInfo.h 531 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block)
533 TheScope(BlockScope)
Sema.h     [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
ParseExprCXX.cpp     [all...]
ParseDecl.cpp     [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 297 milliseconds