Searched defs:emit_function (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/python/cpython2/Parser/ |
D | asdl_c.py | 258 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/ |
D | asdl_c.py | 388 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 D | ast_to_hir.cpp | 6124 emit_function(_mesa_glsl_parse_state *state, ir_function *f) in emit_function() function
|
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/ |
H A D | ir3_compiler_nir.c | 4618 emit_function(struct ir3_context *ctx, nir_function_impl *impl) in emit_function() function
|
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/ |
H A D | dxil_module.c | 3888 emit_function(struct dxil_module *m, struct dxil_func_def *func) in emit_function() function
|
H A D | nir_to_dxil.c | 5955 emit_function(struct ntd_context *ctx, nir_function *func, nir_function_impl *impl) in emit_function() function
|