Home
last modified time | relevance | path

Searched refs:extensions (Results 1 – 25 of 478) sorted by relevance

12345678910>>...20

/llvm-project-15.0.7/clang/test/Index/
H A Dproperties-class-extensions.m1 // 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 DSPIRVTypes.cpp147 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 DSPIRVAttributes.cpp64 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 Davailability.mlir7 // 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 DSPIRVTypes.h57 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 DSPIRVAttributes.h88 ArrayRef<Extension> extensions,
91 ArrayAttr extensions);
125 ArrayAttr extensions);
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Ddirective-arch_extension-mp.s24 @ 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 DLangStandards.def48 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 DOpenCLExtensions.def9 // 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 Dsuspicious-include.rst23 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 DREADME.md22 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 Drewrite-nested-property-in-blocks.mm1 …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 Drewrite-block-literal.mm2 // 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 Drewrite-line-directive.m2 // 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 Drewrite-unique-block-api.mm1 // 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 Dheader-guard.rst13 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 Dconf.py34 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 Dglobal-names-in-headers.rst17 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 Dbuild-namespaces.rst20 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 DDialectRegistry.h151 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 Dmerge-extension-ivars.m4 …-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 DExtendedCXX03Support.rst13 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 Ddemangle_tree.py145 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 DOpenMPExtensions.rst5 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 DREADME.md25 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

12345678910>>...20