/external/clang/lib/Sema/ |
D | JumpDiagnostics.cpp | 65 SmallVector<GotoScope, 48> Scopes; member in __anon232422ae0111::JumpScopeChecker 98 Scopes.push_back(GotoScope(~0U, ~0U, ~0U, SourceLocation())); in JumpScopeChecker() 117 assert(Scopes[B].ParentScope < B); in GetDeepestCommonScope() 118 B = Scopes[B].ParentScope; in GetDeepestCommonScope() 120 assert(Scopes[A].ParentScope < A); in GetDeepestCommonScope() 121 A = Scopes[A].ParentScope; in GetDeepestCommonScope() 220 Scopes.push_back(GotoScope(ParentScope, Diags.first, Diags.second, in BuildScopeInformation() 222 ParentScope = Scopes.size()-1; in BuildScopeInformation() 263 Scopes.push_back(GotoScope(ParentScope, in BuildScopeInformation() 265 ParentScope = Scopes.size()-1; in BuildScopeInformation() [all …]
|
/external/guice/core/test/com/google/inject/ |
D | ScopesTest.java | 67 bind(BoundAsSingleton.class).in(Scopes.SINGLETON); 73 bind(ImplementedBySingleton.class).in(Scopes.SINGLETON); 74 bind(ProvidedBySingleton.class).in(Scopes.SINGLETON); 143 bind(AnnotatedSingleton.class).in(Scopes.NO_SCOPE); in testOverriddingAnnotation() 288 Asserts.assertNotSerializable(Scopes.SINGLETON); in testSingletonScopeIsNotSerializable() 292 Asserts.assertNotSerializable(Scopes.NO_SCOPE); in testNoScopeIsNotSerializable() 326 bindScope(NotRuntimeRetainedScoped.class, Scopes.NO_SCOPE); in configure() 355 bindScope(Deprecated.class, Scopes.NO_SCOPE); in configure() 383 bindScope(CustomScoped.class, Scopes.NO_SCOPE); in configure() 390 bindScope(CustomScoped.class, Scopes.SINGLETON); in configure() [all …]
|
/external/guice/core/src/com/google/inject/internal/ |
D | Scoping.java | 23 import com.google.inject.Scopes; 52 return Scopes.NO_SCOPE; 57 return Scopes.NO_SCOPE.toString(); 79 return Scopes.NO_SCOPE; 84 return Scopes.NO_SCOPE.toString(); 89 scopedBindingBuilder.in(Scopes.NO_SCOPE); 120 return visitor.visitScope(Scopes.SINGLETON); 125 return Scopes.SINGLETON; 130 return Scopes.SINGLETON.toString(); 135 scopedBindingBuilder.in(Scopes.SINGLETON); [all …]
|
/external/clang/lib/ARCMigrate/ |
D | TransAutoreleasePool.cpp | 96 scpI = info.Scopes.begin(), in ~AutoreleasePoolRewriter() 97 scpE = info.Scopes.end(); scpI != scpE; ++scpI) { in ~AutoreleasePoolRewriter() 120 scpI = info.Scopes.begin(), in ~AutoreleasePoolRewriter() 121 scpE = info.Scopes.end(); scpI != scpE; ++scpI) { in ~AutoreleasePoolRewriter() 151 scpI = info.Scopes.begin(), in ~AutoreleasePoolRewriter() 152 scpE = info.Scopes.end(); scpI != scpE; ++scpI) { in ~AutoreleasePoolRewriter() 165 SmallVector<PoolScope, 4> Scopes; in VisitCompoundStmt() local 180 Scopes.push_back(PoolScope()); in VisitCompoundStmt() 181 Scopes.back().PoolVar = VD; in VisitCompoundStmt() 182 Scopes.back().CompoundParent = S; in VisitCompoundStmt() [all …]
|
/external/antlr/runtime/ObjC/Framework/examples/combined/ |
D | CombinedParser.h | 33 #pragma mark Dynamic Global Scopes globalAttributeScopeInterface 34 #pragma mark Dynamic Rule Scopes ruleAttributeScopeInterface 35 #pragma mark Rule Return Scopes returnScopeInterface 39 #pragma mark Dynamic Rule Scopes ruleAttributeScopeDecl 40 #pragma mark Dynamic Global Rule Scopes globalAttributeScopeMemVar
|
/external/antlr/runtime/ObjC/Framework/examples/hoistedPredicates/ |
D | TParser.h | 34 #pragma mark Dynamic Global Scopes globalAttributeScopeInterface 35 #pragma mark Dynamic Rule Scopes ruleAttributeScopeInterface 36 #pragma mark Rule Return Scopes returnScopeInterface 40 #pragma mark Dynamic Rule Scopes ruleAttributeScopeDecl 41 #pragma mark Dynamic Global Rule Scopes globalAttributeScopeMemVar
|
/external/antlr/runtime/ObjC/Framework/examples/treeparser/ |
D | LangDumpDecl.h | 37 #pragma mark Dynamic Global Scopes globalAttributeScopeInterface 38 #pragma mark Dynamic Rule Scopes ruleAttributeScopeInterface 39 #pragma mark Rule Return Scopes returnScopeInterface 60 #pragma mark Dynamic Rule Scopes ruleAttributeScopeDecl 61 #pragma mark Dynamic Global Rule Scopes globalAttributeScopeMemVar
|
D | LangParser.h | 37 #pragma mark Dynamic Global Scopes globalAttributeScopeInterface 38 #pragma mark Dynamic Rule Scopes ruleAttributeScopeInterface 39 #pragma mark Rule Return Scopes returnScopeInterface 112 #pragma mark Dynamic Rule Scopes ruleAttributeScopeDecl 113 #pragma mark Dynamic Global Rule Scopes globalAttributeScopeMemVar
|
/external/antlr/runtime/ObjC/Framework/examples/polydiff/ |
D | PolyDifferentiator.h | 36 #pragma mark Dynamic Global Scopes globalAttributeScopeInterface 37 #pragma mark Dynamic Rule Scopes ruleAttributeScopeInterface 38 #pragma mark Rule Return Scopes returnScopeInterface 64 #pragma mark Dynamic Rule Scopes ruleAttributeScopeDecl 65 #pragma mark Dynamic Global Rule Scopes globalAttributeScopeMemVar
|
D | PolyParser.h | 36 #pragma mark Dynamic Global Scopes globalAttributeScopeInterface 37 #pragma mark Dynamic Rule Scopes ruleAttributeScopeInterface 38 #pragma mark Rule Return Scopes returnScopeInterface 111 #pragma mark Dynamic Rule Scopes ruleAttributeScopeDecl 112 #pragma mark Dynamic Global Rule Scopes globalAttributeScopeMemVar
|
D | Simplifier.h | 36 #pragma mark Dynamic Global Scopes globalAttributeScopeInterface 37 #pragma mark Dynamic Rule Scopes ruleAttributeScopeInterface 38 #pragma mark Rule Return Scopes returnScopeInterface 152 #pragma mark Dynamic Rule Scopes ruleAttributeScopeDecl 153 #pragma mark Dynamic Global Rule Scopes globalAttributeScopeMemVar
|
D | PolyPrinter.h | 39 #pragma mark Dynamic Global Scopes 40 #pragma mark Dynamic Rule Scopes 41 #pragma mark Rule Return Scopes start
|
/external/antlr/runtime/ObjC/Framework/examples/scopes/ |
D | SymbolTableParser.h | 41 #pragma mark Dynamic Global Scopes globalAttributeScopeInterface 57 #pragma mark Dynamic Rule Scopes ruleAttributeScopeInterface 58 #pragma mark Rule Return Scopes returnScopeInterface 62 #pragma mark Dynamic Rule Scopes ruleAttributeScopeDecl 63 #pragma mark Dynamic Global Rule Scopes globalAttributeScopeMemVar
|
/external/antlr/runtime/ObjC/Framework/examples/LL-star/ |
D | SimpleCParser.h | 56 #pragma mark Dynamic Global Scopes globalAttributeScopeInterface 57 #pragma mark Dynamic Rule Scopes ruleAttributeScopeInterface 58 #pragma mark Rule Return Scopes returnScopeInterface 62 #pragma mark Dynamic Rule Scopes ruleAttributeScopeDecl 63 #pragma mark Dynamic Global Rule Scopes globalAttributeScopeMemVar
|
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleCWalker.h | 53 #pragma mark Dynamic Global Scopes globalAttributeScopeInterface 69 #pragma mark Dynamic Rule Scopes ruleAttributeScopeInterface 70 #pragma mark Rule Return Scopes returnScopeInterface 91 #pragma mark Dynamic Rule Scopes ruleAttributeScopeDecl 92 #pragma mark Dynamic Global Rule Scopes globalAttributeScopeMemVar
|
D | SimpleCTP.h | 53 #pragma mark Dynamic Global Scopes globalAttributeScopeInterface 69 #pragma mark Dynamic Rule Scopes ruleAttributeScopeInterface 70 #pragma mark Rule Return Scopes returnScopeInterface 91 #pragma mark Dynamic Rule Scopes ruleAttributeScopeDecl 92 #pragma mark Dynamic Global Rule Scopes globalAttributeScopeMemVar
|
D | SimpleCParser.h | 62 #pragma mark Dynamic Global Scopes globalAttributeScopeInterface 63 #pragma mark Dynamic Rule Scopes ruleAttributeScopeInterface 64 #pragma mark Rule Return Scopes returnScopeInterface 413 #pragma mark Dynamic Rule Scopes ruleAttributeScopeDecl 414 #pragma mark Dynamic Global Rule Scopes globalAttributeScopeMemVar
|
/external/antlr/runtime/ObjC/Framework/examples/treerewrite/ |
D | TreeRewriteParser.h | 32 #pragma mark Dynamic Global Scopes globalAttributeScopeInterface 33 #pragma mark Dynamic Rule Scopes ruleAttributeScopeInterface 34 #pragma mark Rule Return Scopes returnScopeInterface 84 #pragma mark Dynamic Rule Scopes ruleAttributeScopeDecl 85 #pragma mark Dynamic Global Rule Scopes globalAttributeScopeMemVar
|
/external/bcc/src/cc/frontends/b/ |
D | type_check.h | 29 TypeCheck(Scopes *scopes, Scopes *proto_scopes) in TypeCheck() 43 Scopes *scopes_; 44 Scopes *proto_scopes_;
|
D | parser.h | 34 : root_node_(NULL), scopes_(new Scopes), in_(infile), lexer(&in_), parser(lexer, *this) { in Parser() 45 StmtNode * state_add(Scopes::StateScope *scope, IdentExprNode *id1, BlockStmtNode *body); 46 …StmtNode * state_add(Scopes::StateScope *scope, IdentExprNode *id1, IdentExprNode *id2, BlockStmtN… 47 StmtNode * func_add(std::vector<int> *types, Scopes::StateScope *scope, 59 Scopes::Ptr scopes_;
|
D | codegen_llvm.h | 61 CodegenLLVM(llvm::Module *mod, Scopes *scopes, Scopes *proto_scopes); 102 StatusTuple lookup_var(Node *n, const std::string &name, Scopes::VarScope *scope, 116 Scopes *scopes_; 117 Scopes *proto_scopes_;
|
D | scope.h | 78 class Scopes { 80 typedef unique_ptr<Scopes> Ptr; 87 Scopes() : var_id__(0), state_id_(0), var_id_(0), in Scopes() function 93 ~Scopes() { in ~Scopes()
|
/external/llvm/include/llvm/IR/ |
D | DebugInfo.h | 111 return make_range(Scopes.begin(), Scopes.end()); in scopes() 118 unsigned scope_count() const { return Scopes.size(); } in scope_count() 125 SmallVector<DIScope *, 8> Scopes; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfo.h | 121 return make_range(Scopes.begin(), Scopes.end()); in scopes() 128 unsigned scope_count() const { return Scopes.size(); } in scope_count() 135 SmallVector<DIScope *, 8> Scopes; variable
|
/external/syzkaller/vendor/google.golang.org/api/internal/ |
D | creds.go | 32 return credFileTokenSource(ctx, ds.CredentialsFile, ds.Scopes...) 37 return google.FindDefaultCredentials(ctx, ds.Scopes...) 91 Scopes: scope,
|