Home
last modified time | relevance | path

Searched refs:emit_type (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Parser/
Dasdl_c.py116 def emit_type(self, name): member in EmitVisitor
653 self.emit_type("%s_type" % name)
671 self.emit_type("%s_type" % name)
1069 self.emit_type("AST_type")
1070 self.emit_type("%s_type" % name)
1083 self.emit_type("%s_type" % name)
1104 self.emit_type("%s_type" % cons.name)
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_reflect.hpp77 void emit_type(uint32_t type_id, bool &emitted_open_tag);
Dspirv_reflect.cpp309 emit_type(self, emitted_open_tag); in emit_types()
323 emit_type(pointee_type, emitted_open_tag); in emit_types()
331 void CompilerReflection::emit_type(uint32_t type_id, bool &emitted_open_tag) in emit_type() function in CompilerReflection
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c1477 emit_type(struct dxil_module *m, struct dxil_type *type) in emit_type() function
1518 if (!emit_type(m, type)) in emit_type_table()