Searched refs:emit_function (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Parser/ |
D | asdl_c.py | 256 self.emit_function(cons.name, ctype, args, attrs) 258 def emit_function(self, name, ctype, args, attrs, union=True): member in PrototypeVisitor 274 self.emit_function(name, get_c_type(name), 281 def emit_function(self, name, ctype, args, attrs, union=True): member in FunctionVisitor
|
/external/python/cpython3/Parser/ |
D | asdl_c.py | 287 self.emit_function(cons.name, ctype, args, attrs) 289 def emit_function(self, name, ctype, args, attrs, union=True): member in PrototypeVisitor 305 self.emit_function(name, get_c_type(name), 314 def emit_function(self, name, ctype, args, attrs, union=True): member in FunctionVisitor
|
/external/mesa3d/src/compiler/glsl/ |
D | ast.h | 1384 emit_function(_mesa_glsl_parse_state *state, ir_function *f);
|
D | ast_to_hir.cpp | 5954 emit_function(_mesa_glsl_parse_state *state, ir_function *f) in emit_function() function 6123 emit_function(state, f); in hir()
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_compiler_nir.c | 2855 emit_function(struct ir3_context *ctx, nir_function_impl *impl) in emit_function() function 3356 emit_function(ctx, fxn); in emit_instructions()
|