Searched defs:resNode (Results 1 – 2 of 2) sorted by relevance
155 ir::AstNode *resNode {}; in FoldTernaryConstant() local348 auto resNode = util::NodeAllocator::Alloc<ir::BooleanLiteral>(context_->allocator, result); in FoldBinaryBooleanConstant() local501 …ir::TypedAstNode *resNode = util::NodeAllocator::Alloc<ir::NumberLiteral>(context_->allocator, res… in FoldBinaryNumericConstantHelper() local548 auto resNode = util::NodeAllocator::Alloc<ir::StringLiteral>(context_->allocator, resStr); in FoldBinaryStringConstant() local614 …ir::TypedAstNode *resNode = util::NodeAllocator::Alloc<ir::NumberLiteral>(context_->allocator, res… in FoldUnaryNumericConstantHelper() local662 auto resNode = util::NodeAllocator::Alloc<ir::BooleanLiteral>(context_->allocator, result); in FoldUnaryBooleanConstant() local697 …ir::TypedAstNode *resNode = util::NodeAllocator::Alloc<ir::CharLiteral>(context_->allocator, resCh… in FoldTSAsExpressionToChar() local707 …ir::TypedAstNode *resNode = util::NodeAllocator::Alloc<ir::BooleanLiteral>(context_->allocator, re… in FoldTSAsExpressionToBoolean() local852 ir::AstNode *resNode = nullptr; in UnfoldConstIdentifier() local
32 auto resNode = util::NodeAllocator::Alloc<ir::StringLiteral>(ctx->allocator, resStr); in FoldConcat() local