Home
last modified time | relevance | path

Searched full:ref_depth (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/public/
DcppToCTypes.yaml42 ….template_args.0.type.ptr_depth||es2panda_arg.type.template_args.0.type.ref_depth||arg_name|Elemen…
54 … |new_args.0.type.name| |new_args.0.type.ptr_depth - 1||new_args.0.type.ref_depth|[]>(*|return_arg…
57 …onst| |new_args.0.type.name| |new_args.0.type.ptr_depth - 1||new_args.0.type.ref_depth|>(toPush);\n
88 ….template_args.0.type.ptr_depth||es2panda_arg.type.template_args.0.type.ref_depth||arg_name|Elemen…
100 … |new_args.0.type.name| |new_args.0.type.ptr_depth - 1||new_args.0.type.ref_depth|[]>(*|return_arg…
103 …onst| |new_args.0.type.name| |new_args.0.type.ptr_depth - 1||new_args.0.type.ref_depth|>(toPush);\n
131 ….template_args.0.type.ptr_depth||es2panda_arg.type.template_args.0.type.ref_depth||arg_name|Elemen…
144 … |new_args.0.type.name| |new_args.0.type.ptr_depth - 1||new_args.0.type.ref_depth|[]>(*|return_arg…
147 …onst| |new_args.0.type.name| |new_args.0.type.ptr_depth - 1||new_args.0.type.ref_depth|>(toPush);\n
179 ….template_args.0.type.ptr_depth||es2panda_arg.type.template_args.0.type.ref_depth||arg_name|Elemen…
[all …]
Des2panda_lib.rb49 arg['type']['ref_depth'] = 0 if arg['type'].respond_to?('ref_depth')
54 type['ref_depth'] = 0 if type.respond_to?('ref_depth')
345 @es2panda_arg['type']['ref_depth'] == 2 &&
446 elsif placeholder.end_with?('ref_depth|')
537 ref_depth = type['ref_depth'] || 0
538 "#{res} #{'*' * ptr_depth}#{'&' * ref_depth}"
761 new_type['ref_depth'] = type['ref_depth'] || 0
DREADME.md130 ### Clarification on ptr_depth and ref_depth:
133 `ref_depth` is number of `&` in argument.
/arkcompiler/ets_frontend/ets2panda/public/headers_parser/
Dparse_arguments.py84 res["ref_depth"] = ref_end - ref_start