| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | properties-class-extensions.m | 1 // Test that @properties within class extensions are visited by 49 // CHECK: properties-class-extensions.m:5:12: ObjCCategoryDecl=Cat:5:12 Extent=[5:1 - 7:5] 50 // CHECK: properties-class-extensions.m:5:12: ObjCClassRef=Foo:4:12 Extent=[5:12 - 5:15] 51 // CHECK: properties-class-extensions.m:6:15: ObjCPropertyDecl=a:6:15 Extent=[6:1 - 6:16] 55 // CHECK: properties-class-extensions.m:8:12: ObjCCategoryDecl=:8:12 Extent=[8:1 - 11:5] 56 // CHECK: properties-class-extensions.m:8:12: ObjCClassRef=Foo:4:12 Extent=[8:12 - 8:15] 57 // CHECK: properties-class-extensions.m:9:15: ObjCPropertyDecl=b:9:15 Extent=[9:1 - 9:16] 64 // CHECK: properties-class-extensions.m:16:22: TypeRef=id:0:0 Extent=[16:22 - 16:24] 69 // CHECK: properties-class-extensions.m:19:23: TypeRef=id:0:0 Extent=[19:23 - 19:25] 73 // CHECK-NOT: properties-class-extensions.m:24:8: ObjCInterfaceDecl=Rdar8467189_Bar:24:8 [all …]
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | SPIRVTypes.cpp | 147 SPIRVType::ExtensionArrayRefVector &extensions, in getExtensions() argument 155 extensions, storage); in getExtensions() 241 SPIRVType::ExtensionArrayRefVector &extensions, in getExtensions() argument 246 extensions.push_back(ref); in getExtensions() 418 extensions.push_back(*scExts); in getExtensions() 530 extensions.push_back(ref); in getExtensions() 538 extensions.push_back(ref); in getExtensions() 669 scalarType.getExtensions(extensions, storage); in getExtensions() 673 imageType.getExtensions(extensions, storage); in getExtensions() 677 matrixType.getExtensions(extensions, storage); in getExtensions() [all …]
|
| H A D | SPIRVAttributes.cpp | 64 Attribute extensions) in VerCapExtAttributeStorage() 65 : version(version), capabilities(capabilities), extensions(extensions) {} in VerCapExtAttributeStorage() 69 std::get<2>(key) == extensions; in operator ==() 81 Attribute extensions; member 200 extAttrs.reserve(extensions.size()); in get() 201 for (spirv::Extension ext : extensions) in get() 210 assert(version && capabilities && extensions); in get() 235 return getImpl()->extensions.cast<ArrayAttr>(); in getExtensionsAttr() 258 ArrayAttr extensions) { in verify() argument 490 SmallVector<Attribute, 1> extensions; in parseVerCapExtAttr() local [all …]
|
| /llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/ |
| H A D | availability.mlir | 7 // CHECK: extensions: [ ] 17 // CHECK: extensions: [ ] 27 // CHECK: extensions: [ ] 37 // CHECK: spv.module extensions: [ ] 47 …// CHECK: spv.module extensions: [ [SPV_EXT_physical_storage_buffer, SPV_KHR_physical_storage_buff…
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVTypes.h | 57 void getExtensions(ExtensionArrayRefVector &extensions, 90 void getExtensions(SPIRVType::ExtensionArrayRefVector &extensions, 118 void getExtensions(SPIRVType::ExtensionArrayRefVector &extensions, 146 void getExtensions(SPIRVType::ExtensionArrayRefVector &extensions, 189 void getExtensions(SPIRVType::ExtensionArrayRefVector &extensions, 207 void getExtensions(SPIRVType::ExtensionArrayRefVector &extensions, 231 void getExtensions(SPIRVType::ExtensionArrayRefVector &extensions, 254 void getExtensions(SPIRVType::ExtensionArrayRefVector &extensions, 390 void getExtensions(SPIRVType::ExtensionArrayRefVector &extensions, 417 void getExtensions(SPIRVType::ExtensionArrayRefVector &extensions, [all …]
|
| H A D | SPIRVAttributes.h | 88 ArrayRef<Extension> extensions, 91 ArrayAttr extensions); 125 ArrayAttr extensions);
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | directive-arch_extension-mp.s | 24 @ CHECK-V6: error: instruction requires: mp-extensions armv7 25 @ CHECK-V7M: error: instruction requires: mp-extensions 35 @ CHECK-V6: error: instruction requires: mp-extensions armv7 36 @ CHECK-V7: error: instruction requires: mp-extensions 37 @ CHECK-V7M: error: instruction requires: mp-extensions
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | LangStandards.def | 48 C, "ISO C 1990 with GNU extensions", 61 C, "ISO C 1999 with GNU extensions", 74 C, "ISO C 2011 with GNU extensions", 86 C, "ISO C 2017 with GNU extensions", 95 C, "Working Draft for ISO C2x with GNU extensions", 105 CXX, "ISO C++ 1998 with amendments and GNU extensions", 115 "ISO C++ 2011 with amendments and GNU extensions", 125 CXX, "ISO C++ 2014 with amendments and GNU extensions", 137 CXX, "ISO C++ 2017 with amendments and GNU extensions", 149 CXX, "ISO C++ 2020 DIS with GNU extensions", [all …]
|
| H A D | OpenCLExtensions.def | 9 // This file defines the list of supported OpenCL extensions. 14 // OpenCL extensions listed in this file. 16 // If extensions are to be enumerated with information about whether 31 // If extensions are to be enumerated without any information, 93 // AMD OpenCL extensions 97 // ARM OpenCL extensions 103 // Intel OpenCL extensions
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | suspicious-include.rst | 23 A semicolon-separated list of filename extensions of header files (the 24 filename extensions should not contain a "." prefix). For extension-less 26 if there are other filename extensions. 31 Likewise, a semicolon-separated list of filename extensions of
|
| /llvm-project-15.0.7/llvm/utils/vscode/llvm/ |
| H A D | README.md | 22 cd <extensions-installation-folder> 28 `<extensions-installation-folder>` is OS dependent. 30 Please refer to https://code.visualstudio.com/docs/editor/extension-gallery#_where-are-extensions-i… 35 https://code.visualstudio.com/api/working-with-extensions/publishing-extension#usage.
|
| /llvm-project-15.0.7/clang/test/Rewriter/ |
| H A D | rewrite-nested-property-in-blocks.mm | 1 …triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -f… 2 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary … 3 …triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s… 4 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
|
| H A D | rewrite-block-literal.mm | 2 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc %t.mm -o - | FileCheck %s 3 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-… 5 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %…
|
| H A D | rewrite-line-directive.m | 2 // RUN: %clang -fms-extensions -rewrite-objc %t.mm -o %t-rw.cpp 4 // RUN: %clang -g -fms-extensions -rewrite-objc %t.mm -o %t-rw.cpp
|
| H A D | rewrite-unique-block-api.mm | 1 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fr… 3 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc %s -o %t-modern-rw.cpp
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/llvm/ |
| H A D | header-guard.rst | 13 A comma-separated list of filename extensions of header files (the filename 14 extensions should not include "." prefix). Default is "h,hh,hpp,hxx". 16 other desired extensions) or leave an empty element in the list. E.g.,
|
| /llvm-project-15.0.7/flang/docs/ |
| H A D | conf.py | 34 extensions = ['sphinx.ext.todo', 'sphinx.ext.mathjax', 'sphinx.ext.intersphinx'] variable 53 extensions.append('recommonmark') 57 extensions.append('sphinx_markdown_tables')
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/google/ |
| H A D | global-names-in-headers.rst | 17 A comma-separated list of filename extensions of header files (the filename 18 extensions should not contain "." prefix). Default is "h". 20 other desired extensions) or leave an empty element in the list. E.g.,
|
| H A D | build-namespaces.rst | 20 A comma-separated list of filename extensions of header files (the filename 21 extensions should not include "." prefix). Default is "h,hh,hpp,hxx". 23 other desired extensions) or leave an empty element in the list. E.g.,
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | DialectRegistry.h | 151 for (const auto &extension : extensions) in appendTo() 152 destination.extensions.push_back(extension->clone()); in appendTo() 172 extensions.push_back(std::move(extension)); in addExtension() 221 std::vector<std::unique_ptr<DialectExtensionBase>> extensions; variable
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | merge-extension-ivars.m | 4 …-emit-llvm -o %t/test-compatible-extensions.ll -fobjc-runtime=macosx-10.9 -F%t/Frameworks %t/test-… 6 // RUN: FileCheck --input-file=%t/test-compatible-extensions.ll %t/test-compatible-extensions.m 59 //--- test-compatible-extensions.m 92 // Test accessing ivars from extensions.
|
| /llvm-project-15.0.7/libcxx/docs/DesignDocs/ |
| H A D | ExtendedCXX03Support.rst | 13 In C++03, the library implements the C++11 standard using C++11 language extensions provided 16 This document tracks the C++11 extensions libc++ requires, the C++11 extensions it provides, 44 The C++11 extensions libc++ provides in C++03 are currently undergoing change. Existing extensions
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | demangle_tree.py | 145 extensions = args.extensions.split(',') 146 extensions = [x if x[0] == '.' else '.' + x for x in extensions] 161 if not ext in extensions:
|
| /llvm-project-15.0.7/openmp/docs/openacc/ |
| H A D | OpenMPExtensions.rst | 5 cases, Clang supports OpenMP extensions to provide similar 7 required for OpenACC. This section documents those extensions. 9 By default, Clang recognizes these extensions. The command-line 10 option ``-fno-openmp-extensions`` can be specified to disable all 11 OpenMP extensions, including those described in this section. 19 OpenMP extensions: 23 * As LLVM's implementation of these extensions matures, it can serve 24 as a basis for including these extensions in the OpenMP standard.
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | README.md | 25 Installing the plug-in involves creating a directory in the `~/.vscode/extensions` folder and copyi… 32 $ mkdir -p ~/.vscode/extensions/llvm-org.lldb-vscode-0.1.0/bin 33 $ cp package.json ~/.vscode/extensions/llvm-org.lldb-vscode-0.1.0 34 $ cd ~/.vscode/extensions/llvm-org.lldb-vscode-0.1.0/bin 43 $ mkdir -p ~/.vscode/extensions/llvm-org.lldb-vscode-0.1.0/bin 44 $ cp package.json ~/.vscode/extensions/llvm-org.lldb-vscode-0.1.0 45 $ cd ~/.vscode/extensions/llvm-org.lldb-vscode-0.1.0/bin 56 $ mkdir -p ~/.vscode/extensions/llvm-org.lldb-vscode-0.1.0/bin 57 $ cp package.json ~/.vscode/extensions/llvm-org.lldb-vscode-0.1.0 58 $ cd ~/.vscode/extensions/llvm-org.lldb-vscode-0.1.0/bin
|