| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ClangFormattedStatus.rst | 1847 * - flang/include/flang/Optimizer/Dialect 1922 * - flang/lib/Optimizer/Dialect 6842 * - mlir/include/mlir/Dialect 6847 * - mlir/include/mlir/Dialect/Affine 6852 * - mlir/include/mlir/Dialect/Affine/Analysis 6857 * - mlir/include/mlir/Dialect/Affine/IR 6862 * - mlir/include/mlir/Dialect/AMX 6867 * - mlir/include/mlir/Dialect/Arithmetic/IR 6872 * - mlir/include/mlir/Dialect/Arithmetic/Transforms 6877 * - mlir/include/mlir/Dialect/Arithmetic/Utils [all …]
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 2128 flang/include/flang/Optimizer/Dialect/FIRAttr.h 2129 flang/include/flang/Optimizer/Dialect/FIRDialect.h 2130 flang/include/flang/Optimizer/Dialect/FIROps.h 2131 flang/include/flang/Optimizer/Dialect/FIROpsSupport.h 2132 flang/include/flang/Optimizer/Dialect/FIRType.h 2283 flang/lib/Optimizer/Dialect/FIRAttr.cpp 2284 flang/lib/Optimizer/Dialect/FIRDialect.cpp 2285 flang/lib/Optimizer/Dialect/FIROps.cpp 2286 flang/lib/Optimizer/Dialect/FIRType.cpp 2287 flang/lib/Optimizer/Dialect/Inliner.cpp [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | InlineAsm.h | 48 AsmDialect Dialect; variable 72 AsmDialect getDialect() const { return Dialect; } in getDialect() 403 AsmDialect Dialect = in getExtraInfoNames() local 406 if (Dialect == InlineAsm::AD_ATT) in getExtraInfoNames() 408 if (Dialect == InlineAsm::AD_Intel) in getExtraInfoNames()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinterInlineAsm.cpp | 73 InlineAsm::AsmDialect Dialect) const { in emitInlineAsm() 118 Parser->setAssemblerDialect(Dialect); in emitInlineAsm() 122 if (Dialect == InlineAsm::AD_Intel) in emitInlineAsm()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | standards.texi | 64 errors rather than warnings). @xref{C Dialect Options,,Options 65 Controlling C Dialect}. 137 @xref{C Dialect Options,,Options Controlling C Dialect}.
|
| H A D | invoke.texi | 122 * C Dialect Options:: Controlling the variant of C language compiled. 123 * C++ Dialect Options:: Variations on C++. 124 * Objective-C Dialect Options:: Variations on Objective-C. 161 @xref{C Dialect Options,,Options Controlling C Dialect}. 172 @xref{C++ Dialect Options,,Options Controlling C++ Dialect}. 194 @xref{Objective-C Dialect Options,,Options Controlling Objective-C Dialect}. 672 * C Dialect Options:: Controlling the variant of C language compiled. 673 * C++ Dialect Options:: Variations on C++. 674 * Objective-C Dialect Options:: Variations on Objective-C. 940 @xref{C Dialect Options,,Options Controlling C Dialect}, for [all …]
|
| H A D | extend.texi | 2129 @xref{C Dialect Options,,Options Controlling C Dialect}. 2172 @option{-ffreestanding} is used. @xref{C Dialect Options,,Options 2173 Controlling C Dialect}. 3627 @pxref{C++ Dialect Options,,Options Controlling C++ Dialect}.) 4717 specify the @option{-fno-builtin} option. (@pxref{C Dialect Options})
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | standards.texi | 64 errors rather than warnings). @xref{C Dialect Options,,Options 65 Controlling C Dialect}. 137 @xref{C Dialect Options,,Options Controlling C Dialect}.
|
| H A D | implement-c.texi | 145 @option{-fsigned-char} change the default. @xref{C Dialect Options, , 146 Options Controlling C Dialect}.
|
| H A D | invoke.texi | 125 * C Dialect Options:: Controlling the variant of C language compiled. 126 * C++ Dialect Options:: Variations on C++. 127 * Objective-C and Objective-C++ Dialect Options:: Variations on Objective-C 166 @xref{C Dialect Options,,Options Controlling C Dialect}. 177 @xref{C++ Dialect Options,,Options Controlling C++ Dialect}. 199 @xref{Objective-C and Objective-C++ Dialect Options,,Options Controlling 796 * C Dialect Options:: Controlling the variant of C language compiled. 797 * C++ Dialect Options:: Variations on C++. 798 * Objective-C and Objective-C++ Dialect Options:: Variations on Objective-C 1112 @xref{C Dialect Options,,Options Controlling C Dialect}, for [all …]
|
| H A D | gcc.info | 161 Controlling C Dialect: C Dialect Options. 228 *Note Options Controlling C Dialect: C Dialect Options. 324 * C Dialect Options:: Controlling the variant of C language compiled. 325 * C++ Dialect Options:: Variations on C++. 326 * Objective-C and Objective-C++ Dialect Options:: Variations on Objective-C 364 *Note Options Controlling C Dialect: C Dialect Options. 375 *Note Options Controlling C++ Dialect: C++ Dialect Options. 398 Objective-C and Objective-C++ Dialect Options. 989 * C Dialect Options:: Controlling the variant of C language compiled. 990 * C++ Dialect Options:: Variations on C++. [all …]
|
| H A D | extend.texi | 1920 @xref{C Dialect Options,,Options Controlling C Dialect}. 1968 is used. @xref{C Dialect Options,,Options 1969 Controlling C Dialect}. 3891 @pxref{C++ Dialect Options,,Options Controlling C++ Dialect}.) 5632 specify the @option{-fno-builtin} option. (@pxref{C Dialect Options})
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | InlineAsm.cpp | 36 Dialect(asmDialect), CanThrow(canThrow) { in InlineAsm()
|
| H A D | Core.cpp | 475 LLVMInlineAsmDialect Dialect, LLVMBool CanThrow) { in LLVMGetInlineAsm() argument 477 switch (Dialect) { in LLVMGetInlineAsm()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 1555 unsigned Dialect = getMAIAssemblerDialect(); in MatchAndEmitInstruction() local 1559 MatchingInlineAsm, Dialect); in MatchAndEmitInstruction() 1596 ((SystemZOperand &)*Operands[0]).getToken(), FBS, Dialect); in MatchAndEmitInstruction()
|
| /openbsd-src/gnu/llvm/libcxx/docs/ |
| H A D | index.rst | 140 C++ Dialect Support
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | invoke.texi | 99 * Fortran Dialect Options:: Controlling the variant of Fortran language 133 @xref{Fortran Dialect Options,,Options Controlling Fortran Dialect}. 219 * Fortran Dialect Options:: Controlling the variant of Fortran language 544 @node Fortran Dialect Options 545 @section Options Controlling Fortran Dialect
|
| H A D | news.texi | 1947 @xref{Fortran Dialect Options,,Options Controlling Fortran Dialect},
|
| H A D | g77.texi | 2328 treated as typeless. @xref{Fortran Dialect Options,, Options 2329 Controlling Fortran Dialect}, for information on the 3595 @xref{Fortran Dialect Options,,Options Controlling Fortran Dialect},
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | CompileCudaWithLLVM.rst | 222 Dialect Differences Between clang and nvcc
|
| /openbsd-src/gnu/llvm/llvm/include/llvm-c/ |
| H A D | Core.h | 906 LLVMInlineAsmDialect Dialect, LLVMBool CanThrow);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog.2 | 1315 * invoke.texi (C Dialect Options): Remove -flang-c9x, add -std 2786 * invoke.texi (C Dialect Options): Add missing builtins from 6592 * tm.texi (C Dialect Options): Add -fshort-wchar. 10944 * invoke.texi (C++ Dialect Options): Add -fms-extensions.
|
| H A D | ChangeLog.1 | 2314 * invoke.texi (Invoking G++, C++ Dialect Options): Update. 6470 * invoke.texi (C++ Dialect Options): Document -fno-rtti. 13322 * invoke.texi (C Dialect Options): Put back missing @end itemize. 13444 * invoke.texi (C++ Dialect Options): Document -fhonor-std.
|
| H A D | ChangeLog.7 | 1130 * doc/invoke.texi (C Dialect Options): Add -fms-extensions. 12634 * doc/invoke.texi (Warning Options): Refer to C++ Dialect Options 12635 and Objective-C Dialect Options.
|
| H A D | ChangeLog | 3499 * doc/invoke.texi (C++ Dialect Options): Change documentation of 5004 * doc/invoke.texi (C++ Dialect Options): Same.
|