Searched refs:Captured (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 39 : 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/ |
D | ASTCommon.cpp | 238 case Decl::Captured: in getDefinitiveDeclContext() 328 case Decl::Captured: in isRedeclarableDeclKind()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 321 : 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/ |
D | DeclNodes.td | 83 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 | 637 case Captured: in getIdentifierNamespaceForKind() 954 case Decl::Captured: in getPrimaryContext()
|
D | Expr.cpp | 668 if (DC->isFunctionOrMethod() && (DC->getDeclKind() != Decl::Captured)) { in ComputeName()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 3644 : Decl(Captured, DC, SourceLocation()), DeclContext(Captured), in CapturedDecl() 3703 static bool classofKind(Kind K) { return K == Captured; } in classofKind()
|
D | DeclBase.h | 1247 case Decl::Captured: in isFunctionOrMethod()
|
/external/clang/lib/CodeGen/ |
D | CodeGenPGO.cpp | 136 case Decl::Captured: in VisitDecl()
|
D | CGDecl.cpp | 81 case Decl::Captured: in EmitDecl()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 5258 case Decl::Captured: in clang_getCursorDefinition()
|
/external/pcre/dist/doc/ |
D | pcre.txt | 3517 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-
|