/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 41 : 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/ |
D | CaptureTracking.cpp | 40 : 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/ |
D | FunctionAttrs.cpp | 276 : 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/ |
D | FunctionAttrs.cpp | 321 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/ |
D | ASTCommon.cpp | 210 case Decl::Captured: in getDefinitiveDeclContext() 303 case Decl::Captured: in isRedeclarableDeclKind()
|
/external/python/cpython3/Doc/library/ |
D | tabnanny.rst | 51 Raised by :func:`process_tokens` if detecting an ambiguous indent. Captured and
|
D | subprocess.rst | 130 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/ |
D | tabnanny.rst | 50 Raised by :func:`process_tokens` if detecting an ambiguous indent. Captured and
|
/external/clang/include/clang/Basic/ |
D | DeclNodes.td | 88 def Captured : Decl, DeclContext;
|
/external/clang/docs/ |
D | BlockLanguageSpec.rst | 336 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/ |
D | DeclBase.cpp | 679 case Captured: in getIdentifierNamespaceForKind() 997 case Decl::Captured: in getPrimaryContext()
|
D | Decl.cpp | 4058 : Decl(Captured, DC, SourceLocation()), DeclContext(Captured), in CapturedDecl()
|
D | Expr.cpp | 657 if (DC->isFunctionOrMethod() && (DC->getDeclKind() != Decl::Captured)) { in ComputeName()
|
/external/clang/lib/CodeGen/ |
D | CodeGenPGO.cpp | 141 case Decl::Captured: in VisitDecl()
|
D | CGDecl.cpp | 85 case Decl::Captured: in EmitDecl()
|
/external/clang/include/clang/AST/ |
D | DeclBase.h | 1266 case Decl::Captured: in isFunctionOrMethod()
|
D | Decl.h | 3705 static bool classofKind(Kind K) { return K == Captured; } in classofKind()
|
/external/catch2/docs/ |
D | release-notes.md | 632 * Captured messages are now printed on unexpected exceptions
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 5623 case Decl::Captured: in clang_getCursorDefinition()
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 2917 Captured substrings can be accessed directly by using the ovector as
|
/external/strace/ |
D | ChangeLog | 43497 New `queue' field is added to tcb. Captured stacktrace is stored here.
|