Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/public/
DcppToCTypes.yaml22 max_ptr_depth: 0
66 max_ptr_depth: 1
112 max_ptr_depth: 0
156 max_ptr_depth: 1
205 max_ptr_depth: 0
249 max_ptr_depth: 0
295 max_ptr_depth: 0
341 max_ptr_depth: 1
387 max_ptr_depth: 0
433 max_ptr_depth: 1
[all …]
DREADME.md32 max_ptr_depth: 1 # optional
113 original_argument['type']['ptr_depth'] <= es2panda_arg['max_ptr_depth']
136 …`min_ptr_depth` and `max_ptr_depth` are needed to separate 0 and 1+ ptr-cases, because the es2pand…
Des2panda_lib.rb44 …(change_type.es2panda_arg['max_ptr_depth'] && ptr_depth > change_type.es2panda_arg['max_ptr_depth'…