Home
last modified time | relevance | path

Searched refs:gensymCounter (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/
H A Dutil.cpp50 static std::size_t gensymCounter = 0U; in GenName() local
52 return util::UString {GENSYM_CORE + std::to_string(++gensymCounter), allocator}; in GenName()

Completed in 1 milliseconds