Home
last modified time | relevance | path

Searched refs:documentation (Results 1 – 25 of 466) sorted by relevance

12345678910>>...19

/llvm-project-15.0.7/clang/include/clang/Tooling/Syntax/
H A DNodes.td21 let documentation = [{
36 let documentation = [{
47 let documentation = [{
58 let documentation = [{
63 let documentation = [{
75 let documentation = [{
83 let documentation = [{
95 let documentation = [{
106 let documentation = [{
114 let documentation = [{
[all …]
/llvm-project-15.0.7/mlir/test/mlir-pdll-lsp-server/
H A Dsignature-help.test22 // CHECK-NEXT: "documentation": "`op<test.multi>` ODS operand specification",
26 // CHECK-NEXT: "documentation": "64-bit signless integer",
33 // CHECK-NEXT: "documentation": "64-bit signless integer",
42 // CHECK-NEXT: "documentation": "Generic operation operand specification",
72 // CHECK-NEXT: "documentation": "64-bit signless integer",
79 // CHECK-NEXT: "documentation": "64-bit signless integer",
105 // CHECK-NEXT: "documentation": "64-bit signless integer",
112 // CHECK-NEXT: "documentation": "64-bit signless integer",
121 // CHECK-NEXT: "documentation": "Generic operation result specification",
151 // CHECK-NEXT: "documentation": "64-bit signless integer",
[all …]
H A Dcompletion.test61 // CHECK-NEXT: "documentation": {
72 // CHECK-NEXT: "documentation": {
94 // CHECK-NEXT: "documentation": {
105 // CHECK-NEXT: "documentation": {
116 // CHECK-NEXT: "documentation": {
127 // CHECK-NEXT: "documentation": {
138 // CHECK-NEXT: "documentation": {
149 // CHECK-NEXT: "documentation": {
160 // CHECK-NEXT: "documentation": {
172 // CHECK-NEXT: "documentation": {
[all …]
/llvm-project-15.0.7/clang-tools-extra/docs/
H A Dindex.rst1 .. title:: Welcome to Extra Clang Tools's documentation!
29 The Doxygen documentation describes the **internal** software that makes up the
31 documentation contains no instructions about how to use the tools, only the APIs
35 * `Doxygen documentation`_
37 .. _`Doxygen documentation`: doxygen/annotated.html
40 This documentation is generated directly from the source code with doxygen.
H A DREADME.txt5 To generate documentation in HTML format from files in clang-tools-extra/docs,
8 To generate documentation from the source code using Doxygen, build the
H A Ddoxygen.cfg.in394 # documentation are documented, even if no documentation was available. Private
416 # included in the documentation.
464 # included in the documentation.
544 # member documentation.
546 # detailed member documentation.
580 # documentation.
587 # documentation.
600 # the documentation.
715 # documentation, but not about the absence of documentation.
938 # link to the documentation.
[all …]
/llvm-project-15.0.7/openmp/docs/
H A DREADME.txt4 OpenMP LLVM's documentation is written in reStructuredText, a lightweight
6 reStructuredText documentation should be quite readable in source form, it
7 is mostly meant to be processed by the Sphinx documentation generation
19 The mapping between reStructuredText files and generated documentation is
23 If you are interested in writing new documentation, you will want to read
25 documentation very fast and includes examples of the most important
31 Building the manpages is similar to building the HTML documentation. The
H A Ddoxygen.cfg.in394 # documentation are documented, even if no documentation was available. Private
416 # included in the documentation.
464 # included in the documentation.
544 # member documentation.
546 # detailed member documentation.
580 # documentation.
587 # documentation.
600 # the documentation.
715 # documentation, but not about the absence of documentation.
928 # link to the documentation.
[all …]
/llvm-project-15.0.7/llvm/docs/
H A DREADME.txt4 LLVM's documentation is written in reStructuredText, a lightweight
6 reStructuredText documentation should be quite readable in source form, it
7 is mostly meant to be processed by the Sphinx documentation generation
19 The mapping between reStructuredText files and generated documentation is
22 If you are interested in writing new documentation, you will want to read
23 `SphinxQuickstartTemplate.rst` which will get you writing documentation
30 Building the manpages is similar to building the HTML documentation. The
49 The reachability of external links in the documentation can be checked by
H A DSphinxQuickstartTemplate.rst5 …n the state of “I want to write documentation and get it added to LLVM’s docs” and help them start…
13documentation is written in `reStructuredText`_, a markup syntax similar to markdown (but much mor…
50 …make your articles task-oriented. You generally should not be writing documentation that isn't bas…
60 this file into a new file for the documentation you are about to write.
168 Generating the documentation
171 You can generate the HTML documentation from the sources locally if you want to
189 Then run cmake to build the documentation inside the ``llvm-project`` checkout:
201 After that you find the generated documentation in ``build/docs/html``
H A DMarkdownQuickstartTemplate.md5 This document is meant to get you writing documentation as fast as possible
7 someone in the state of "I want to write documentation and get it added to
8 LLVM's docs" and turn that into useful documentation mailed to llvm-commits
45 You generally should not be writing documentation other than a "how to"
54 this file into a new file for the documentation you are about to write.
154 integration documentation can be found in the [recommonmark docs].
159 ## Generating the documentation
161 see [Sphinx Quickstart Template](SphinxQuickstartTemplate.html#generating-the-documentation)
H A DCompilerWriterInfo.rst40 * `Itanium documentation <http://developer.intel.com/design/itanium2/documentation.htm>`_
91 * `Various IBM specifications and white papers <https://www.power.org/documentation/?document_compa…
99 Refer to :doc:`AMDGPUUsage` for additional documentation.
131 * `NEC SX-Aurora TSUBASA manuals and documentation <https://www.hpc.nec/documentation>`_
138 * `Intel Itanium documentation <http://www.intel.com/design/itanium/documentation.htm?iid=ipp_srvr_…
182 * `Mach-O Runtime Architecture <http://developer.apple.com/documentation/Darwin/RuntimeArchitecture…
184 * `ARM64 Function Calling Conventions <https://developer.apple.com/library/archive/documentation/Xc…
199 ISA and Driver API documentation
204 * `SPIR-V documentation <https://www.khronos.org/registry/SPIR-V/>`_
H A Ddoxygen.cfg.in395 # documentation are documented, even if no documentation was available. Private
417 # included in the documentation.
465 # included in the documentation.
545 # member documentation.
547 # detailed member documentation.
581 # documentation.
588 # documentation.
601 # the documentation.
716 # documentation, but not about the absence of documentation.
928 # link to the documentation.
[all …]
/llvm-project-15.0.7/libcxx/docs/
H A DREADME.txt4 The libc++ documentation is written using the Sphinx documentation generator. It is
15 The documentation in this directory is published at https://libcxx.llvm.org. It is kept up-to-date
17 documentation is not updating anymore, please contact one of the maintainers.
/llvm-project-15.0.7/polly/docs/
H A Dindex.rst1 .. Polly documentation master file
5 .. title:: Welcome to Polly's documentation!
30 * `A list of Polly passes <http://polly.llvm.org/documentation/passes.html>`_
H A Ddoxygen.cfg.in394 # documentation are documented, even if no documentation was available. Private
416 # included in the documentation.
464 # included in the documentation.
544 # member documentation.
546 # detailed member documentation.
580 # documentation.
587 # documentation.
600 # the documentation.
715 # documentation, but not about the absence of documentation.
928 # link to the documentation.
[all …]
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgDoc.td1 //===- LinalgDoc.td - Linalg documentation -----------------*- tablegen -*-===//
9 // This documentation files exists to circumvent limitations on mixing different
12 // for the purpose of generating documentation.
/llvm-project-15.0.7/lldb/docs/
H A Ddoxygen.cfg.in297 # documentation are documented, even if no documentation was available.
304 # will be included in the documentation.
309 # will be included in the documentation.
352 # documentation.
443 # commands in the documentation.
449 # commands in the documentation.
455 # commands in the documentation.
556 # documentation.
899 # of the generated HTML documentation.
1145 # higher quality PDF documentation.
[all …]
/llvm-project-15.0.7/lld/docs/
H A DREADME.txt4 The lld documentation is written using the Sphinx documentation generator. It is
/llvm-project-15.0.7/openmp/runtime/doc/doxygen/
H A Dconfig365 # documentation are documented, even if no documentation was available.
372 # will be included in the documentation.
382 # will be included in the documentation.
425 # documentation.
525 # commands in the documentation.
531 # commands in the documentation.
537 # commands in the documentation.
644 # documentation.
1031 # of the generated HTML documentation.
1311 # higher quality PDF documentation.
[all …]
/llvm-project-15.0.7/libc/docs/
H A DREADME.txt4 The libc documentation is written using the Sphinx documentation generator. It is
/llvm-project-15.0.7/libunwind/docs/
H A DREADME.txt4 The libunwind documentation is written using the Sphinx documentation generator. It is
/llvm-project-15.0.7/mlir/docs/
H A DREADME.txt1 MLIR documentation
4 Please note mlir.llvm.org is where MLIR's rendered documentation is displayed.
/llvm-project-15.0.7/clang/docs/
H A Ddoxygen.cfg.in394 # documentation are documented, even if no documentation was available. Private
416 # included in the documentation.
464 # included in the documentation.
544 # member documentation.
546 # detailed member documentation.
580 # documentation.
587 # documentation.
600 # the documentation.
715 # documentation, but not about the absence of documentation.
927 # link to the documentation.
[all …]
/llvm-project-15.0.7/bolt/docs/
H A Ddoxygen.cfg.in396 # documentation are documented, even if no documentation was available. Private
418 # included in the documentation.
466 # included in the documentation.
546 # member documentation.
548 # detailed member documentation.
582 # documentation.
589 # documentation.
602 # the documentation.
717 # documentation, but not about the absence of documentation.
932 # link to the documentation.
[all …]

12345678910>>...19