HomeSort by relevance Sort by last modified time
    Searched refs:Scopes (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedParser.h 18 #pragma mark Dynamic Global Scopes
19 #pragma mark Dynamic Rule Scopes
20 #pragma mark Rule Return Scopes start
21 #pragma mark Rule return scopes end
CombinedParser.m 64 #pragma mark Dynamic Global Scopes
66 #pragma mark Dynamic Rule Scopes
68 #pragma mark Rule return scopes start
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TParser.h 34 #pragma mark Dynamic Global Scopes
35 #pragma mark Dynamic Rule Scopes
36 #pragma mark Rule Return Scopes start
TParser.m 52 #pragma mark Dynamic Global Scopes
54 #pragma mark Dynamic Rule Scopes
56 #pragma mark Rule Return Scopes start
57 //#pragma mark Rule return scopes start
60 #pragma mark Rule return scopes start
65 #pragma mark Dynamic Rule Scopes
67 #pragma mark global Attribute Scopes
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableParser.h 1 // $ANTLR 3.2 Aug 19, 2010 17:16:04 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g 2010-08-19 17:16:47
25 #pragma mark Dynamic Global Scopes
44 #pragma mark Dynamic Rule Scopes
45 #pragma mark Rule Return Scopes start
46 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangDumpDecl.h 37 #pragma mark Dynamic Global Scopes
38 #pragma mark Dynamic Rule Scopes
39 #pragma mark Rule Return Scopes start
LangParser.h 37 #pragma mark Dynamic Global Scopes
38 #pragma mark Dynamic Rule Scopes
39 #pragma mark Rule Return Scopes start
LangDumpDecl.m 42 #pragma mark Dynamic Global Scopes
44 #pragma mark Dynamic Rule Scopes
46 #pragma mark Rule Return Scopes start
65 //#pragma mark Rule return scopes start
68 #pragma mark Rule return scopes start
73 #pragma mark Dynamic Rule Scopes
75 #pragma mark global Attribute Scopes
LangParser.m 40 #pragma mark Dynamic Global Scopes
42 #pragma mark Dynamic Rule Scopes
44 #pragma mark Rule Return Scopes start
165 //#pragma mark Rule return scopes start
168 #pragma mark Rule return scopes start
173 #pragma mark Dynamic Rule Scopes
175 #pragma mark global Attribute Scopes
  /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;
98 Scopes.push_back(GotoScope(~0U, ~0U, ~0U, SourceLocation()));
111 /// two scopes.
114 // Inner scopes are created after outer scopes and therefore have
117 assert(Scopes[B].ParentScope < B)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCParser.h 56 #pragma mark Dynamic Global Scopes
57 #pragma mark Dynamic Rule Scopes
58 #pragma mark Rule Return Scopes start
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableParser.h 41 #pragma mark Dynamic Global Scopes
65 #pragma mark Dynamic Rule Scopes
66 #pragma mark Rule Return Scopes start
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.h 53 #pragma mark Dynamic Global Scopes
77 #pragma mark Dynamic Rule Scopes
78 #pragma mark Rule Return Scopes start
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.h 37 #pragma mark Dynamic Global Scopes
57 #pragma mark Dynamic Rule Scopes
58 #pragma mark Rule Return Scopes start
70 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteParser.h 32 #pragma mark Dynamic Global Scopes
33 #pragma mark Dynamic Rule Scopes
34 #pragma mark Rule Return Scopes start
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteParser.h 16 #pragma mark Dynamic Global Scopes
17 #pragma mark Dynamic Rule Scopes
18 #pragma mark Rule Return Scopes start
48 #pragma mark Rule return scopes end
  /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/guice/core/test/com/google/inject/
ScopesTest.java 64 bind(BoundAsSingleton.class).in(Scopes.SINGLETON);
70 bind(ImplementedBySingleton.class).in(Scopes.SINGLETON);
71 bind(ProvidedBySingleton.class).in(Scopes.SINGLETON);
140 bind(AnnotatedSingleton.class).in(Scopes.NO_SCOPE);
267 Asserts.assertNotSerializable(Scopes.SINGLETON);
271 Asserts.assertNotSerializable(Scopes.NO_SCOPE);
299 bindScope(NotRuntimeRetainedScoped.class, Scopes.NO_SCOPE);
322 bindScope(Deprecated.class, Scopes.NO_SCOPE);
345 bindScope(CustomScoped.class, Scopes.NO_SCOPE);
350 bindScope(CustomScoped.class, Scopes.SINGLETON)
    [all...]
  /external/guice/core/src/com/google/inject/internal/
Scoping.java 23 import com.google.inject.Scopes;
42 * in(Scopes.NO_SCOPE)}, where the 'NO_SCOPE' has been explicitly applied.
50 return Scopes.NO_SCOPE;
54 return Scopes.NO_SCOPE.toString();
82 return visitor.visitScope(Scopes.SINGLETON);
86 return Scopes.SINGLETON;
90 return Scopes.SINGLETON.toString();
94 scopedBindingBuilder.in(Scopes.SINGLETON);
104 return Scopes.SINGLETON;
142 if (scope == Scopes.SINGLETON)
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfo.h 123 iterator_range<scope_iterator> scopes() const { function in class:llvm::DebugInfoFinder
124 return make_range(Scopes.begin(), Scopes.end());
131 unsigned scope_count() const { return Scopes.size(); }
138 SmallVector<DIScope *, 8> Scopes;
  /external/guice/core/test/com/google/inject/example/
ClientServiceWithGuice.java 26 import com.google.inject.Scopes;
47 bind(Service.class).to(ServiceImpl.class).in(Scopes.SINGLETON);
  /external/guice/core/src/com/google/inject/
Scopes.java 32 public class Scopes {
34 private Scopes() {}
58 return "Scopes.NO_SCOPE";
74 return scope == Scopes.SINGLETON;
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
InvalidScopeBindingTest.java 6 import com.google.inject.Scopes;
78 bind(DummyFilterImpl.class).in(Scopes.SINGLETON);
  /external/llvm/lib/Analysis/
ScopedNoAliasAA.cpp 13 // Alias-analysis scopes are defined by an id (which can be a string or some
29 // has a set of noalias scopes in some domain that is superset of the alias
30 // scopes in that domain of some other instruction, then the two memory
140 bool ScopedNoAliasAAResult::mayAliasInScopes(const MDNode *Scopes,
142 if (!Scopes || !NoAlias)
145 // Collect the set of scope domains relevant to the noalias scopes.
152 // We alias unless, for some domain, the set of noalias scopes in that domain
153 // is a superset of the set of alias scopes in that domain.
157 collectMDInDomain(Scopes, Domain, ScopeNodes);
  /external/llvm/include/llvm/Analysis/
ScopedNoAliasAA.h 45 bool mayAliasInScopes(const MDNode *Scopes, const MDNode *NoAlias) const;

Completed in 558 milliseconds

1 2 3 4