Home
last modified time | relevance | path

Searched defs:resNode (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DconstantExpressionLowering.cpp155 ir::AstNode *resNode {}; in FoldTernaryConstant() local
348 auto resNode = util::NodeAllocator::Alloc<ir::BooleanLiteral>(context_->allocator, result); in FoldBinaryBooleanConstant() local
501 …ir::TypedAstNode *resNode = util::NodeAllocator::Alloc<ir::NumberLiteral>(context_->allocator, res… in FoldBinaryNumericConstantHelper() local
548 auto resNode = util::NodeAllocator::Alloc<ir::StringLiteral>(context_->allocator, resStr); in FoldBinaryStringConstant() local
614 …ir::TypedAstNode *resNode = util::NodeAllocator::Alloc<ir::NumberLiteral>(context_->allocator, res… in FoldUnaryNumericConstantHelper() local
662 auto resNode = util::NodeAllocator::Alloc<ir::BooleanLiteral>(context_->allocator, result); in FoldUnaryBooleanConstant() local
697 …ir::TypedAstNode *resNode = util::NodeAllocator::Alloc<ir::CharLiteral>(context_->allocator, resCh… in FoldTSAsExpressionToChar() local
707 …ir::TypedAstNode *resNode = util::NodeAllocator::Alloc<ir::BooleanLiteral>(context_->allocator, re… in FoldTSAsExpressionToBoolean() local
852 ir::AstNode *resNode = nullptr; in UnfoldConstIdentifier() local
DstringConstantsLowering.cpp32 auto resNode = util::NodeAllocator::Alloc<ir::StringLiteral>(ctx->allocator, resStr); in FoldConcat() local