Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DtypeExtractorEmitter.h58 bool IsFuncMain0(const std::string &funcName, bool isMergeAbc) const;
DtypeExtractorEmitter.cpp37 if (IsFuncMain0(func->name, pg_->Context()->IsMergeAbc())) { in TypeExtractorEmitter()
47 bool TypeExtractorEmitter::IsFuncMain0(const std::string &funcName, bool isMergeAbc) const in IsFuncMain0() function in panda::es2panda::compiler::TypeExtractorEmitter
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp184 static bool IsFuncMain0(std::string funcName) in IsFuncMain0() function
766 if (!IsFuncMain0(funcName)) { in ParseFunctionExportedType()
793 if (!IsFuncMain0(funcName)) { in ParseFunctionDeclaredType()
845 if (g_isDtsFile && !IsFuncMain0(pandaFunc.name)) { in ParseFunction()