Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ts/
DbinaryLikeExpression.cpp75 Type *resultType = nullptr; in CheckBinaryOperator() local
101 Type *resultType = nullptr; in CheckPlusOperator() local
146 Type *resultType = CreateUnionType({ExtractDefinitelyFalsyTypes(rightType), rightType}); in CheckAndOperator() local
159 Type *resultType = CreateUnionType({RemoveDefinitelyFalsyTypes(leftType), rightType}); in CheckOrOperator() local
/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_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp138 BaseNode *ConstantFold::PairToExpr(PrimType resultType, const std::pair<BaseNode *, std::optional<I… in PairToExpr()
353 MIRIntConst *ConstantFold::FoldIntConstComparisonMIRConst(Opcode opcode, PrimType resultType, PrimT… in FoldIntConstComparisonMIRConst()
415 ConstvalNode *ConstantFold::FoldIntConstComparison(Opcode opcode, PrimType resultType, PrimType opn… in FoldIntConstComparison()
430 MIRConst *ConstantFold::FoldIntConstBinaryMIRConst(Opcode opcode, PrimType resultType, const MIRInt… in FoldIntConstBinaryMIRConst()
522 ConstvalNode *ConstantFold::FoldIntConstBinary(Opcode opcode, PrimType resultType, const ConstvalNo… in FoldIntConstBinary()
537 ConstvalNode *ConstantFold::FoldFPConstBinary(Opcode opcode, PrimType resultType, const ConstvalNod… in FoldFPConstBinary()
725 MIRIntConst *ConstantFold::FoldFPConstComparisonMIRConst(Opcode opcode, PrimType resultType, PrimTy… in FoldFPConstComparisonMIRConst()
741 ConstvalNode *ConstantFold::FoldFPConstComparison(Opcode opcode, PrimType resultType, PrimType opnd… in FoldFPConstComparison()
752 MIRConst *ConstantFold::FoldConstComparisonMIRConst(Opcode opcode, PrimType resultType, PrimType op… in FoldConstComparisonMIRConst()
770 ConstvalNode *ConstantFold::FoldConstComparison(Opcode opcode, PrimType resultType, PrimType opndTy… in FoldConstComparison()
[all …]
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h3324 Type resultType = methodSig->result; in CheckCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp3019 PrimType resultType = expr.GetPrimType(); in SelectDread() local
12237 PrimType resultType = rType; in SelectVectorShift() local