Home
last modified time | relevance | path

Searched refs:Scopes (Results 1 – 25 of 33) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfo.h120 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/
DScopedNoAliasAA.cpp141 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/
Dscoped_assignment_test.cc23 TEST(ScopedAssignmentTest, Scopes) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp330 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/
DLoopVersioningLICM.cpp543 SmallVector<Metadata *, 4> Scopes, NoAliases; in setNoAliasToLoop() local
552 Scopes.push_back(NewScope); in setNoAliasToLoop()
563 MDNode::get(Inst.getContext(), Scopes))); in setNoAliasToLoop()
DEarlyCSE.cpp605 Scopes(AvailableValues, AvailableLoads, AvailableInvariants, in StackNode()
634 NodeScope Scopes; member in __anon64dca3550311::EarlyCSE::StackNode
/third_party/node/deps/npm/docs/content/using-npm/
Dscope.md21 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/
DScopedNoAliasAA.h50 bool mayAliasInScopes(const MDNode *Scopes, const MDNode *NoAlias) const;
/third_party/boost/libs/phoenix/doc/starter_kit/
Dmore.qbk15 Scopes]); nor are features that provide alternative (short-hand) ways to do the
/third_party/grpc/examples/objective-c/auth_sample/
DSelectUserViewController.m55 self.subLabel.text = [NSString stringWithFormat:@"Scopes: %@", scopes];
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCSE.cpp739 SmallVector<MachineDomTreeNode*, 32> Scopes; in PerformCSE() local
749 Scopes.push_back(Node); in PerformCSE()
758 for (MachineDomTreeNode *Node : Scopes) { in PerformCSE()
DMachineLICM.cpp711 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/
D14.EXT-REFERENCE-HANDLE-SCOPE.md10 …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__.rst70 | | | | *Statically Nested Scopes* |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h348 void collectLexicalBlockInfo(SmallVectorImpl<LexicalScope *> &Scopes,
DCodeViewDebug.cpp2734 SmallVectorImpl<LexicalScope *> &Scopes, in collectLexicalBlockInfo() argument
2738 for (LexicalScope *Scope : Scopes) in collectLexicalBlockInfo()
/third_party/boost/libs/log/doc/
Dexpressions.qbk360 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/
DInlineFunction.cpp1034 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/
Dlanguage.md51 * 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/
Dasoundrc.txt243 scopes { # Scopes
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp58 Scopes.clear(); in reset()
277 Scopes.push_back(Scope); in addScope()
/third_party/gn/src/gn/
Dparser.cc148 "Scopes" below for more.
/third_party/node/doc/api/
Dpolicy.md223 ### Scopes subsection
/third_party/python/Doc/tutorial/
Dclasses.rst60 Python Scopes and Namespaces
161 Scopes and Namespaces Example
/third_party/python/Doc/whatsnew/
D2.1.rst35 PEP 227: Nested Scopes
123 :pep:`227` - Statically Nested Scopes

12