Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp70 if (!etsg->TryLoadConstantExpression(st->Value())) { in Compile()
408 if (!etsg->TryLoadConstantExpression(expression)) { in Compile()
630 if (etsg->TryLoadConstantExpression(expr)) { in Compile()
1168 if (!etsg->TryLoadConstantExpression(expr->Argument())) { in Compile()
1653 if (!etsg->TryLoadConstantExpression(st->Argument())) { in Compile()
1775 if (!etsg->TryLoadConstantExpression(st->Init())) { in Compile()
1945 if (!etsg->TryLoadConstantExpression(expr->Expr())) { in Compile()
DETSGen.h101 bool TryLoadConstantExpression(const ir::Expression *node);
DETSGen.cpp876 bool ETSGen::TryLoadConstantExpression(const ir::Expression *node) in TryLoadConstantExpression() function in panda::es2panda::compiler::ETSGen