Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCaptureTracking.cpp36 : ReturnCaptures(ReturnCaptures), Captured(false) {} in SimpleCaptureTracker()
38 void tooManyUses() override { Captured = true; } in tooManyUses()
44 Captured = true; in captured()
50 bool Captured; member
74 return SCT.Captured; in PointerMayBeCaptured()
DAliasAnalysis.cpp393 : BeforeHere(I), DT(DT), Captured(false) {} in CapturesBefore()
395 void tooManyUses() override { Captured = true; } in tooManyUses()
422 Captured = true; in captured()
429 bool Captured; member
454 if (CB.Captured) in callCapturesBefore()
/external/clang/lib/Serialization/
DASTCommon.cpp122 case Decl::Captured: in getDefinitiveDeclContext()
210 case Decl::Captured: in isRedeclarableDeclKind()
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp344 : Captured(false), SCCNodes(SCCNodes) {} in ArgumentUsesTracker()
346 void tooManyUses() override { Captured = true; } in tooManyUses()
350 if (!CS.getInstruction()) { Captured = true; return true; } in captured()
353 if (!F || !SCCNodes.count(F)) { Captured = true; return true; } in captured()
361 Captured = true; in captured()
375 bool Captured; // True only if certainly captured (used outside our SCC). member
573 if (!Tracker.Captured) { in AddArgumentAttrs()
/external/linux-tools-perf/perf-3.12.0/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.td80 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.cpp578 case Captured: in getIdentifierNamespaceForKind()
888 case Decl::Captured: in getPrimaryContext()
DExpr.cpp624 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.h3425 : Decl(Captured, DC, SourceLocation()), DeclContext(Captured), in CapturedDecl()
3481 static bool classofKind(Kind K) { return K == Captured; } in classofKind()
DDeclBase.h1137 case Decl::Captured: in isFunctionOrMethod()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp295 case Decl::Captured: in VisitDecl()
DCGDecl.cpp77 case Decl::Captured: in EmitDecl()
/external/chromium_org/media/video/capture/mac/
Dvideo_capture_device_mac.mm543 ReceiveError("Captured resolution " + frame_format.frame_size.ToString() +
/external/oprofile/events/ia64/itanium2/
Devents50 event:0x11 counters:0,1,2,3 um:zero minimum:5000 name:BRANCH_EVENT : Branch Event Captured
/external/clang/tools/libclang/
DCIndex.cpp4745 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-