Searched defs:emit_function (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Parser/ |
D | asdl_c.py | 262 def emit_function(self, name, ctype, args, attrs, union=True): member in PrototypeVisitor 287 def emit_function(self, name, ctype, args, attrs, union=True): member in FunctionVisitor
|
/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
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_compiler_nir.c | 2866 emit_function(struct ir3_context *ctx, nir_function_impl *impl) in emit_function() function
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 5742 emit_function(_mesa_glsl_parse_state *state, ir_function *f) in emit_function() function
|
/external/v8/src/regexp/ |
D | jsregexp.cc | 3183 EmitCharacterFunction* emit_function = nullptr; in TextEmitPass() local
|