Home
last modified time | relevance | path

Searched defs:structDef (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/tools/mlir-tblgen/
DStructsGen.cpp34 emitStructClass(const Record &structDef, StringRef structName, in emitStructClass()
77 static void emitStructDecl(const Record &structDef, raw_ostream &os) { in emitStructDecl()
264 static void emitStructDef(const Record &structDef, raw_ostream &os) { in emitStructDef()
/external/skia/src/sksl/
DSkSLDehydrator.cpp598 const StructDefinition& structDef = e.as<StructDefinition>(); in write() local