Home
last modified time | relevance | path

Searched defs:ShortType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DshortType.h26 ShortType() : Type(TypeFlag::SHORT) {} in ShortType() function
27 explicit ShortType(UType value) : Type(TypeFlag::SHORT | TypeFlag::CONSTANT), value_(value) {} in ShortType() function
/arkcompiler/runtime_core/taihe/compiler/taihe/parse/
Dconvert.py280 def visit_short_type(self, node: ast.ShortType) -> ShortTypeRefDecl: