Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCaptureTracking.cpp41 : ReturnCaptures(ReturnCaptures), Captured(false) {} in SimpleCaptureTracker()
43 void tooManyUses() override { Captured = true; } in tooManyUses()
49 Captured = true; in captured()
55 bool Captured; member
67 ReturnCaptures(ReturnCaptures), IncludeI(IncludeI), Captured(false) {} in CapturesBefore()
69 void tooManyUses() override { Captured = true; } in tooManyUses()
138 Captured = true; in captured()
149 bool Captured; member
173 return SCT.Captured; in PointerMayBeCaptured()
207 return CB.Captured; in PointerMayBeCapturedBefore()
/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/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-7.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp321 void tooManyUses() override { Captured = true; } in tooManyUses()
326 Captured = true; in captured()
332 Captured = true; in captured()
354 Captured = true; in captured()
360 Captured = true; in captured()
369 bool Captured = false; member
664 if (!Tracker.Captured) { in addArgumentAttrs()
/external/clang/lib/Serialization/
DASTCommon.cpp210 case Decl::Captured: in getDefinitiveDeclContext()
303 case Decl::Captured: in isRedeclarableDeclKind()
/external/python/cpython3/Doc/library/
Dtabnanny.rst51 Raised by :func:`process_tokens` if detecting an ambiguous indent. Captured and
Dsubprocess.rst130 Captured stdout from the child process. A bytes sequence, or a string if
140 Captured stderr from the child process. A bytes sequence, or a string if
/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/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()
DExpr.cpp657 if (DC->isFunctionOrMethod() && (DC->getDeclKind() != Decl::Captured)) { in ComputeName()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp141 case Decl::Captured: in VisitDecl()
DCGDecl.cpp85 case Decl::Captured: in EmitDecl()
/external/clang/include/clang/AST/
DDeclBase.h1266 case Decl::Captured: in isFunctionOrMethod()
DDecl.h3705 static bool classofKind(Kind K) { return K == Captured; } in classofKind()
/external/catch2/docs/
Drelease-notes.md632 * Captured messages are now printed on unexpected exceptions
/external/clang/tools/libclang/
DCIndex.cpp5623 case Decl::Captured: in clang_getCursorDefinition()
/external/pcre/dist2/doc/
Dpcre2.txt2917 Captured substrings can be accessed directly by using the ovector as
/external/strace/
DChangeLog43497 New `queue' field is added to tcb. Captured stacktrace is stored here.