Home
last modified time | relevance | path

Searched defs:emit_function (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/python/cpython2/Parser/
Dasdl_c.py258 def emit_function(self, name, ctype, args, attrs, union=True): member in PrototypeVisitor
281 def emit_function(self, name, ctype, args, attrs, union=True): member in FunctionVisitor
/aosp_15_r20/external/python/cpython3/Parser/
Dasdl_c.py388 def emit_function(self, name, ctype, args, attrs, union=True): member in PrototypeVisitor
408 def emit_function(self, name, ctype, args, attrs, union=True): member in FunctionVisitor
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dast_to_hir.cpp6124 emit_function(_mesa_glsl_parse_state *state, ir_function *f) in emit_function() function
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_compiler_nir.c4618 emit_function(struct ir3_context *ctx, nir_function_impl *impl) in emit_function() function
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c3888 emit_function(struct dxil_module *m, struct dxil_func_def *func) in emit_function() function
H A Dnir_to_dxil.c5955 emit_function(struct ntd_context *ctx, nir_function *func, nir_function_impl *impl) in emit_function() function