Home
last modified time | relevance | path

Searched refs:enum_name (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/public/headers_parser/
H A Dparse_enum.py109 enum_name = data[start_of_name:end_of_name]
111 if enum_name == "":
114 res["name"] = enum_name
135 console_log("parsed enum: '" + enum_name + "'")
/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/
H A Dcompiler_intrinsics.rb33 def enum_name method in Intrinsic
39 'INTRINSIC_' + enum_name
/arkcompiler/runtime_core/static_core/templates/
H A Dmessages.rb72 @enum_name = data.enum_name
89 [:component, :enum_name, :namespace, :messages].each do |attr|
/arkcompiler/runtime_core/templates/
H A Dmessages.rb72 @enum_name = data.enum_name
89 [:component, :enum_name, :namespace, :messages].each do |attr|
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/
H A Dcompiler_intrinsics.rb34 def enum_name method in Intrinsic
40 res = enum_name
/arkcompiler/runtime_core/static_core/libllvmbackend/templates/
H A Dentrypoints.rb71 def enum_name method in Entrypoint
H A Dintrinsics.rb50 def enum_name method in Intrinsic
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.rb27 def enum_name method in Entrypoint
/arkcompiler/runtime_core/static_core/runtime/templates/
H A Dintrinsics.rb103 def enum_name method in Intrinsic
H A Druntime.rb92 def enum_name method in Intrinsic

Completed in 3 milliseconds