Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_method_signature.h56 EtsType paramType = GetTypeByFirstChar(signature[i]); in ProcessParameter() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeRelationContext.cpp117 auto *paramType = checker_->GetTypeFromTypeAnnotation(it); in InstantiateType() local
Dfunction_helpers.h99 …auto *paramType = (ix < signature->MinArgCount()) ? sigInfo->params[ix]->TsType() : sigInfo->restV… in BuildImplicitSubstitutionForArguments() local
Dobject.cpp228 ETSTypeParameter *const paramType = [this, param]() { in SetUpTypeParameterConstraint() local
265 auto *const paramType = CreateTypeParameter(); in SetUpParameterType() local
Dfunction.cpp85 bool ETSChecker::EnhanceSubstitutionForType(const ArenaVector<Type *> &typeParams, Type *paramType,… in EnhanceSubstitutionForType()
123 …cker::EnhanceSubstitutionForObject(const ArenaVector<Type *> &typeParams, ETSObjectType *paramType, in EnhanceSubstitutionForObject()
928 const auto paramType = param->Variable()->TsType(); in ValidateMainSignature() local
Ddynamic.cpp115 Type *paramType = in CreateDynamicCallIntrinsic() local
/arkcompiler/ets_frontend/merge_abc/src/
DassemblyFunctionProto.cpp158 auto &paramType = Type::Deserialize(protoParam.type(), allocator); in Deserialize() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dcommon.h617 std::string paramType = "i32"; in CheckCondJumpWithZero() local
686 std::string paramType = "i32"; in CheckCondJump() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dfunction.cpp214 Type *paramType = paramIdent->TypeAnnotation()->GetType(this); in CheckFunctionAssignmentPatternParameter() local
225 Type *paramType = nullptr; in CheckFunctionAssignmentPatternParameter() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp216 Type *paramType = paramIdent->TypeAnnotation()->AsTypeNode()->GetType(this); in CheckFunctionAssignmentPatternParameter() local
227 Type *paramType = nullptr; in CheckFunctionAssignmentPatternParameter() local
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dsignature.cpp101 auto *const paramType = signatureInfo_->params[idx]->TsType(); in Copy() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DarrayExpression.cpp387 auto paramType = param->Check(checker); in GetPrefferedTypeFromFuncParam() local
/arkcompiler/ets_frontend/ets2panda/util/
DdeclgenEts2Ts.cpp230 const auto *paramType = param->TsType(); in GenFunctionType() local
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_info_extractor.cpp219 Type paramType = pda.GetArgType(idx++); in Extract() local
Dfile_reader.cpp558 Type paramType = protoAcc->GetArgType(paramNum); in CreateParamTypeItem() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp173 auto *paramType = param->TsType(); in GenExternalFunction() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp248 for (const auto paramType : paramTypeList) { in LiteCGGetFuncParamTypes() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dir_builder_test.cpp230 std::string paramType = "i32"; in CheckCondJump() local
302 std::string paramType = "i32"; in CheckCondJumpWithZero() local
Dconst_folding_test.cpp95 …void CheckCompareEqualInputs(DataType::Type paramType, ConditionCode cc, std::optional<uint64_t> r… in CheckCompareEqualInputs()
Dpeepholes_test.cpp47 void CheckCompare(DataType::Type paramType, ConditionCode origCc, ConditionCode cc) in CheckCompare()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp617 checker::Type *paramType; in Check() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlitecg_ir_builder.cpp1125 const auto paramType = paramTypes.at(params.size()); in VisitCall() local
Dllvm_ir_builder.cpp934 const auto paramType = paramTypes.at(params.size()); in VisitCall() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument