Searched defs:resultType (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | binaryLikeExpression.cpp | 75 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/ |
| 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 | 124 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/ |
| D | js_convert_stdlib.h | 80 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/ |
| D | forOfStatement.cpp | 198 if (auto const *const resultType = nextSignature->ReturnType()->AsETSObjectType(); in CheckIteratorMethodForObject() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/mpl2mpl/ |
| D | constantfold_test.cpp | 42 PrimType resultType = PTY_i64; in TEST() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | interfaceObjectLiteralLowering.cpp | 354 checker::Type *resultType = ProcessDeclNode(checker, etsTargetType, objExpr); in HandleInterfaceLowering() local
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | abs_int_inl.h | 3121 Type resultType = methodSig->result; in CheckCall() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 823 PrimType resultType = expr.GetPrimType(); in SelectDread() local
|