Home
last modified time | relevance | path

Searched refs:IsConcurrent (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
DscriptFunction.h191 bool IsConcurrent() const in IsConcurrent() function
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp131 crossConcurrent = iter->Node()->AsScriptFunction()->IsConcurrent() ? true : false; in Find()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h249 bool IsConcurrent() const in IsConcurrent() function
Dpandagen.cpp61 if (func->IsConcurrent()) { in SetFunctionKind()
1303 if (IsConcurrent()) { in NotifyConcurrentResult()