Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.cpp851 bool Helpers::SetFuncFlagsForDirectives(const ir::StringLiteral *strLit, ir::ScriptFunction *func, in SetFuncFlagsForDirectives() argument
855 if (strLit->Str().Is(USE_CONCURRENT)) { in SetFuncFlagsForDirectives()
856 util::Concurrent::SetConcurrent(func, strLit, lineIndex); in SetFuncFlagsForDirectives()
860 if (strLit->Str().Is(USE_SENDABLE)) { in SetFuncFlagsForDirectives()
H A Dhelpers.h205 static bool SetFuncFlagsForDirectives(const ir::StringLiteral *strLit, ir::ScriptFunction *func,

Completed in 3 milliseconds