Home
last modified time | relevance | path

Searched defs:asExpression (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DmethodBuilder.cpp70 auto *asExpression = checker->AllocNode<ir::TSAsExpression>(callExpression, type->Clone(allocator, nullptr), false); in CreateTypedReturnStatement() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DunionLowering.cpp126 auto *const asExpression = checker->AllocNode<ir::TSAsExpression>(node, typeNode, false); in GenAsExpression() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserExpressions.cpp578 auto *asExpression = AllocNode<ir::TSAsExpression>(primaryExpr, type, false); in ParsePotentialAsExpression() local
H A DASparser.cpp842 auto *asExpression = AllocNode<ir::TSAsExpression>(primaryExpression, type, false); in ParsePotentialAsExpression() local
H A DETSparser.cpp1815 auto *asExpression = AllocNode<ir::TSAsExpression>(number, floatType, true); in ParseCoercedNumberLiteral() local
H A DexpressionParser.cpp1221 static inline bool ShouldAsExpressionBeAmended(const ir::TSAsExpression *const asExpression, in ShouldAsExpressionBeAmended() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.cpp1232 const auto *const asExpression = node->Parent()->AsTSAsExpression(); in EmitUnboxEnum() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp855 ir::Expression *asExpression = ParseTsAsExpression(lhsExpression, flags); in ParseAssignmentExpression() local

Completed in 21 milliseconds