Searched refs:TryLoadConstantExpression (Results 1 – 3 of 3) sorted by relevance
70 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()
101 bool TryLoadConstantExpression(const ir::Expression *node);
876 bool ETSGen::TryLoadConstantExpression(const ir::Expression *node) in TryLoadConstantExpression() function in panda::es2panda::compiler::ETSGen