Home
last modified time | relevance | path

Searched full:guide (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp59 /// constructor to a deduction guide.
149 // Otherwise, we would have a CTAD guide with "dangling" template in TransformTypedefType()
192 // Build a deduction guide using the provided information.
194 // A deduction guide can be either a template or a non-template function
212 // Build the implicit deduction guide template.
213 auto *Guide = local
216 Guide->setImplicit(IsImplicit);
217 Guide->setParams(Params);
220 Param->setDeclContext(Guide);
222 TD->setDeclContext(Guide);
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DArrayRef.h473 /// Deduction guide to construct an ArrayRef from a single element.
476 /// Deduction guide to construct an ArrayRef from a pointer and length
479 /// Deduction guide to construct an ArrayRef from a range
482 /// Deduction guide to construct an ArrayRef from a SmallVector
485 /// Deduction guide to construct an ArrayRef from a SmallVector
489 /// Deduction guide to construct an ArrayRef from a std::vector
492 /// Deduction guide to construct an ArrayRef from a std::array
496 /// Deduction guide to construct an ArrayRef from an ArrayRef (const)
499 /// Deduction guide to construct an ArrayRef from an ArrayRef
502 /// Deduction guide to construct an ArrayRef from a C array.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Ddwc3.txt94 non-zero value 1-16 (DWC_usb31 programming guide
98 1-16 (DWC_usb31 programming guide section 1.2.4) to
102 non-zero value 1-16 (DWC_usb31 programming guide
106 1-16 (DWC_usb31 programming guide section 1.2.3) to
H A Dsnps,dwc3.yaml374 programming guide section 1.2.4) to enable periodic ESS RX threshold.
383 programming guide section 1.2.4) to enable periodic ESS RX threshold.
392 programming guide section 1.2.3) to enable periodic ESS TX threshold.
401 programming guide section 1.2.3) to enable periodic ESS TX threshold.
/freebsd/contrib/libarchive/
H A DFREEBSD-upgrade17 in the Committers' Guide:
19 https://docs.freebsd.org/en/articles/committers-guide/#vendor-import-git
/freebsd/usr.sbin/bsdconfig/include/
H A Dmedia.hlp5 a supported controller (see Hardware Guide).
7 a supported controller (see Hardware Guide).
/freebsd/contrib/googletest/docs/
H A Dindex.md1 # GoogleTest User's Guide
5 GoogleTest is Google's C++ testing and mocking framework. This user's guide has
H A Dquickstart-cmake.md26 [CMake installation guide](https://cmake.org/install).
75 [CMake Tutorial](https://cmake.org/cmake/help/latest/guide/tutorial/index.html).
/freebsd/share/man/man4/
H A Dpim.478 the programming guide described in the
79 .Sx "Programming Guide"
82 .Ss Programming Guide
H A Dmulticast.478 the programming guide described in the
79 .Sx "Programming Guide"
82 .Ss Programming Guide
87 .Sx "Advanced Multicast API Programming Guide"
407 .Ss Advanced Multicast API Programming Guide
432 .Sx "Programming Guide"
933 .Sx Programming Guide
H A Dqat.473 .%T QuickAssist Technology API Programmer's Guide
88 .%T QuickAssist Technology Performance Optimization Guide
/freebsd/contrib/netbsd-tests/
H A DFREEBSD-upgrade6 http://www.freebsd.org/doc/en/articles/committers-guide/subversion-primer.html
11 http://www.netbsd.org/docs/guide/en/chap-fetch.html#chap-fetch-cvs
/freebsd/contrib/mandoc/
H A Dst.c69 LINE("-xpg3", "X/Open Portability Guide Issue\\~3 (\\(lqXPG3\\(rq)") in mdoc_a2st()
70 LINE("-xpg4", "X/Open Portability Guide Issue\\~4 (\\(lqXPG4\\(rq)") in mdoc_a2st()
71 LINE("-xpg4.2", "X/Open Portability Guide Issue\\~4, Version\\~2 (\\(lqXPG4.2\\(rq)") in mdoc_a2st()
/freebsd/lib/libc/rpc/
H A Drpc_secure.3277 .%B Remote Procedure Call Programming Guide
280 .%B Rpcgen Programming Guide
/freebsd/contrib/sendmail/src/
H A Dsendmail.8271 .I "Sendmail Installation and Operation Guide"
431 .IR "Sendmail Installation and Operation Guide" .
709 .I "Sendmail Installation and Operation Guide"
750 .IR "Sendmail Installation and Operation Guide" ,
/freebsd/share/doc/smm/contents/
H A Dcontents.ms120 .tl 'Sendmail Installation and Operation Guide''SMM:8'
129 .tl 'Timed Installation and Operation Guide''SMM:11'
/freebsd/sys/contrib/dev/ice/
H A DREADME54 Refer to the Intel(R) Ethernet Adapters and Devices User Guide for
119 Refer to the Intel(R) Ethernet Adapters and Devices User Guide for
126 See the "Intel(R) Ethernet Adapters and Devices User Guide" for
131 Additionally, a detailed technology guide is available for this DDP
/freebsd/
H A DCONTRIBUTING.md40 … change should follow the [commit log message guide](https://docs.freebsd.org/en/articles/committe…
45 * The commits follow FreeBSD's style guide. See [Style](#Style).
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dsdhci-msm.txt60 value as per the Hardware Programming Guide.
63 specify the DLL_CONFIG register value as per Hardware Programming Guide.
/freebsd/share/man/man7/
H A Ddevelopment.756 The Committer's Guide, describing topics relevant to all committers,
59 .Lk https://docs.freebsd.org/en/articles/committers-guide/
/freebsd/sys/dev/amdsbwd/
H A Damd_chipset.h29 * Reference Guide documents for SB600, SB7x0, SB8x0, SB9x0 southbridges and
31 * CPUs are documented in BIOS and Kernel Development Guide documents for
/freebsd/share/doc/usd/contents/
H A Dcontents.ms245 .tl 'Typesetting Mathematics \- User\'s Guide (Second Edition)''USD:24'
288 .tl 'A Guide to the Dungeons of Doom''USD:30'
/freebsd/contrib/ldns/drill/
H A DREADME1 QUICK INSTALL GUIDE
/freebsd/usr.bin/diff/tests/
H A Dfunctionname_objcclassm.out8 + /* With a solid guide book (such as Phillips 2006) assume we can't eat
/freebsd/sys/contrib/zstd/
H A DFREEBSD-upgrade12 https://docs.freebsd.org/en/articles/committers-guide/#vendor-import-git

12345678910>>...16