/external/clang/lib/Sema/ |
D | JumpDiagnostics.cpp | 65 SmallVector<GotoScope, 48> Scopes; member in __anone534b98c0111::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/llvm-project/clang/lib/Sema/ |
D | JumpDiagnostics.cpp | 65 SmallVector<GotoScope, 48> Scopes; member in __anone67c51ba0111::JumpScopeChecker 101 Scopes.push_back(GotoScope(~0U, ~0U, ~0U, SourceLocation())); in JumpScopeChecker() 121 assert(Scopes[B].ParentScope < B); in GetDeepestCommonScope() 122 B = Scopes[B].ParentScope; in GetDeepestCommonScope() 124 assert(Scopes[A].ParentScope < A); in GetDeepestCommonScope() 125 A = Scopes[A].ParentScope; in GetDeepestCommonScope() 228 Scopes.push_back(GotoScope(ParentScope, Diags.first, Diags.second, in BuildScopeInformation() 230 ParentScope = Scopes.size()-1; in BuildScopeInformation() 275 Scopes.push_back(GotoScope(ParentScope, in BuildScopeInformation() 277 ParentScope = Scopes.size()-1; in BuildScopeInformation() [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/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/llvm-project/clang/lib/ARCMigrate/ |
D | TransAutoreleasePool.cpp | 95 scpI = info.Scopes.begin(), in ~AutoreleasePoolRewriter() 96 scpE = info.Scopes.end(); scpI != scpE; ++scpI) { in ~AutoreleasePoolRewriter() 119 scpI = info.Scopes.begin(), in ~AutoreleasePoolRewriter() 120 scpE = info.Scopes.end(); scpI != scpE; ++scpI) { in ~AutoreleasePoolRewriter() 150 scpI = info.Scopes.begin(), in ~AutoreleasePoolRewriter() 151 scpE = info.Scopes.end(); scpI != scpE; ++scpI) { in ~AutoreleasePoolRewriter() 164 SmallVector<PoolScope, 4> Scopes; in VisitCompoundStmt() local 179 Scopes.push_back(PoolScope()); in VisitCompoundStmt() 180 Scopes.back().PoolVar = VD; in VisitCompoundStmt() 181 Scopes.back().CompoundParent = S; in VisitCompoundStmt() [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/llvm-project/clang/lib/CodeGen/ |
D | VarBypassDetector.cpp | 24 Scopes = {{~0U, nullptr}}; in Init() 38 Scopes.push_back({ParentScope, VD}); in BuildScopeInformation() 39 ParentScope = Scopes.size() - 1; in BuildScopeInformation() 158 assert(Scopes[To].first < To); in Detect() 159 const auto &ScopeTo = Scopes[To]; in Detect() 163 assert(Scopes[From].first < From); in Detect() 164 From = Scopes[From].first; in Detect()
|
/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/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/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/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/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
|
/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_;
|
/external/llvm-project/clang/lib/AST/Interp/ |
D | Function.h | 87 return llvm::make_range(Scopes.begin(), Scopes.end()); in scopes() 97 Scope &getScope(unsigned Idx) { return Scopes[Idx]; } in getScope() 123 Scopes = std::move(NewScopes); in setCode() 146 llvm::SmallVector<Scope, 2> Scopes; variable
|
/external/llvm-project/clang-tools-extra/clangd/index/dex/dexp/ |
D | Dexp.cpp | 70 Request.Scopes = {std::string(Names.first)}; in getSymbolIDsFromIndex() 74 Request.Scopes = {""}; in getSymbolIDsFromIndex() 141 llvm::cl::opt<std::string> Scopes{ member in clang::clangd::__anon884959da0111::FuzzyFind 155 if (Scopes.getNumOccurrences() > 0) { in run() 156 llvm::SmallVector<llvm::StringRef, 8> Scopes; in run() local 157 llvm::StringRef(this->Scopes).split(Scopes, ','); in run() 158 Request.Scopes = {Scopes.begin(), Scopes.end()}; in run() 160 Request.AnyScope = Request.Scopes.empty(); in run()
|
/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
|