Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCaptureTracking.cpp39 : ReturnCaptures(ReturnCaptures), Captured(false) {} in SimpleCaptureTracker()
41 void tooManyUses() override { Captured = true; } in tooManyUses()
47 Captured = true; in captured()
53 bool Captured; member
65 ReturnCaptures(ReturnCaptures), IncludeI(IncludeI), Captured(false) {} in CapturesBefore()
67 void tooManyUses() override { Captured = true; } in tooManyUses()
136 Captured = true; in captured()
147 bool Captured; member
171 return SCT.Captured; in PointerMayBeCaptured()
205 return CB.Captured; in PointerMayBeCapturedBefore()
/external/clang/lib/Serialization/
DASTCommon.cpp238 case Decl::Captured: in getDefinitiveDeclContext()
328 case Decl::Captured: in isRedeclarableDeclKind()
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp321 : Captured(false), SCCNodes(SCCNodes) {} in ArgumentUsesTracker()
323 void tooManyUses() override { Captured = true; } in tooManyUses()
328 Captured = true; in captured()
335 Captured = true; in captured()
357 Captured = true; in captured()
363 Captured = true; in captured()
371 bool Captured; // True only if certainly captured (used outside our SCC). member
567 if (!Tracker.Captured) { in addArgumentAttrs()
/external/clang/include/clang/Basic/
DDeclNodes.td83 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.cpp637 case Captured: in getIdentifierNamespaceForKind()
954 case Decl::Captured: in getPrimaryContext()
DExpr.cpp668 if (DC->isFunctionOrMethod() && (DC->getDeclKind() != Decl::Captured)) { in ComputeName()
/external/clang/include/clang/AST/
DDecl.h3644 : Decl(Captured, DC, SourceLocation()), DeclContext(Captured), in CapturedDecl()
3703 static bool classofKind(Kind K) { return K == Captured; } in classofKind()
DDeclBase.h1247 case Decl::Captured: in isFunctionOrMethod()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp136 case Decl::Captured: in VisitDecl()
DCGDecl.cpp81 case Decl::Captured: in EmitDecl()
/external/clang/tools/libclang/
DCIndex.cpp5258 case Decl::Captured: in clang_getCursorDefinition()
/external/pcre/dist/doc/
Dpcre.txt3517 Captured substrings are returned to the caller via a vector of integers
3873 Captured substrings can be accessed directly by using the offsets
4612 Python, but unlike Perl. Captured values that are set outside a sub-