/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfo.h | 120 return make_range(Scopes.begin(), Scopes.end()); in scopes() 127 unsigned scope_count() const { return Scopes.size(); } in scope_count() 134 SmallVector<DIScope *, 8> Scopes; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScopedNoAliasAA.cpp | 141 bool ScopedNoAliasAAResult::mayAliasInScopes(const MDNode *Scopes, in mayAliasInScopes() argument 143 if (!Scopes || !NoAlias) in mayAliasInScopes() 157 collectMDInDomain(Scopes, Domain, ScopeNodes); in mayAliasInScopes()
|
/third_party/skia/third_party/externals/tint/src/utils/ |
D | scoped_assignment_test.cc | 23 TEST(ScopedAssignmentTest, Scopes) { in TEST() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | ControlHeightReduction.cpp | 330 for (CHRScope *Scope : Scopes) { in ~CHR() 349 SmallVectorImpl<CHRScope *> &Scopes); 362 void classifyBiasedScopes(SmallVectorImpl<CHRScope *> &Scopes); 425 DenseSet<CHRScope *> Scopes; member in __anon7bcd30220211::CHR 797 Scopes.insert(Result); in findScope() 857 Scopes.insert(Result); in findScope() 998 SmallVectorImpl<CHRScope *> &Scopes) { in findScopes() argument 1010 CHRScope *SubCHRScope = findScopes(SubR.get(), NextSubR, R, Scopes); in findScopes() 1040 Scopes.push_back(Sub); in findScopes() 1218 Scopes.insert(Tail); in splitScope() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopVersioningLICM.cpp | 543 SmallVector<Metadata *, 4> Scopes, NoAliases; in setNoAliasToLoop() local 552 Scopes.push_back(NewScope); in setNoAliasToLoop() 563 MDNode::get(Inst.getContext(), Scopes))); in setNoAliasToLoop()
|
D | EarlyCSE.cpp | 605 Scopes(AvailableValues, AvailableLoads, AvailableInvariants, in StackNode() 634 NodeScope Scopes; member in __anon64dca3550311::EarlyCSE::StackNode
|
/third_party/node/deps/npm/docs/content/using-npm/ |
D | scope.md | 21 Scopes are a way of grouping related packages together, and also affect a few 102 Scopes can be associated with a separate registry. This allows you to 112 Scopes have a many-to-one relationship with registries: one registry can
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScopedNoAliasAA.h | 50 bool mayAliasInScopes(const MDNode *Scopes, const MDNode *NoAlias) const;
|
/third_party/boost/libs/phoenix/doc/starter_kit/ |
D | more.qbk | 15 Scopes]); nor are features that provide alternative (short-hand) ways to do the
|
/third_party/grpc/examples/objective-c/auth_sample/ |
D | SelectUserViewController.m | 55 self.subLabel.text = [NSString stringWithFormat:@"Scopes: %@", scopes];
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 739 SmallVector<MachineDomTreeNode*, 32> Scopes; in PerformCSE() local 749 Scopes.push_back(Node); in PerformCSE() 758 for (MachineDomTreeNode *Node : Scopes) { in PerformCSE()
|
D | MachineLICM.cpp | 711 SmallVector<MachineDomTreeNode*, 32> Scopes; in HoistOutOfLoop() local 733 Scopes.push_back(Node); in HoistOutOfLoop() 754 if (Scopes.size() == 0) in HoistOutOfLoop() 763 for (MachineDomTreeNode *Node : Scopes) { in HoistOutOfLoop()
|
/third_party/jerryscript/docs/ |
D | 14.EXT-REFERENCE-HANDLE-SCOPE.md | 10 …d all new handles will be associated with that scope while it is active. Scopes must be closed in …
|
/third_party/python/Doc/library/ |
D | __future__.rst | 70 | | | | *Statically Nested Scopes* |
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.h | 348 void collectLexicalBlockInfo(SmallVectorImpl<LexicalScope *> &Scopes,
|
D | CodeViewDebug.cpp | 2734 SmallVectorImpl<LexicalScope *> &Scopes, in collectLexicalBlockInfo() argument 2738 for (LexicalScope *Scope : Scopes) in collectLexicalBlockInfo()
|
/third_party/boost/libs/log/doc/ |
D | expressions.qbk | 360 sink->set_formatter(expr::stream << expr::format_named_scope("Scopes", "%n")); 393 "Scopes", 404 "Scopes", 416 "Scopes", 428 "Scopes",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1034 SmallVector<Metadata *, 4> Scopes, NoAliases; in AddAliasScopeMetadata() local 1127 Scopes.push_back(NewScopes[A]); in AddAliasScopeMetadata() 1130 if (!Scopes.empty()) in AddAliasScopeMetadata() 1134 MDNode::get(CalledFunc->getContext(), Scopes))); in AddAliasScopeMetadata()
|
/third_party/gn/docs/ |
D | language.md | 51 * Scopes (sort of like a dictionary, only for built-in stuff). 220 Files and function calls followed by `{ }` blocks introduce new scopes. Scopes
|
/third_party/alsa-lib/doc/ |
D | asoundrc.txt | 243 scopes { # Scopes
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 58 Scopes.clear(); in reset() 277 Scopes.push_back(Scope); in addScope()
|
/third_party/gn/src/gn/ |
D | parser.cc | 148 "Scopes" below for more.
|
/third_party/node/doc/api/ |
D | policy.md | 223 ### Scopes subsection
|
/third_party/python/Doc/tutorial/ |
D | classes.rst | 60 Python Scopes and Namespaces 161 Scopes and Namespaces Example
|
/third_party/python/Doc/whatsnew/ |
D | 2.1.rst | 35 PEP 227: Nested Scopes 123 :pep:`227` - Statically Nested Scopes
|