Searched refs:Captured (Results 1 – 19 of 19) sorted by relevance
/external/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 36 : 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()
|
D | AliasAnalysis.cpp | 393 : 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/ |
D | ASTCommon.cpp | 122 case Decl::Captured: in getDefinitiveDeclContext() 210 case Decl::Captured: in isRedeclarableDeclKind()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 344 : 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/ |
D | examples.txt | 75 [ 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) ]
|
D | perf-script-python.txt | 99 [ perf record: Captured and wrote 56.545 MB perf.data (~2470503 samples) ]
|
/external/clang/include/clang/Basic/ |
D | DeclNodes.td | 80 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 | 578 case Captured: in getIdentifierNamespaceForKind() 888 case Decl::Captured: in getPrimaryContext()
|
D | Expr.cpp | 624 if (DC->isFunctionOrMethod() && (DC->getDeclKind() != Decl::Captured)) { in ComputeName()
|
/external/libpcap/doc/ |
D | pcap.txt | 741 | 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/ |
D | Decl.h | 3425 : Decl(Captured, DC, SourceLocation()), DeclContext(Captured), in CapturedDecl() 3481 static bool classofKind(Kind K) { return K == Captured; } in classofKind()
|
D | DeclBase.h | 1137 case Decl::Captured: in isFunctionOrMethod()
|
/external/clang/lib/CodeGen/ |
D | CodeGenPGO.cpp | 295 case Decl::Captured: in VisitDecl()
|
D | CGDecl.cpp | 77 case Decl::Captured: in EmitDecl()
|
/external/chromium_org/media/video/capture/mac/ |
D | video_capture_device_mac.mm | 543 ReceiveError("Captured resolution " + frame_format.frame_size.ToString() +
|
/external/oprofile/events/ia64/itanium2/ |
D | events | 50 event:0x11 counters:0,1,2,3 um:zero minimum:5000 name:BRANCH_EVENT : Branch Event Captured
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 4745 case Decl::Captured: in clang_getCursorDefinition()
|
/external/pcre/dist/doc/ |
D | pcre.txt | 3506 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-
|