Searched refs:generate_function (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/irtoc/lang/ | ||
| D | cpp_function.rb | 50 @variants.each { |x| gen.generate_function(x.func) } |
| D | ir_generator.rb | 25 def generate_function(func) method in GeneratorIrInline |