/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.h | 164 class Capture { 204 static Capture 208 const BlockDecl::Capture *Cap) { in makeIndex() 209 Capture v; in makeIndex() 221 static Capture makeConstant(llvm::Value *value, in makeConstant() 222 const BlockDecl::Capture *Cap) { in makeConstant() 223 Capture v; in makeConstant() 237 const BlockDecl::Capture *Cap; 269 llvm::DenseMap<const VarDecl *, Capture *> Captures; 272 llvm::SmallVector<Capture, 4> SortedCaptures; [all …]
|
H A D | CGBlocks.cpp | 81 static std::string getBlockCaptureStr(const CGBlockInfo::Capture &Cap, 312 const BlockDecl::Capture *Capture; // null for 'this' member 319 const BlockDecl::Capture *capture, llvm::Type *type, in BlockLayoutChunk() 324 : Alignment(align), Size(size), Capture(capture), Type(type), in BlockLayoutChunk() 330 if (!Capture) { in setIndex() 334 info.SortedCaptures.push_back(CGBlockInfo::Capture::makeIndex( in setIndex() 336 DisposeFlags, Capture)); in setIndex() 382 computeCopyInfoForBlockCapture(const BlockDecl::Capture &CI, QualType T, 386 computeDestroyInfoForBlockCapture(const BlockDecl::Capture &CI, QualType T, 390 const BlockDecl::Capture *capture, llvm::Type *type, in addBlockLayout() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | meson-g12a-u200.dts | 197 "TDMIN_A IN 0", "TDM_A Capture", 198 "TDMIN_A IN 1", "TDM_B Capture", 199 "TDMIN_A IN 2", "TDM_C Capture", 203 "TDMIN_B IN 0", "TDM_A Capture", 204 "TDMIN_B IN 1", "TDM_B Capture", 205 "TDMIN_B IN 2", "TDM_C Capture", 209 "TDMIN_C IN 0", "TDM_A Capture", 210 "TDMIN_C IN 1", "TDM_B Capture", 211 "TDMIN_C IN 2", "TDM_C Capture", 215 "TDMIN_LB IN 3", "TDM_A Capture", [all …]
|
H A D | meson-axg-s400.dts | 237 "TDMIN_A IN 2", "TDM_C Capture", 239 "TDMIN_B IN 2", "TDM_C Capture", 241 "TDMIN_C IN 2", "TDM_C Capture", 244 "TDMIN_LB IN 5", "TDM_C Capture", 254 "TODDR_A IN 3", "SPDIFIN Capture", 255 "TODDR_B IN 3", "SPDIFIN Capture", 256 "TODDR_C IN 3", "SPDIFIN Capture", 257 "TODDR_A IN 4", "PDM Capture", 258 "TODDR_B IN 4", "PDM Capture", 259 "TODDR_C IN 4", "PDM Capture",
|
H A D | meson-g12a-sei510.dts | 186 "TODDR_A IN 4", "PDM Capture", 187 "TODDR_B IN 4", "PDM Capture", 188 "TODDR_C IN 4", "PDM Capture", 189 "TDMIN_A IN 0", "TDM_A Capture", 191 "TDMIN_B IN 0", "TDM_A Capture", 193 "TDMIN_A IN 1", "TDM_B Capture", 195 "TDMIN_B IN 1", "TDM_B Capture",
|
H A D | meson-sm1-sei610.dts | 224 "TODDR_A IN 4", "PDM Capture", 225 "TODDR_B IN 4", "PDM Capture", 226 "TODDR_C IN 4", "PDM Capture", 227 "TDMIN_A IN 0", "TDM_A Capture", 229 "TDMIN_B IN 0", "TDM_A Capture", 231 "TDMIN_A IN 1", "TDM_B Capture", 233 "TDMIN_B IN 1", "TDM_B Capture",
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | UncountedLambdaCapturesChecker.cpp | 72 void reportBug(const LambdaCapture &Capture, ValueDecl *CapturedVar, in reportBug() argument 79 if (Capture.isExplicit()) { in reportBug() 91 printQuotedQualifiedName(Os, Capture.getCapturedVar()); in reportBug() 94 PathDiagnosticLocation BSLoc(Capture.getLocation(), BR->getSourceManager()); in reportBug()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 559 class Capture { 624 Capture(ValueDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() function 635 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() function 643 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, in Capture() function 721 SmallVector<Capture, 4> Captures; 734 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture() 741 Captures.push_back(Capture(Capture::VLACapture, VLAType, in addVLATypeCapture() 752 Capture &getCXXThisCapture() { in getCXXThisCapture() 765 Capture &getCapture(ValueDecl *Var) { in getCapture() 770 const Capture &getCapture(ValueDecl *Var) const { in getCapture() [all …]
|
H A D | Initialization.h | 212 struct C Capture; member 247 new (&Capture) C; in InitializedEntity() 248 Capture.VarID = VarID; in InitializedEntity() 249 Capture.Location = Loc; in InitializedEntity() 553 return Capture.VarID ? Capture.VarID->getName() : "this"; in getCapturedVarName() 560 return Capture.Location; in getCaptureLoc()
|
H A D | SemaCUDA.h | 204 void CheckLambdaCapture(CXXMethodDecl *D, const sema::Capture &Capture);
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBReproducer.h | 45 static const char *Capture(); 47 static const char *Capture(const char *path);
|
/freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
H A D | ulcb-kf-audio-graph-card2-mix+split.dtsi | 39 "DAI6 Capture", "pcm3168a Capture";
|
H A D | ulcb-simple-audio-card-mix+split.dtsi | 32 "DAI0 Capture", "ak4613 Capture";
|
H A D | ulcb-audio-graph-card-mix+split.dtsi | 28 "DAI0 Capture", "ak4613 Capture";
|
H A D | ulcb-audio-graph-card2-mix+split.dtsi | 27 "DAI0 Capture", "ak4613 Capture";
|
H A D | r8a779h0-gray-hawk-single.dts | 11 * Because R-Car V4M has only 1 SSI, it cannot handle both Playback/Capture 20 * Capture (CN9501) 21 * > amixer set "MUX" "Capture" // for GP0_01 150 state-labels = "Playback", "Capture";
|
H A D | ulcb-kf-simple-audio-card-mix+split.dtsi |
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 1472 for (const auto &Capture : Intro.Captures) { in ActOnStartOfLambdaDefinition() local 1473 if (Capture.Id == Param->getIdentifier()) { in ActOnStartOfLambdaDefinition() 1475 Diag(Capture.Loc, diag::note_var_explicitly_captured_here) in ActOnStartOfLambdaDefinition() 1476 << Capture.Id << true; in ActOnStartOfLambdaDefinition() 1502 for (const auto &Capture : Intro.Captures) { in ActOnStartOfLambdaDefinition() local 1503 if (Capture.Id == TP->getIdentifier()) { in ActOnStartOfLambdaDefinition() 1504 Diag(Capture.Loc, diag::err_template_param_shadow) << Capture.Id; in ActOnStartOfLambdaDefinition() 1882 ExprResult Sema::BuildCaptureInit(const Capture &Cap, in BuildCaptureInit() 1968 bool Sema::CaptureHasSideEffects(const Capture &From) { in CaptureHasSideEffects() 1994 const Capture &From) { in DiagnoseUnusedLambdaCapture() [all …]
|
H A D | CheckExprLifetime.cpp | 201 const LambdaCapture *Capture; member 207 IndirectLocalPathEntry(EntryKind K, Expr *E, const LambdaCapture *Capture) in IndirectLocalPathEntry() 208 : Kind(K), E(E), Capture(Capture) {} in IndirectLocalPathEntry() 963 if (!Path[I].Capture->capturesVariable()) in nextPathEntryRange() 1268 if (!Elem.Capture->capturesVariable()) in checkExprLifetimeImpl() 1272 const ValueDecl *VD = Elem.Capture->getCapturedVar(); in checkExprLifetimeImpl() 1273 SemaRef.Diag(Elem.Capture->getLocation(), in checkExprLifetimeImpl() 1275 << VD << VD->isInitCapture() << Elem.Capture->isExplicit() in checkExprLifetimeImpl() 1276 << (Elem.Capture->getCaptureKind() == LCK_ByRef) << VD in checkExprLifetimeImpl()
|
H A D | SemaCUDA.cpp | 953 const sema::Capture &Capture) { in CheckLambdaCapture() argument 979 if (!ShouldCheck || !Capture.isReferenceCapture()) in CheckLambdaCapture() 982 if (Capture.isVariableCapture() && !getLangOpts().HIPStdPar) { in CheckLambdaCapture() 983 SemaDiagnosticBuilder(DiagKind, Capture.getLocation(), in CheckLambdaCapture() 985 << Capture.getVariable(); in CheckLambdaCapture() 986 } else if (Capture.isThisCapture()) { in CheckLambdaCapture() 991 SemaDiagnosticBuilder(DiagKind, Capture.getLocation(), in CheckLambdaCapture()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBReproducer.cpp | 60 const char *SBReproducer::Capture() { in Capture() function in SBReproducer 65 const char *SBReproducer::Capture(const char *path) { in Capture() function in SBReproducer
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | audio-graph-card.txt | 148 "DAI0 Capture", "codec Capture"; 185 "DAI0 Capture", "codec Capture";
|
H A D | renesas,rsnd.txt | 40 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
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 1280 CapturedStmt::Capture::Capture(SourceLocation Loc, VariableCaptureKind Kind, in Capture() function in CapturedStmt::Capture 1301 CapturedStmt::Capture::getCaptureKind() const { in getCaptureKind() 1305 VarDecl *CapturedStmt::Capture::getCapturedVar() const { in getCapturedVar() 1311 CapturedStmt::Capture *CapturedStmt::getStoredCaptures() const { in getStoredCaptures() 1315 unsigned FirstCaptureOffset = llvm::alignTo(Size, alignof(Capture)); in getStoredCaptures() 1317 return reinterpret_cast<Capture *>( in getStoredCaptures() 1323 ArrayRef<Capture> Captures, in CapturedStmt() 1342 Capture *Buffer = getStoredCaptures(); in CapturedStmt() 1352 Capture *Buffer = getStoredCaptures(); in CapturedStmt() 1354 new (Buffer++) Capture(); in CapturedStmt() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pwm/ |
H A D | pwm-st.txt | 19 - interrupts: IRQ for the Capture device 23 - st,capture-num-chan: Number of available Capture channels. Default is 0.
|