Home
last modified time | relevance | path

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

/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/clang/lib/Serialization/
DASTCommon.cpp210 case Decl::Captured: in getDefinitiveDeclContext()
303 case Decl::Captured: in isRedeclarableDeclKind()
/external/python/cpython2/Doc/library/
Dtabnanny.rst50 Raised by :func:`tokeneater` 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/clang/tools/libclang/
DCIndex.cpp5623 case Decl::Captured: in clang_getCursorDefinition()
/external/pcre/dist2/doc/
Dpcre2.txt2537 Captured substrings can be accessed directly by using the ovector as
4087 groups. Atomic recursion is like Python, but unlike Perl. Captured
/external/strace/
DChangeLog28853 New `queue' field is added to tcb. Captured stacktrace is stored here.