Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
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/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.cpp124 BaseNode *ConstantFold::PairToExpr(PrimType resultType, const std::pair<BaseNode*, std::optional<In… in PairToExpr()
254 MIRIntConst *ConstantFold::FoldIntConstComparisonMIRConst(Opcode opcode, PrimType resultType, PrimT… in FoldIntConstComparisonMIRConst()
310 ConstvalNode *ConstantFold::FoldIntConstComparison(Opcode opcode, PrimType resultType, PrimType opn… in FoldIntConstComparison()
325 MIRConst *ConstantFold::FoldIntConstBinaryMIRConst(Opcode opcode, PrimType resultType, const MIRInt… in FoldIntConstBinaryMIRConst()
397 ConstvalNode *ConstantFold::FoldIntConstBinary(Opcode opcode, PrimType resultType, const ConstvalNo… in FoldIntConstBinary()
412 ConstvalNode *ConstantFold::FoldFPConstBinary(Opcode opcode, PrimType resultType, const ConstvalNod… in FoldFPConstBinary()
591 MIRIntConst *ConstantFold::FoldFPConstComparisonMIRConst(Opcode opcode, PrimType resultType, PrimTy… in FoldFPConstComparisonMIRConst()
607 ConstvalNode *ConstantFold::FoldFPConstComparison(Opcode opcode, PrimType resultType, PrimType opnd… in FoldFPConstComparison()
618 MIRConst *ConstantFold::FoldConstComparisonMIRConst(Opcode opcode, PrimType resultType, PrimType op… in FoldConstComparisonMIRConst()
636 ConstvalNode *ConstantFold::FoldConstComparison(Opcode opcode, PrimType resultType, PrimType opndTy… in FoldConstComparison()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_convert_stdlib.h80 napi_valuetype resultType = GetValueType(env, result); in GetValueFromNumber() local
100 napi_valuetype resultType = GetValueType(env, result); in GetValueFromString() local
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DforOfStatement.cpp198 if (auto const *const resultType = nextSignature->ReturnType()->AsETSObjectType(); in CheckIteratorMethodForObject() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/mpl2mpl/
Dconstantfold_test.cpp42 PrimType resultType = PTY_i64; in TEST() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfaceObjectLiteralLowering.cpp354 checker::Type *resultType = ProcessDeclNode(checker, etsTargetType, objExpr); in HandleInterfaceLowering() local
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h3121 Type resultType = methodSig->result; in CheckCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp823 PrimType resultType = expr.GetPrimType(); in SelectDread() local