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

  /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 199 /// BlockScope - This tracks the codesize of parent blocks.
200 SmallVector<Block, 8> BlockScope;
498 if (BlockScope.empty()) return true;
511 CurCodeSize = BlockScope.back().PrevCodeSize;
518 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs);
519 BlockScope.pop_back();
  /external/clang/include/clang/Sema/
Scope.h 61 BlockScope = 0x40,
128 /// BlockScope if this scope is not one, or null if there is none.
170 bool isBlockScope() const { return Flags & BlockScope; }
293 Scope::BlockScope | Scope::TemplateParamScope |
  /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/misc/common/ecj/
ecj.jar 

Completed in 79 milliseconds