| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_method_signature.h | 56 EtsType paramType = GetTypeByFirstChar(signature[i]); in ProcessParameter() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | typeRelationContext.cpp | 117 auto *paramType = checker_->GetTypeFromTypeAnnotation(it); in InstantiateType() local
|
| D | function_helpers.h | 99 …auto *paramType = (ix < signature->MinArgCount()) ? sigInfo->params[ix]->TsType() : sigInfo->restV… in BuildImplicitSubstitutionForArguments() local
|
| D | object.cpp | 228 ETSTypeParameter *const paramType = [this, param]() { in SetUpTypeParameterConstraint() local 265 auto *const paramType = CreateTypeParameter(); in SetUpParameterType() local
|
| D | function.cpp | 85 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
|
| D | dynamic.cpp | 115 Type *paramType = in CreateDynamicCallIntrinsic() local
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | assemblyFunctionProto.cpp | 158 auto ¶mType = Type::Deserialize(protoParam.type(), allocator); in Deserialize() local
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| D | common.h | 617 std::string paramType = "i32"; in CheckCondJumpWithZero() local 686 std::string paramType = "i32"; in CheckCondJump() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | function.cpp | 214 Type *paramType = paramIdent->TypeAnnotation()->GetType(this); in CheckFunctionAssignmentPatternParameter() local 225 Type *paramType = nullptr; in CheckFunctionAssignmentPatternParameter() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | function.cpp | 216 Type *paramType = paramIdent->TypeAnnotation()->AsTypeNode()->GetType(this); in CheckFunctionAssignmentPatternParameter() local 227 Type *paramType = nullptr; in CheckFunctionAssignmentPatternParameter() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | signature.cpp | 101 auto *const paramType = signatureInfo_->params[idx]->TsType(); in Copy() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | arrayExpression.cpp | 387 auto paramType = param->Check(checker); in GetPrefferedTypeFromFuncParam() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | declgenEts2Ts.cpp | 230 const auto *paramType = param->TsType(); in GenFunctionType() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | debug_info_extractor.cpp | 219 Type paramType = pda.GetArgType(idx++); in Extract() local
|
| D | file_reader.cpp | 558 Type paramType = protoAcc->GetArgType(paramNum); in CreateParamTypeItem() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSemitter.cpp | 173 auto *paramType = param->TsType(); in GenExternalFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 248 for (const auto paramType : paramTypeList) { in LiteCGGetFuncParamTypes() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | ir_builder_test.cpp | 230 std::string paramType = "i32"; in CheckCondJump() local 302 std::string paramType = "i32"; in CheckCondJumpWithZero() local
|
| D | const_folding_test.cpp | 95 …void CheckCompareEqualInputs(DataType::Type paramType, ConditionCode cc, std::optional<uint64_t> r… in CheckCompareEqualInputs()
|
| D | peepholes_test.cpp | 47 void CheckCompare(DataType::Type paramType, ConditionCode origCc, ConditionCode cc) in CheckCompare()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzer.cpp | 617 checker::Type *paramType; in Check() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | litecg_ir_builder.cpp | 1125 const auto paramType = paramTypes.at(params.size()); in VisitCall() local
|
| D | llvm_ir_builder.cpp | 934 const auto paramType = paramTypes.at(params.size()); in VisitCall() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|