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");
226 BlockScope.push_back(Block(OldCodeSize, BlockSizeWordIndex));
227 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs);
241 assert(!BlockScope.empty() && "Block scope imbalance!");
248 const Block &B = BlockScope.back();
264 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs);
265 BlockScope.pop_back();
BitstreamReader.h 151 /// BlockScope - This tracks the codesize of parent blocks.
152 SmallVector<Block, 8> BlockScope;
198 BlockScope = RHS.BlockScope;
199 for (unsigned S = 0, e = static_cast<unsigned>(BlockScope.size());
201 std::vector<BitCodeAbbrev*> &Abbrevs = BlockScope[S].PrevAbbrevs;
216 for (unsigned S = 0, e = static_cast<unsigned>(BlockScope.size());
218 std::vector<BitCodeAbbrev*> &Abbrevs = BlockScope[S].PrevAbbrevs;
223 BlockScope.clear();
414 // Save the current block's state on BlockScope
    [all...]
  /external/clang/include/clang/Sema/
Scope.h 57 /// BlockScope - This is a scope that corresponds to a block/closure object.
61 BlockScope = 0x40,
119 /// BlockScope if this scope is not one, or null if there is none.
161 bool isBlockScope() const { return Flags & BlockScope; }
284 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 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 212 milliseconds