Home
last modified time | relevance | path

Searched defs:CharType (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DcharType.h22 class CharType : public Type { class
26 CharType() : Type(TypeFlag::CHAR) {} in CharType() function in ark::es2panda::checker::CharType
27 explicit CharType(UType value) : Type(TypeFlag::CHAR | TypeFlag::CONSTANT), value_(value) {} in CharType() function in ark::es2panda::checker::CharType

Completed in 1 milliseconds