Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCaptureTracking.cpp38 : ReturnCaptures(ReturnCaptures), Captured(false) {} in SimpleCaptureTracker()
40 void tooManyUses() override { Captured = true; } in tooManyUses()
46 Captured = true; in captured()
52 bool Captured; member
63 IncludeI(IncludeI), Captured(false) {} in CapturesBefore()
65 void tooManyUses() override { Captured = true; } in tooManyUses()
101 Captured = true; in captured()
111 bool Captured; member
135 return SCT.Captured; in PointerMayBeCaptured()
161 return CB.Captured; in PointerMayBeCapturedBefore()
/external/clang/lib/Serialization/
DASTCommon.cpp124 case Decl::Captured: in getDefinitiveDeclContext()
214 case Decl::Captured: in isRedeclarableDeclKind()
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp347 : Captured(false), SCCNodes(SCCNodes) {} in ArgumentUsesTracker()
349 void tooManyUses() override { Captured = true; } in tooManyUses()
353 if (!CS.getInstruction()) { Captured = true; return true; } in captured()
356 if (!F || !SCCNodes.count(F)) { Captured = true; return true; } in captured()
364 Captured = true; in captured()
378 bool Captured; // True only if certainly captured (used outside our SCC). member
578 if (!Tracker.Captured) { in AddArgumentAttrs()
/external/linux-tools-perf/src/tools/perf/Documentation/
Dexamples.txt75 [ perf record: Captured and wrote 0.267 MB perf.data (~11679 samples) ]
129 [ perf record: Captured and wrote 0.963 MB perf.data (~42069 samples) ]
Dperf-script-python.txt99 [ perf record: Captured and wrote 56.545 MB perf.data (~2470503 samples) ]
/external/clang/include/clang/Basic/
DDeclNodes.td81 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.cpp598 case Captured: in getIdentifierNamespaceForKind()
914 case Decl::Captured: in getPrimaryContext()
DExpr.cpp662 if (DC->isFunctionOrMethod() && (DC->getDeclKind() != Decl::Captured)) { in ComputeName()
/external/libpcap/doc/
Dpcap.txt741 | Captured Len |
779 o Captured Len: number of bytes captured from the packet (i.e. the
793 the network. Can be different from Captured Len if the user wants
797 link-layer headers. The length of this field is Captured Len. The
/external/clang/include/clang/AST/
DDecl.h3580 : Decl(Captured, DC, SourceLocation()), DeclContext(Captured), in CapturedDecl()
3636 static bool classofKind(Kind K) { return K == Captured; } in classofKind()
DDeclBase.h1204 case Decl::Captured: in isFunctionOrMethod()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp174 case Decl::Captured: in VisitDecl()
DCGDecl.cpp78 case Decl::Captured: in EmitDecl()
/external/clang/tools/libclang/
DCIndex.cpp5005 case Decl::Captured: in clang_getCursorDefinition()
/external/pcre/dist/doc/
Dpcre.txt3506 Captured substrings are returned to the caller via a vector of integers
3862 Captured substrings can be accessed directly by using the offsets
4601 Python, but unlike Perl. Captured values that are set outside a sub-