Home
last modified time | relevance | path

Searched defs:resultType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
DbinaryLikeExpression.cpp76 Type *resultType = nullptr; in CheckBinaryOperator() local
102 Type *resultType = nullptr; in CheckPlusOperator() local
147 Type *resultType = CreateUnionType({ExtractDefinitelyFalsyTypes(rightType), rightType}); in CheckAndOperator() local
160 Type *resultType = CreateUnionType({RemoveDefinitelyFalsyTypes(leftType), rightType}); in CheckOrOperator() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DbinaryLikeExpression.cpp80 Type *resultType = nullptr; in CheckBinaryOperator() local
109 Type *resultType = nullptr; in CheckPlusOperator() local
158 Type *resultType = CreateUnionType({ExtractDefinitelyFalsyTypes(rightType), rightType}); in CheckAndOperator() local
171 Type *resultType = CreateUnionType({RemoveDefinitelyFalsyTypes(leftType), rightType}); in CheckOrOperator() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp137 BaseNode *ConstantFold::PairToExpr(PrimType resultType, const std::pair<BaseNode*, std::optional<In… in PairToExpr()
359 MIRIntConst *ConstantFold::FoldIntConstComparisonMIRConst(Opcode opcode, PrimType resultType, PrimT… in FoldIntConstComparisonMIRConst()
421 ConstvalNode *ConstantFold::FoldIntConstComparison(Opcode opcode, PrimType resultType, PrimType opn… in FoldIntConstComparison()
436 MIRConst *ConstantFold::FoldIntConstBinaryMIRConst(Opcode opcode, PrimType resultType, const MIRInt… in FoldIntConstBinaryMIRConst()
529 ConstvalNode *ConstantFold::FoldIntConstBinary(Opcode opcode, PrimType resultType, const ConstvalNo… in FoldIntConstBinary()
544 ConstvalNode *ConstantFold::FoldFPConstBinary(Opcode opcode, PrimType resultType, const ConstvalNod… in FoldFPConstBinary()
735 MIRIntConst *ConstantFold::FoldFPConstComparisonMIRConst(Opcode opcode, PrimType resultType, PrimTy… in FoldFPConstComparisonMIRConst()
751 ConstvalNode *ConstantFold::FoldFPConstComparison(Opcode opcode, PrimType resultType, PrimType opnd… in FoldFPConstComparison()
762 MIRConst *ConstantFold::FoldConstComparisonMIRConst(Opcode opcode, PrimType resultType, PrimType op… in FoldConstComparisonMIRConst()
780 ConstvalNode *ConstantFold::FoldConstComparison(Opcode opcode, PrimType resultType, PrimType opndTy… in FoldConstComparison()
[all …]
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DforOfStatement.cpp199 if (auto const *const resultType = nextSignature->ReturnType()->AsETSObjectType(); in CheckIteratorMethodForObject() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfaceObjectLiteralLowering.cpp238 auto *resultType = GenerateAnonClassTypeFromInterface(checker, ifaceNode, objExpr); in HandleInterfaceLowering() local
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h3272 Type resultType = methodSig->result; in CheckCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp2394 PrimType resultType = expr.GetPrimType(); in SelectDread() local
11173 PrimType resultType = rType; in SelectVectorShift() local
11232 auto resultType = FilterOneElementVectorType(rType); in SelectVectorShiftImm() local