Home
last modified time | relevance | path

Searched defs:asExpression (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DunionLowering.cpp117 auto *const asExpression = checker->AllocNode<ir::TSAsExpression>(node, typeNode, false); in GenAsExpression() local
280 auto *const asExpression = GenAsExpression(checker, typeToCast, unionNode, expr); in ProcessOperandsInBinaryExpr() local
/arkcompiler/ets_frontend/ets2panda/parser/
DexpressionParser.cpp661 auto asExpression = ParsePotentialAsExpression(lhsExpression); in ParseAssignmentExpression() local
1128 static inline bool ShouldAsExpressionBeAmended(const ir::TSAsExpression *const asExpression, in ShouldAsExpressionBeAmended()
1519 auto *asExpression = ParsePotentialAsExpression(returnExpression); in ParsePostPrimaryExpression() local
DASparser.cpp820 auto *asExpression = AllocNode<ir::TSAsExpression>(primaryExpression, type, false); in ParsePotentialAsExpression() local
DETSparser.cpp4174 auto *asExpression = AllocNode<ir::TSAsExpression>(primaryExpr, type, false); in ParsePotentialAsExpression() local
4775 auto *asExpression = AllocNode<ir::TSAsExpression>(number, floatType, true); in ParseCoercedNumberLiteral() local
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp854 ir::Expression *asExpression = ParseTsAsExpression(lhsExpression, flags); in ParseAssignmentExpression() local