Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp124 static char const *GetDebugTypeName(const checker::Type *checkerType) in GetDebugTypeName()
137 void TSDeclGen::GenType(const checker::Type *checkerType) in GenType()
/arkcompiler/ets_frontend/ets2panda/evaluate/
Dhelpers.cpp245 auto *checkerType = PrimitiveToCheckerType(type.GetId(), globalTypes); in ToTypeName() local