Searched defs:asExpression (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | unionLowering.cpp | 117 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/ |
| D | expressionParser.cpp | 661 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
|
| D | ASparser.cpp | 820 auto *asExpression = AllocNode<ir::TSAsExpression>(primaryExpression, type, false); in ParsePotentialAsExpression() local
|
| D | ETSparser.cpp | 4174 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/ |
| D | expressionParser.cpp | 854 ir::Expression *asExpression = ParseTsAsExpression(lhsExpression, flags); in ParseAssignmentExpression() local
|