Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.h220 bool IsDynamicModuleVariable(const Variable *var) const;
DETSBinder.cpp119 if (IsDynamicModuleVariable(res.variable)) { in LookupTypeReference()
1334 bool ETSBinder::IsDynamicModuleVariable(const Variable *var) const in IsDynamicModuleVariable() function in ark::es2panda::varbinder::ETSBinder
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCheckingHelpers.cpp502 if (VarBinder()->AsETSBinder()->IsDynamicModuleVariable(var)) { in GetTypeOfVariable()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp231 … ASSERT(VarBinder()->IsDynamicModuleVariable(var) || VarBinder()->IsDynamicNamespaceVariable(var)); in FormDynamicModulePropReference()
288 if (VarBinder()->IsDynamicModuleVariable(var)) { in LoadVar()