Home
last modified time | relevance | path

Searched defs:paramType (Results 1 – 25 of 45) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dsignature_help_items.cpp139 std::string paramType = (*it)->TsType()->ToString(); in SetSignatureHelpParameter() local
167 std::string paramType = signatureInfo->restVar->TsType()->ToString(); in SetSignatureHelpParameter() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_typeapi_parameter.h59 void SetParameterType(EtsTypeAPIType *paramType) in SetParameterType()
Dets_method_signature.h69 EtsType paramType = GetTypeByFirstChar(signature[i]); in ProcessParameter() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinduction_variable_analysis.cpp48 const ParamType paramType = accessor.GetParamType(); in IsInductionVariable() local
85 [[maybe_unused]]const ParamType paramType = accessor.GetParamType(); in GetStartAndStride() local
Dnumber_speculative_retype.cpp39 GateRef NumberSpeculativeRetype::SetOutputType(GateRef gate, ParamType paramType) in SetOutputType()
682 const ParamType paramType = accessor.GetParamType(); in VisitNumberBinaryOp() local
704 ParamType paramType = accessor.GetParamType(); in VisitTypedUnaryOp() local
727 const ParamType paramType = accessor.GetParamType(); in VisitNumberCalculate() local
796 ParamType paramType = accessor.GetParamType(); in VisitDoubleMonocular() local
814 ParamType paramType = accessor.GetParamType(); in VisitIsTrueOrFalse() local
844 ParamType paramType = accessor.GetParamType(); in VisitNumberNot() local
889 GateRef NumberSpeculativeRetype::VisitNumberRelated(GateRef gate, ParamType paramType) in VisitNumberRelated()
1076 const ParamType paramType = accessor.GetParamType(); in ConvertForNumberBinaryOp() local
1092 const ParamType paramType = accessor.GetParamType(); in ConvertForNumberCompareOp() local
[all …]
Dnumber_speculative_lowering.cpp290 const ParamType paramType = accessor.GetParamType(); in VisitNumberCalculate() local
311 const ParamType paramType = accessor.GetParamType(); in VisitNumberCompare() local
353 const ParamType paramType = accessor.GetParamType(); in VisitNumberDiv() local
373 const ParamType paramType = accessor.GetParamType(); in VisitNumberMultiply() local
399 const ParamType paramType = accessor.GetParamType(); in VisitNumberMod() local
Dmcr_circuit_builder.h691 GateRef CircuitBuilder::TypedBinaryOp(GateRef x, GateRef y, ParamType paramType) in TypedBinaryOp()
735 GateRef CircuitBuilder::TypedUnaryOp(GateRef x, ParamType paramType) in TypedUnaryOp()
749 GateRef CircuitBuilder::TypedConditionJump(GateRef x, ParamType paramType, uint32_t weight) in TypedConditionJump()
789 GateRef CircuitBuilder::PrimitiveToNumber(GateRef x, ParamType paramType) in PrimitiveToNumber()
Dmcr_gate_meta_data.h288 static uint64_t ToValue(ParamType paramType, TypedUnOp unaryOp) in ToValue()
611 static uint64_t ToValue(ParamType paramType, TypedJumpOp jumpOp, uint32_t weight) in ToValue()
Dshare_gate_meta_data.h724 static uint64_t ToValue(ParamType paramType, Mode mode, OnHeapMode onHeap) in ToValue()
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/
DArkMethod.ts647 const paramType = parameters[i].getType(); constant
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp81 …::EnhanceSubstitutionForReadonly(const ArenaVector<Type *> &typeParams, ETSReadonlyType *paramType, in EnhanceSubstitutionForReadonly()
89 bool ETSChecker::EnhanceSubstitutionForType(const ArenaVector<Type *> &typeParams, Type *paramType,… in EnhanceSubstitutionForType()
198 Type *paramType = paramSig->Params()[paramIndex]->TsType(); in ProcessUntypedParameter() local
250 …::EnhanceSubstitutionForFunction(const ArenaVector<Type *> &typeParams, ETSFunctionType *paramType, in EnhanceSubstitutionForFunction()
314 …cker::EnhanceSubstitutionForObject(const ArenaVector<Type *> &typeParams, ETSObjectType *paramType, in EnhanceSubstitutionForObject()
336 …::EnhanceSubstitutionForArray(const ArenaVector<Type *> &typeParams, ETSArrayType *const paramType, in EnhanceSubstitutionForArray()
346ETSResizableArrayType *const paramType, Type *const argumentType, in EnhanceSubstitutionForResizableArray()
388 …ClearPreferredTypeForArray(checker::ETSChecker *checker, ir::Expression *argument, Type *paramType, in ClearPreferredTypeForArray()
427 auto const paramType = GetNonNullishType(substitutedSig->Params()[index]->TsType()); in ValidateSignatureRequiredParams() local
754 auto const paramType = checker->GetNonNullishType(sig->Params()[index]->TsType()); in UpdateArrayArgsAndUnboxingFlags() local
[all …]
DtypeRelationContext.cpp77 auto *paramType = it->GetType(checker_); in InstantiateType() local
Dfunction_helpers.h98 auto *const paramType = (ix < signature->ArgCount()) ? sigInfo->params[ix]->TsType() in InferUntilFail() local
Ddynamic.cpp132 auto paramType = arguments[i]->TsType()->IsLambdaObject() in CreateDynamicCallIntrinsic() local
/arkcompiler/ets_frontend/merge_abc/src/
DassemblyFunctionProto.cpp167 auto &paramType = Type::Deserialize(protoParam.type(), allocator); in Deserialize() local
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DInteropS2DObjectLiteralsCheck.ts162 const paramType = param.getType(); constant
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dcommon.h626 std::string paramType = "i32"; in CheckCondJumpWithZero() local
673 std::string paramType = "i32"; in CheckCondJump() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DIRInference.ts347 const paramType = parameters[index].getType(); constant
829 const paramType = ref.getType(); constant
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dsignature.cpp120 auto *const paramType = signatureInfo_->params[idx]->TsType(); in Copy() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp203 Type *paramType = paramIdent->TypeAnnotation()->AsTypeNode()->GetType(this); in CheckFunctionAssignmentPatternParameter() local
214 Type *paramType = nullptr; in CheckFunctionAssignmentPatternParameter() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dfunction.cpp217 Type *paramType = paramIdent->TypeAnnotation()->GetType(this); in CheckFunctionAssignmentPatternParameter() local
228 Type *paramType = nullptr; in CheckFunctionAssignmentPatternParameter() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/base/
DRef.ts237 private paramType: Type; property in ArkParameterRef
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_info_extractor.cpp211 Type paramType = pda.GetArgType(idx++); in EnumerateParameters() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp237 uint8_t JSRuntimeInstanceOfStaticTypeIntrinsic(JSValue *object, EtsTypeAPIType *paramType) in JSRuntimeInstanceOfStaticTypeIntrinsic()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Type.cpp602 …APIParameter *TypeAPIGetParameter(ObjectHeader *functionType, EtsLong i, EtsTypeAPIType *paramType) in TypeAPIGetParameter()

12