Home
last modified time | relevance | path

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

12345

/netbsd-src/external/apache2/llvm/dist/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
92 const BlockDecl::Capture &CI, in BlockCaptureManagedEntity()
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 <()
139 Name += llvm::to_string(E.Capture->getOffset().getQuantity()); in getBlockDescriptorName()
344 const BlockDecl::Capture *Capture; // null for 'this' member
350 const BlockDecl::Capture *capture, in BlockLayoutChunk()
353 Capture(capture), Type(type), FieldType(fieldType) {} in BlockLayoutChunk()
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/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",
H A Dmeson-sm1-khadas-vim3l.dts42 "TDMIN_A IN 0", "TDM_A Capture",
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp552 for (const auto &Capture : Captures) { in addLambdaParameters() local
553 if (Capture.Id == Param->getIdentifier()) { in addLambdaParameters()
556 Diag(Capture.Loc, diag::note_var_explicitly_captured_here) in addLambdaParameters()
557 << Capture.Id << true; in addLambdaParameters()
1562 ExprResult Sema::BuildCaptureInit(const Capture &Cap, in BuildCaptureInit()
1649 bool Sema::CaptureHasSideEffects(const Capture &From) { in CaptureHasSideEffects()
1675 const Capture &From) { in DiagnoseUnusedLambdaCapture()
1695 const sema::Capture &Capture) { in BuildCaptureField() argument
1696 SourceLocation Loc = Capture.getLocation(); in BuildCaptureField()
1697 QualType FieldType = Capture.getCaptureType(); in BuildCaptureField()
[all …]
H A DSemaCUDA.cpp804 const sema::Capture &Capture) { in CUDACheckLambdaCapture() argument
830 if (!ShouldCheck || !Capture.isReferenceCapture()) in CUDACheckLambdaCapture()
833 if (Capture.isVariableCapture()) { in CUDACheckLambdaCapture()
834 SemaDiagnosticBuilder(DiagKind, Capture.getLocation(), in CUDACheckLambdaCapture()
836 << Capture.getVariable(); in CUDACheckLambdaCapture()
837 } else if (Capture.isThisCapture()) { in CUDACheckLambdaCapture()
838 SemaDiagnosticBuilder(DiagKind, Capture.getLocation(), in CUDACheckLambdaCapture()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp1265 CapturedStmt::Capture::Capture(SourceLocation Loc, VariableCaptureKind Kind, in Capture() function in CapturedStmt::Capture
1286 CapturedStmt::Capture::getCaptureKind() const { in getCaptureKind()
1290 VarDecl *CapturedStmt::Capture::getCapturedVar() const { in getCapturedVar()
1296 CapturedStmt::Capture *CapturedStmt::getStoredCaptures() const { in getStoredCaptures()
1300 unsigned FirstCaptureOffset = llvm::alignTo(Size, alignof(Capture)); in getStoredCaptures()
1302 return reinterpret_cast<Capture *>( in getStoredCaptures()
1308 ArrayRef<Capture> Captures, in CapturedStmt()
1327 Capture *Buffer = getStoredCaptures(); in CapturedStmt()
1339 ArrayRef<Capture> Captures, in Create()
1357 Size = llvm::alignTo(Size, alignof(Capture)); in Create()
[all …]
/netbsd-src/external/bsd/libpcap/dist/
H A Dpcap-dll.rc22 VALUE "FileDescription", "System-Independent Interface for User-Level Packet Capture"
/netbsd-src/external/bsd/libpcap/dist/rpcapd/
H A Drpcapd.rc25 VALUE "FileDescription", "Remote Packet Capture Daemon"
/netbsd-src/sys/dev/pci/bktr/
H A DREADME13 The BKTR driver is a driver for Bt848 and Bt878 based Video Capture
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dstm32mp15xx-dhcom-pdk2.dtsi141 "MIC_IN", "Capture",
142 "Capture", "Mic Bias",
H A Dexynos5422-odroidxu3-audio.dtsi30 "Mixer DAI RX", "HiFi Capture";
/netbsd-src/external/apache2/llvm/dist/libcxx/cmake/Modules/
H A DCodeCoverage.cmake39 message(STATUS "Capture Directories: ${CAPTURE_DIRS}")
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCalledOnceCheck.cpp646 for (const auto &Capture : Block->captures()) { in findCapturesToTrack() local
647 if (const auto *P = dyn_cast<ParmVarDecl>(Capture.getVariable())) { in findCapturesToTrack()
1573 for (const auto &Capture : Block->getBlockDecl()->captures()) { in VisitBlockExpr() local
1574 if (const auto *Param = dyn_cast<ParmVarDecl>(Capture.getVariable())) { in VisitBlockExpr()
/netbsd-src/external/bsd/ntp/dist/html/scripts/
H A Dexternal.txt9 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/stamp.html'>Timestamp Capture Principl…
/netbsd-src/external/gpl3/gdb.old/dist/config/
H A Dpo.m4190 [# Capture the value of obsolete ALL_LINGUAS because we need it to compute
194 # Capture the value of LINGUAS because we need it to compute CATALOGS.
/netbsd-src/external/gpl3/gdb/dist/config/
H A Dpo.m4190 [# Capture the value of obsolete ALL_LINGUAS because we need it to compute
194 # Capture the value of LINGUAS because we need it to compute CATALOGS.
/netbsd-src/external/gpl3/binutils.old/dist/config/
H A Dpo.m4190 [# Capture the value of obsolete ALL_LINGUAS because we need it to compute
194 # Capture the value of LINGUAS because we need it to compute CATALOGS.
/netbsd-src/external/gpl3/binutils/dist/config/
H A Dpo.m4190 [# Capture the value of obsolete ALL_LINGUAS because we need it to compute
194 # Capture the value of LINGUAS because we need it to compute CATALOGS.
/netbsd-src/external/gpl3/gcc.old/dist/config/
H A Dpo.m4190 [# Capture the value of obsolete ALL_LINGUAS because we need it to compute
194 # Capture the value of LINGUAS because we need it to compute CATALOGS.

12345