Home
last modified time | relevance | path

Searched defs:paramType (Results 1 - 25 of 32) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_method_signature.h56 EtsType paramType = GetTypeByFirstChar(signature[i]); in ProcessParameter() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DtypeRelationContext.cpp83 auto *paramType = it->GetType(checker_); in InstantiateType() local
H A Dfunction_helpers.h98 auto *const paramType = (ix < signature->MinArgCount()) ? sigInfo->params[ix]->TsType() in InferUntilFail() local
H A Dobject.cpp272 ETSTypeParameter *const paramType = param->Name()->Variable()->TsType()->AsETSTypeParameter(); in SetUpTypeParameterConstraint() local
311 auto *const paramType = CreateTypeParameter(); in SetUpParameterType() local
[all...]
H A Ddynamic.cpp126 auto paramType = arguments[i]->TsType()->IsLambdaObject() in CreateDynamicCallIntrinsic() local
H A DtypeCreation.cpp178 auto paramType = param->AsETSParameterExpression()->TypeAnnotation()->Check(checker); in SetTypesForScriptFunction() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dir_builder_test.cpp254 std::string paramType = "i32"; in CheckCondJump() local
307 std::string paramType = "i32"; in CheckCondJumpWithZero() local
H A Dconst_folding_test.cpp99 void CheckCompareEqualInputs(DataType::Type paramType, ConditionCode cc, std::optional<uint64_t> result) in CheckCompareEqualInputs() argument
H A Dpeepholes_test.cpp47 void CheckCompare(DataType::Type paramType, ConditionCode origCc, ConditionCode cc) in CheckCompare() argument
/arkcompiler/ets_frontend/merge_abc/src/
H A DassemblyFunctionProto.cpp176 auto &paramType = Type::Deserialize(protoParam.type(), allocator); in Deserialize() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinduction_variable_analysis.cpp48 const ParamType paramType = accessor.GetParamType(); in IsInductionVariable() local
85 [[maybe_unused]]const ParamType paramType = accessor.GetParamType(); in GetStartAndStride() local
H A Dnumber_speculative_lowering.cpp300 const ParamType paramType = accessor.GetParamType(); in VisitNumberCalculate() local
321 const ParamType paramType = accessor.GetParamType(); in VisitNumberCompare() local
363 const ParamType paramType = accessor.GetParamType(); in VisitNumberDiv() local
384 const ParamType paramType in VisitNumberMod() local
[all...]
H A Dmcr_circuit_builder.h548 GateRef CircuitBuilder::TypedBinaryOp(GateRef x, GateRef y, ParamType paramType) in TypedBinaryOp() argument
592 GateRef CircuitBuilder::TypedUnaryOp(GateRef x, ParamType paramType) in TypedUnaryOp() argument
606 GateRef CircuitBuilder::TypedConditionJump(GateRef x, ParamType paramType, uint32_t weight) in TypedConditionJump() argument
646 GateRef CircuitBuilder::PrimitiveToNumber(GateRef x, ParamType paramType) in PrimitiveToNumber() argument
H A Dmcr_gate_meta_data.h255 static uint64_t ToValue(ParamType paramType, TypedUnOp unaryOp) in ToValue() argument
530 static uint64_t ToValue(ParamType paramType, TypedJumpOp jumpOp, uint32_t weight) in ToValue() argument
H A Dshare_gate_meta_data.h703 static uint64_t ToValue(ParamType paramType, Mode mode, OnHeapMode onHeap) in ToValue() argument
H A Dnumber_speculative_retype.cpp47 GateRef NumberSpeculativeRetype::SetOutputType(GateRef gate, ParamType paramType) in SetOutputType() argument
648 const ParamType paramType = accessor.GetParamType(); in VisitNumberBinaryOp() local
670 ParamType paramType = accessor.GetParamType(); in VisitTypedUnaryOp() local
693 const ParamType paramType = accessor.GetParamType(); VisitNumberCalculate() local
762 ParamType paramType = accessor.GetParamType(); VisitDoubleMonocular() local
780 ParamType paramType = accessor.GetParamType(); VisitIsTrueOrFalse() local
809 ParamType paramType = accessor.GetParamType(); VisitNumberNot() local
854 VisitNumberRelated(GateRef gate, ParamType paramType) VisitNumberRelated() argument
997 const ParamType paramType = accessor.GetParamType(); ConvertForNumberBinaryOp() local
1013 const ParamType paramType = accessor.GetParamType(); ConvertForNumberCompareOp() local
1026 const ParamType paramType = accessor.GetParamType(); ConvertForNumberShiftAndLogicalOperator() local
1632 ParamType paramType = accessor.GetLeftType(); VisitTypeConvert() local
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A Dsignature.cpp108 auto *const paramType = signatureInfo_->params[idx]->TsType(); in Copy() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DarrayExpression.cpp408 auto paramType = param->Check(checker); in GetPrefferedTypeFromFuncParam() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dcommon.h626 std::string paramType = "i32"; in CheckCondJumpWithZero() local
673 std::string paramType = "i32"; in CheckCondJump() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dfunction.cpp219 Type *paramType = paramIdent->TypeAnnotation()->AsTypeNode()->GetType(this); in CheckFunctionAssignmentPatternParameter() local
230 Type *paramType = nullptr; in CheckFunctionAssignmentPatternParameter() local
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzerHelpers.cpp764 Type *InstantiateBoxedPrimitiveType(ETSChecker *checker, ir::Expression *param, Type *paramType) in InstantiateBoxedPrimitiveType() argument
H A DETSAnalyzer.cpp510 checker::Type *paramType; in Check() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dfunction.cpp214 Type *paramType = paramIdent->TypeAnnotation()->GetType(this); in CheckFunctionAssignmentPatternParameter() local
225 Type *paramType = nullptr; in CheckFunctionAssignmentPatternParameter() local
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_reader.cpp496 Type paramType = protoAcc->GetArgType(paramNum); in CreateParamTypeItem() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSCompiler.cpp706 checker::Type *paramType; in ConvertArgumentsForFunctionalCall() local

Completed in 49 milliseconds

12