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/
H A Dbinder.h174 static constexpr std::string_view ANONYMOUS_SPECIAL_DUPLICATE_FUNCTION_SPECIFIER = "#"; member in panda::es2panda::panda::es2panda::binder::Binder
H A Dbinder.cpp414 ss << ANONYMOUS_SPECIAL_DUPLICATE_FUNCTION_SPECIFIER << util::Helpers::GetHashString(funcContentNameStr); in LegacyBuildFunction()
422 ss << ANONYMOUS_SPECIAL_DUPLICATE_FUNCTION_SPECIFIER; in LegacyBuildFunction() local
/arkcompiler/ets_frontend/es2panda/util/
H A DpatchFix.cpp130 return funcName.find(binder::Binder::ANONYMOUS_SPECIAL_DUPLICATE_FUNCTION_SPECIFIER) != std::string::npos; in IsAnonymousOrSpecialOrDuplicateFunction()

Completed in 4 milliseconds