Home
last modified time | relevance | path

Searched defs:typeDef (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/tools/mlir-tblgen/
DTypeDefGen.cpp50 for (const TypeDef &typeDef : defs) in findAllTypeDefs() local
64 for (const TypeDef &typeDef : defs) in findAllTypeDefs() local
191 static void emitTypeDefDecl(const TypeDef &typeDef, raw_ostream &os) { in emitTypeDefDecl()
267 for (const TypeDef &typeDef : typeDefs) in emitTypeDefDecls() local
271 for (const TypeDef &typeDef : typeDefs) in emitTypeDefDecls() local
348 static void emitParameterAllocationCode(TypeDef &typeDef, raw_ostream &os) { in emitParameterAllocationCode()
371 static void emitStorageClass(TypeDef typeDef, raw_ostream &os) { in emitStorageClass()
445 void emitParserPrinter(TypeDef typeDef, raw_ostream &os) { in emitParserPrinter()
482 static void emitTypeDefDef(TypeDef typeDef, raw_ostream &os) { in emitTypeDefDef()
540 for (const TypeDef &typeDef : typeDefs) in emitParsePrintDispatch() local
[all …]
DOpDocGen.cpp262 for (auto *typeDef : typeDefs) { in emitDialectDoc() local
267 for (auto *typeDef : typeDefDefs) { in emitDialectDoc() local
/external/skqp/tools/bookmaker/
DbmhParser.cpp1209 Definition* typeDef = &tEntry.second; in setUpGlobalSubstitutes() local
/external/libxml2/
Dxmlschemas.c896 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */ member
955 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */ member
15146 xmlSchemaResolveTypeReferences(xmlSchemaTypePtr typeDef, in xmlSchemaResolveTypeReferences()
19714 xmlSchemaTypePtr typeDef = WXS_ELEM_TYPEDEF(elemDecl); in xmlSchemaCheckElemPropsCorrect() local