| /llvm-project-15.0.7/clang/test/SemaSYCL/ |
| H A D | zero-length-arrays.cpp | 64 ZEROARR TypeDef; // expected-note {{declared here}} in foo() local 70 (void)TypeDef; // expected-error {{zero-length arrays are not permitted in SYCL device code}} in foo()
|
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | OpDocGen.cpp | 308 ArrayRef<Type> types, ArrayRef<TypeDef> typeDefs, in emitDialectDoc() 346 for (const TypeDef &def : typeDefs) in emitDialectDoc() 369 llvm::StringMap<std::vector<TypeDef>> dialectTypeDefs; in emitDialectDoc() 392 TypeDef type(typeDef); in emitDialectDoc()
|
| /llvm-project-15.0.7/clang/test/Index/Core/ |
| H A D | index-source.cpp | 126 typedef T TypeDef; typedef in PseudoOverridesInSpecializations 169 typedef double TypeDef; typedef in PseudoOverridesInSpecializations
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/MLProgram/IR/ |
| H A D | MLProgramTypes.td | 17 : TypeDef<MLProgram_Dialect, name, traits, baseCppClass> {}
|
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | attr-or-type-builder-invalid.td | 11 class InvalidType<string name> : TypeDef<Test_Dialect, name> {
|
| H A D | default-type-attr-print-parser.td | 18 class TestType<string name> : TypeDef<Test_Dialect, name>;
|
| H A D | attr-or-type-format-invalid.td | 11 class InvalidType<string name, string asm> : TypeDef<Test_Dialect, name> {
|
| H A D | typedefs.td | 44 class TestType<string name> : TypeDef<Test_Dialect, name> { }
|
| H A D | op-decl-and-defs.td | 313 def TestDialect2Type : TypeDef<Test_Dialect2, "Dialect2Type">;
|
| H A D | attr-or-type-format.td | 15 class TestType<string name> : TypeDef<Test_Dialect, name>;
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/EmitC/IR/ |
| H A D | EmitCTypes.td | 25 : TypeDef<EmitC_Dialect, name> {
|
| /llvm-project-15.0.7/mlir/include/mlir/TableGen/ |
| H A D | AttrOrTypeDef.h | 267 class TypeDef : public AttrOrTypeDef {
|
| /llvm-project-15.0.7/mlir/test/python/ |
| H A D | python_test_ops.td | 26 : TypeDef<Python_Test_Dialect, name> {
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Async/IR/ |
| H A D | AsyncTypes.td | 23 class Async_Type<string name, string typeMnemonic> : TypeDef<AsyncDialect,
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/PDL/IR/ |
| H A D | PDLTypes.td | 24 : TypeDef<PDL_Dialect, name, [], "::mlir::pdl::PDLType"> {
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | AttributesAndTypes.md | 63 specialization for either the `AttrDef` or `TypeDef` class respectively. Instances 81 : TypeDef<My_Dialect, name, traits> { 291 `AttrDef` or `TypeDef`. See the main [`Interface`](Interfaces.md) 552 def MyType : TypeDef<My_Dialect, "MyType"> { 724 def MyPairType : TypeDef<My_Dialect, "MyPairType"> { 750 def OuterType : TypeDef<My_Dialect, "MyOuterType"> { 755 def OuterQualifiedType : TypeDef<My_Dialect, "MyOuterQualifiedType"> { 781 def MyStructType : TypeDef<My_Dialect, "MyStructType"> {
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Shape/IR/ |
| H A D | ShapeBase.td | 47 class Shape_Type<string name, string typeMnemonic> : TypeDef<ShapeDialect, name> {
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | tblgen.rst | 731 Generate TypeDef declarations. 735 Generate TypeDef definitions.
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Test/ |
| H A D | TestTypeDefs.td | 25 : TypeDef<Test_Dialect, name, traits>;
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | AttrTypeBase.td | 275 class TypeDef<Dialect dialect, string name, list<Trait> traits = [],
|
| H A D | BuiltinTypes.td | 29 : TypeDef<Builtin_Dialect, name, traits, baseCppClass> {
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/ |
| H A D | FIRTypes.td | 23 class FIR_Type<string name, string typeMnemonic> : TypeDef<fir_Dialect, name> {
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | odr_hash.cpp | 1008 namespace TypeDef { namespace
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 9657 TypeDef, in diagnoseOdrViolations() enumerator 9934 return TypeDef; in diagnoseOdrViolations() 10680 case TypeDef: { in diagnoseOdrViolations()
|