Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp137 void TSDeclGen::GenType(const checker::Type *checkerType) in GenType() function in ark::es2panda::declgen_ets2ts::TSDeclGen
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_to_string_cache_test.cpp40 enum GenType { COPY, SHUFFLE, INDEPENDENT }; enum