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

  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 96 scpI = info.Scopes.begin(),
97 scpE = info.Scopes.end(); scpI != scpE; ++scpI) {
120 scpI = info.Scopes.begin(),
121 scpE = info.Scopes.end(); scpI != scpE; ++scpI) {
151 scpI = info.Scopes.begin(),
152 scpE = info.Scopes.end(); scpI != scpE; ++scpI) {
165 SmallVector<PoolScope, 4> Scopes;
180 Scopes.push_back(PoolScope());
181 Scopes.back().PoolVar = VD;
182 Scopes.back().CompoundParent = S
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 27 /// into VLA and other protected scopes. For example, this rejects:
40 /// scopes that are introduced by VLAs and other things that scope jumps like
42 /// because you can have multiple VLA scopes per compound statement, and most
43 /// compound statements don't introduce any scopes.
65 SmallVector<GotoScope, 48> Scopes;
97 Scopes.push_back(GotoScope(~0U, ~0U, ~0U, SourceLocation()));
110 /// two scopes.
113 // Inner scopes are created after outer scopes and therefore have
116 assert(Scopes[B].ParentScope < B)
    [all...]
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 628 SmallVector<MachineDomTreeNode*, 32> Scopes;
638 Scopes.push_back(Node);
650 for (unsigned i = 0, e = Scopes.size(); i != e; ++i) {
651 MachineDomTreeNode *Node = Scopes[i];
MachineLICM.cpp 695 SmallVector<MachineDomTreeNode*, 32> Scopes;
717 Scopes.push_back(Node);
738 if (Scopes.size() != 0) {
750 for (unsigned i = 0, e = Scopes.size(); i != e; ++i) {
751 MachineDomTreeNode *Node = Scopes[i];
    [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 333 // doing a depth first tranversal of the tree. This includes scopes for
345 Scopes(availableValues, availableLoads, availableCalls),
373 NodeScope Scopes;
  /external/llvm/include/llvm/IR/
DebugInfo.h 199 /// DIScope - A base class for various scopes.
205 /// DIScopes that are scopes in the strict lexical scope sense
916 iterator_range<scope_iterator> scopes() const { function in class:llvm::DebugInfoFinder
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdtypes.h 270 WSD_URI_LIST *Scopes;
276 WSD_SCOPES *Scopes;
317 WSD_SCOPES *Scopes;
324 WSD_SCOPES *Scopes;
354 WSD_SCOPES *Scopes;
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 

Completed in 246 milliseconds