Home
last modified time | relevance | path

Searched refs:TypeDef (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaSYCL/
H A Dzero-length-arrays.cpp64 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 DOpDocGen.cpp308 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 Dindex-source.cpp126 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 DMLProgramTypes.td17 : TypeDef<MLProgram_Dialect, name, traits, baseCppClass> {}
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dattr-or-type-builder-invalid.td11 class InvalidType<string name> : TypeDef<Test_Dialect, name> {
H A Ddefault-type-attr-print-parser.td18 class TestType<string name> : TypeDef<Test_Dialect, name>;
H A Dattr-or-type-format-invalid.td11 class InvalidType<string name, string asm> : TypeDef<Test_Dialect, name> {
H A Dtypedefs.td44 class TestType<string name> : TypeDef<Test_Dialect, name> { }
H A Dop-decl-and-defs.td313 def TestDialect2Type : TypeDef<Test_Dialect2, "Dialect2Type">;
H A Dattr-or-type-format.td15 class TestType<string name> : TypeDef<Test_Dialect, name>;
/llvm-project-15.0.7/mlir/include/mlir/Dialect/EmitC/IR/
H A DEmitCTypes.td25 : TypeDef<EmitC_Dialect, name> {
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DAttrOrTypeDef.h267 class TypeDef : public AttrOrTypeDef {
/llvm-project-15.0.7/mlir/test/python/
H A Dpython_test_ops.td26 : TypeDef<Python_Test_Dialect, name> {
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Async/IR/
H A DAsyncTypes.td23 class Async_Type<string name, string typeMnemonic> : TypeDef<AsyncDialect,
/llvm-project-15.0.7/mlir/include/mlir/Dialect/PDL/IR/
H A DPDLTypes.td24 : TypeDef<PDL_Dialect, name, [], "::mlir::pdl::PDLType"> {
/llvm-project-15.0.7/mlir/docs/
H A DAttributesAndTypes.md63 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 DShapeBase.td47 class Shape_Type<string name, string typeMnemonic> : TypeDef<ShapeDialect, name> {
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dtblgen.rst731 Generate TypeDef declarations.
735 Generate TypeDef definitions.
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestTypeDefs.td25 : TypeDef<Test_Dialect, name, traits>;
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DAttrTypeBase.td275 class TypeDef<Dialect dialect, string name, list<Trait> traits = [],
H A DBuiltinTypes.td29 : TypeDef<Builtin_Dialect, name, traits, baseCppClass> {
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIRTypes.td23 class FIR_Type<string name, string typeMnemonic> : TypeDef<fir_Dialect, name> {
/llvm-project-15.0.7/clang/test/Modules/
H A Dodr_hash.cpp1008 namespace TypeDef { namespace
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp9657 TypeDef, in diagnoseOdrViolations() enumerator
9934 return TypeDef; in diagnoseOdrViolations()
10680 case TypeDef: { in diagnoseOdrViolations()