Home
last modified time | relevance | path

Searched refs:Captured (Results 1 – 25 of 41) sorted by relevance

12

/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
DDebugLeaksTest.kt16 private class Captured class in DebugLeaksTest
20 val captured = Captured() in testIteratorLeak()
27 val captured = Captured() in testLazyGlobalCoroutineLeak()
34 val captured = Captured() in <lambda>()
44 val captured = Captured() in testAbandonedGlobalCoroutineLeak()
55 FieldWalker.assertReachableCount(0, DebugProbesImpl, rootStatics = true) { it is Captured } in assertNoCapturedReference()
/external/llvm-project/llvm/lib/Analysis/
DCaptureTracking.cpp78 : ReturnCaptures(ReturnCaptures), Captured(false) {} in SimpleCaptureTracker()
80 void tooManyUses() override { Captured = true; } in tooManyUses()
86 Captured = true; in captured()
92 bool Captured; member
104 ReturnCaptures(ReturnCaptures), IncludeI(IncludeI), Captured(false) {} in CapturesBefore()
106 void tooManyUses() override { Captured = true; } in tooManyUses()
170 Captured = true; in captured()
180 bool Captured; member
205 if (SCT.Captured) in PointerMayBeCaptured()
209 return SCT.Captured; in PointerMayBeCaptured()
[all …]
/external/llvm/lib/Analysis/
DCaptureTracking.cpp40 : ReturnCaptures(ReturnCaptures), Captured(false) {} in SimpleCaptureTracker()
42 void tooManyUses() override { Captured = true; } in tooManyUses()
48 Captured = true; in captured()
54 bool Captured; member
66 ReturnCaptures(ReturnCaptures), IncludeI(IncludeI), Captured(false) {} in CapturesBefore()
68 void tooManyUses() override { Captured = true; } in tooManyUses()
137 Captured = true; in captured()
148 bool Captured; member
172 return SCT.Captured; in PointerMayBeCaptured()
206 return CB.Captured; in PointerMayBeCapturedBefore()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCaptureTracking.cpp55 : ReturnCaptures(ReturnCaptures), Captured(false) {} in SimpleCaptureTracker()
57 void tooManyUses() override { Captured = true; } in tooManyUses()
63 Captured = true; in captured()
69 bool Captured; member
81 ReturnCaptures(ReturnCaptures), IncludeI(IncludeI), Captured(false) {} in CapturesBefore()
83 void tooManyUses() override { Captured = true; } in tooManyUses()
152 Captured = true; in captured()
163 bool Captured; member
188 return SCT.Captured; in PointerMayBeCaptured()
224 return CB.Captured; in PointerMayBeCapturedBefore()
/external/rust/crates/anyhow/src/
Dbacktrace.rs80 Captured, enumerator
86 Captured(LazilyResolvedCapture), enumerator
117 Inner::Captured(c) => c.force(), in fmt()
233 Inner::Captured(LazilyResolvedCapture::new(Capture { in create()
247 Inner::Captured(_) => BacktraceStatus::Captured, in status()
257 Inner::Captured(c) => c.force(), in fmt()
Dfmt.rs47 if let BacktraceStatus::Captured = backtrace.status() { in debug()
/external/skia/src/core/
DSkEnumerate.h19 using Captured = decltype(*std::declval<Iter>()); variable
24 static constexpr auto MakeResult(size_t i, Captured&& v) {
25 if constexpr (is_tuple<Captured>::value) {
33 using Result = decltype(MakeResult(0, std::declval<Captured>()));
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp276 : Captured(false), SCCNodes(SCCNodes) {} in ArgumentUsesTracker()
278 void tooManyUses() override { Captured = true; } in tooManyUses()
283 Captured = true; in captured()
289 Captured = true; in captured()
311 Captured = true; in captured()
317 Captured = true; in captured()
325 bool Captured; // True only if certainly captured (used outside our SCC). member
527 if (!Tracker.Captured) { in addArgumentAttrs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp362 void tooManyUses() override { Captured = true; } in tooManyUses()
367 Captured = true; in captured()
373 Captured = true; in captured()
395 Captured = true; in captured()
401 Captured = true; in captured()
410 bool Captured = false; member
724 if (!Tracker.Captured) { in addArgumentAttrs()
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp363 void tooManyUses() override { Captured = true; } in tooManyUses()
368 Captured = true; in captured()
374 Captured = true; in captured()
396 Captured = true; in captured()
402 Captured = true; in captured()
411 bool Captured = false; member
725 if (!Tracker.Captured) { in addArgumentAttrs()
/external/clang/lib/Serialization/
DASTCommon.cpp210 case Decl::Captured: in getDefinitiveDeclContext()
303 case Decl::Captured: in isRedeclarableDeclKind()
/external/llvm-project/clang/lib/Serialization/
DASTCommon.cpp312 case Decl::Captured: in getDefinitiveDeclContext()
410 case Decl::Captured: in isRedeclarableDeclKind()
/external/python/cpython3/Doc/library/
Dtabnanny.rst51 Raised by :func:`process_tokens` if detecting an ambiguous indent. Captured and
/external/python/cpython2/Doc/library/
Dtabnanny.rst50 Raised by :func:`process_tokens` if detecting an ambiguous indent. Captured and
/external/clang/include/clang/Basic/
DDeclNodes.td88 def Captured : Decl, DeclContext;
/external/llvm-project/clang/include/clang/Basic/
DDeclNodes.td98 def Captured : DeclNode<Decl>, DeclContext;
/external/llvm-project/clang/docs/
DBlockLanguageSpec.rst336 Captured variables are copied into the Block at the instant of
342 Captured variables in Blocks on the stack are destroyed when control
344 expression. Captured variables in Blocks on the heap are destroyed
/external/clang/docs/
DBlockLanguageSpec.rst336 Captured variables are copied into the Block at the instant of
342 Captured variables in Blocks on the stack are destroyed when control
344 expression. Captured variables in Blocks on the heap are destroyed
/external/clang/lib/AST/
DDeclBase.cpp679 case Captured: in getIdentifierNamespaceForKind()
997 case Decl::Captured: in getPrimaryContext()
DDecl.cpp4058 : Decl(Captured, DC, SourceLocation()), DeclContext(Captured), in CapturedDecl()
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp833 case Captured: in getIdentifierNamespaceForKind()
1228 case Decl::Captured: in getPrimaryContext()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp141 case Decl::Captured: in VisitDecl()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenPGO.cpp190 case Decl::Captured: in VisitDecl()
/external/clang/include/clang/AST/
DDeclBase.h1266 case Decl::Captured: in isFunctionOrMethod()
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h1870 case Decl::Captured: in isFunctionOrMethod()

12