Home
last modified time | relevance | path

Searched refs:IsTdz (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A Didentifier.h114 bool IsTdz() const in IsTdz() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::Identifier
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dlexenv.cpp29 return node->IsIdentifier() && node->AsIdentifier()->IsTdz(); in CheckTdz()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A Didentifier.h128 [[nodiscard]] bool IsTdz() const noexcept
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dlexenv.cpp32 return node->IsIdentifier() && node->AsIdentifier()->IsTdz(); in CheckTdz()

Completed in 2 milliseconds