Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DcharType.h26 CharType() : Type(TypeFlag::CHAR) {} in CharType() function
27 explicit CharType(UType value) : Type(TypeFlag::CHAR | TypeFlag::CONSTANT), value_(value) {} in CharType() function
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker.cpp132 using CharType = std::remove_reference_t<decltype(o)>::char_type; in operator <<() typedef