Home
last modified time | relevance | path

Searched refs:Capture (Results 1 – 25 of 89) sorted by relevance

1234

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h160 class Capture {
200 static Capture makeIndex(unsigned index, CharUnits offset, in makeIndex()
202 Capture v; in makeIndex()
209 static Capture makeConstant(llvm::Value *value) { in makeConstant()
210 Capture v; in makeConstant()
242 llvm::DenseMap<const VarDecl*, Capture> Captures;
266 const Capture &getCapture(const VarDecl *var) const { in getCapture()
269 Capture &getCapture(const VarDecl *var) { in getCapture()
270 llvm::DenseMap<const VarDecl*, Capture>::iterator in getCapture()
H A DCGBlocks.cpp85 const BlockDecl::Capture *CI;
86 const CGBlockInfo::Capture *Capture; member
93 const CGBlockInfo::Capture &Capture) in BlockCaptureManagedEntity()
95 DisposeFlags(DisposeFlags), CI(&CI), Capture(&Capture) {} in BlockCaptureManagedEntity()
98 return Capture->getOffset() < Other.Capture->getOffset(); in operator <()
344 const BlockDecl::Capture *Capture; // null for 'this' member
357 if (!Capture) { in setIndex()
374 if (chunk.Capture && chunk.Capture->isByRef()) in operator <()
1682 const CGBlockInfo::Capture &Capture = BlockInfo.getCapture(Variable); in findBlockCapturedManagedEntities() local
1972 const CGBlockInfo::Capture &capture = *CopiedCapture.Capture; in GenerateCopyHelperFunction()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLambdaCapturesChecker.cpp71 void reportBug(const LambdaCapture &Capture, VarDecl *CapturedVar, in reportBug() argument
78 if (Capture.isExplicit()) { in reportBug()
90 printQuotedQualifiedName(Os, Capture.getCapturedVar()); in reportBug()
93 PathDiagnosticLocation BSLoc(Capture.getLocation(), BR->getSourceManager()); in reportBug()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h521 class Capture {
580 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() function
590 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() function
598 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, in Capture() function
676 SmallVector<Capture, 4> Captures;
689 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture()
696 Captures.push_back(Capture(Capture::VLACapture, VLAType, in addVLATypeCapture()
707 Capture &getCXXThisCapture() { in getCXXThisCapture()
722 Capture &getCapture(VarDecl *Var) { in getCapture()
727 const Capture &getCapture(VarDecl *Var) const { in getCapture()
[all …]
H A DInitialization.h209 struct C Capture; member
242 new (&Capture) C; in InitializedEntity()
243 Capture.VarID = VarID; in InitializedEntity()
244 Capture.Location = Loc; in InitializedEntity()
533 return Capture.VarID ? Capture.VarID->getName() : "this"; in getCapturedVarName()
540 return Capture.Location; in getCaptureLoc()
/freebsd-13.1/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-axg-s400.dts242 "TDMIN_A IN 2", "TDM_C Capture",
244 "TDMIN_B IN 2", "TDM_C Capture",
246 "TDMIN_C IN 2", "TDM_C Capture",
249 "TDMIN_LB IN 5", "TDM_C Capture",
259 "TODDR_A IN 3", "SPDIFIN Capture",
260 "TODDR_B IN 3", "SPDIFIN Capture",
261 "TODDR_C IN 3", "SPDIFIN Capture",
262 "TODDR_A IN 4", "PDM Capture",
263 "TODDR_B IN 4", "PDM Capture",
264 "TODDR_C IN 4", "PDM Capture",
H A Dmeson-sm1-sei610.dts234 "TODDR_A IN 4", "PDM Capture",
235 "TODDR_B IN 4", "PDM Capture",
236 "TODDR_C IN 4", "PDM Capture",
237 "TDMIN_A IN 0", "TDM_A Capture",
239 "TDMIN_B IN 0", "TDM_A Capture",
241 "TDMIN_A IN 1", "TDM_B Capture",
243 "TDMIN_B IN 1", "TDM_B Capture",
H A Dmeson-g12a-sei510.dts195 "TODDR_A IN 4", "PDM Capture",
196 "TODDR_B IN 4", "PDM Capture",
197 "TODDR_C IN 4", "PDM Capture",
198 "TDMIN_A IN 0", "TDM_A Capture",
200 "TDMIN_B IN 0", "TDM_A Capture",
202 "TDMIN_A IN 1", "TDM_B Capture",
204 "TDMIN_B IN 1", "TDM_B Capture",
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBReproducer.h45 static const char *Capture();
46 static const char *Capture(const char *path);
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp556 for (const auto &Capture : Captures) { in addLambdaParameters() local
561 << Capture.Id << true; in addLambdaParameters()
1699 const sema::Capture &Capture) { in BuildCaptureField() argument
1700 SourceLocation Loc = Capture.getLocation(); in BuildCaptureField()
1704 if (Capture.isVariableCapture()) { in BuildCaptureField()
1705 auto *Var = Capture.getVariable(); in BuildCaptureField()
1740 if (Capture.isVLATypeCapture()) in BuildCaptureField()
1790 const Capture &From = LSI->Captures[I]; in BuildLambdaExpr()
1837 LambdaCapture Capture = [&] { in BuildLambdaExpr() local
1872 Captures.push_back(Capture); in BuildLambdaExpr()
[all …]
H A DSemaCUDA.cpp847 const sema::Capture &Capture) { in CUDACheckLambdaCapture() argument
873 if (!ShouldCheck || !Capture.isReferenceCapture()) in CUDACheckLambdaCapture()
876 if (Capture.isVariableCapture()) { in CUDACheckLambdaCapture()
877 SemaDiagnosticBuilder(DiagKind, Capture.getLocation(), in CUDACheckLambdaCapture()
879 << Capture.getVariable(); in CUDACheckLambdaCapture()
880 } else if (Capture.isThisCapture()) { in CUDACheckLambdaCapture()
881 SemaDiagnosticBuilder(DiagKind, Capture.getLocation(), in CUDACheckLambdaCapture()
/freebsd-13.1/sys/contrib/device-tree/Bindings/sound/
H A Daudio-graph-card.txt148 "DAI0 Capture", "codec Capture";
185 "DAI0 Capture", "codec Capture";
H A Drenesas,rsnd.txt40 Capture: [MEM] <- [DVC1] <- [SRC3] <- [SSIU1/SSI1] <- [codec]
68 you can use this mode on Playback / Capture
158 DVC controls Playback/Capture volume.
163 Capture Volume
169 Capture Mute
599 * Capture:
H A Dqcom,q6asm.txt43 Q6ASM_DAI_TX (1) for only tx (Capture/Encode)
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1271 CapturedStmt::Capture::Capture(SourceLocation Loc, VariableCaptureKind Kind, in Capture() function in CapturedStmt::Capture
1292 CapturedStmt::Capture::getCaptureKind() const { in getCaptureKind()
1296 VarDecl *CapturedStmt::Capture::getCapturedVar() const { in getCapturedVar()
1308 return reinterpret_cast<Capture *>( in getStoredCaptures()
1314 ArrayRef<Capture> Captures, in CapturedStmt()
1333 Capture *Buffer = getStoredCaptures(); in CapturedStmt()
1345 ArrayRef<Capture> Captures, in Create()
1363 Size = llvm::alignTo(Size, alignof(Capture)); in Create()
1364 Size += sizeof(Capture) * Captures.size(); in Create()
1376 Size = llvm::alignTo(Size, alignof(Capture)); in CreateDeserialized()
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/pwm/
H A Dpwm-st.txt19 - interrupts: IRQ for the Capture device
23 - st,capture-num-chan: Number of available Capture channels. Default is 0.
/freebsd-13.1/sys/contrib/device-tree/Bindings/media/
H A Drenesas,ceu.yaml7 title: Renesas Capture Engine Unit (CEU) Bindings
14 The Capture Engine Unit is the image capture interface found in the Renesas SH
H A Dti,da850-vpif.txt16 Video Capture:
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBReproducer.cpp136 const char *SBReproducer::Capture() { in Capture() function in SBReproducer
138 if (auto e = Reproducer::Initialize(ReproducerMode::Capture, llvm::None)) { in Capture()
151 const char *SBReproducer::Capture(const char *path) { in Capture() function in SBReproducer
154 Reproducer::Initialize(ReproducerMode::Capture, FileSpec(path))) { in Capture()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBReproducer.i17 static const char *Capture(const char *path);
/freebsd-13.1/contrib/libpcap/
H A Dpcap-dll.rc22 VALUE "FileDescription", "System-Independent Interface for User-Level Packet Capture"
/freebsd-13.1/sys/contrib/device-tree/Bindings/timer/
H A Denergymicro,efm32-timer.txt4 connected to form a 32 bit counter. Each timer has three Compare/Capture
/freebsd-13.1/contrib/libpcap/rpcapd/
H A Drpcapd.rc25 VALUE "FileDescription", "Remote Packet Capture Daemon"
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dexynos5422-odroidxu3-audio.dtsi30 "Mixer DAI RX", "HiFi Capture";
H A Dstm32mp15xx-dhcom-pdk2.dtsi130 "MIC_IN", "Capture",
131 "Capture", "Mic Bias",

1234