Home
last modified time | relevance | path

Searched full:typedescriptors (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/scripts/
Dsignatures.rb24 TYPEDESCRIPTORS = Hash.new() constant
48 data.typedescriptors.each do |typedescriptor|
50 Signatures::TYPEDESCRIPTORS[typedescriptor.ref] = typedescriptor.name
Dsignatures.yaml186 typedescriptors:
/arkcompiler/ets_frontend/ets2panda/compiler/templates/
Dsignatures.h.erb46 % Signatures::TYPEDESCRIPTORS.each do |ref, name|