Home
last modified time | relevance | path

Searched refs:ANONYMOUS_SPECIAL_DUPLICATE_FUNCTION_SPECIFIER (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h167 static constexpr std::string_view ANONYMOUS_SPECIAL_DUPLICATE_FUNCTION_SPECIFIER = "#"; variable
Dbinder.cpp370 …ss << ANONYMOUS_SPECIAL_DUPLICATE_FUNCTION_SPECIFIER << util::Helpers::GetHashString(funcContentNa… in BuildFunction()
378 ss << ANONYMOUS_SPECIAL_DUPLICATE_FUNCTION_SPECIFIER; in BuildFunction()
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp129 …return funcName.find(binder::Binder::ANONYMOUS_SPECIAL_DUPLICATE_FUNCTION_SPECIFIER) != std::strin… in IsAnonymousOrSpecialOrDuplicateFunction()