Searched defs:resultType (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | binaryLikeExpression.cpp | 76 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/ |
| D | binaryLikeExpression.cpp | 80 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/ |
| D | constantfold.cpp | 137 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/ |
| D | forOfStatement.cpp | 199 if (auto const *const resultType = nextSignature->ReturnType()->AsETSObjectType(); in CheckIteratorMethodForObject() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | interfaceObjectLiteralLowering.cpp | 238 auto *resultType = GenerateAnonClassTypeFromInterface(checker, ifaceNode, objExpr); in HandleInterfaceLowering() local
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | abs_int_inl.h | 3272 Type resultType = methodSig->result; in CheckCall() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 2394 PrimType resultType = expr.GetPrimType(); in SelectDread() local 11173 PrimType resultType = rType; in SelectVectorShift() local 11232 auto resultType = FilterOneElementVectorType(rType); in SelectVectorShiftImm() local
|