Home
last modified time | relevance | path

Searched defs:argType (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DstringConstructorLowering.cpp69 auto *argType = arg->TsType(); in ReplaceStringConstructor() local
DlambdaLowering.cpp816 auto *argType = ast->Parent()->AsCallExpression()->Signature()->Params()[ix]->TsType(); in GuessSignature() local
/arkcompiler/runtime_core/static_core/abc2program/
Dabc_method_processor.cpp160 auto argType = PFTypeToPandasmType(protoAccessor.GetArgType(i), protoAccessor, refIdx); in GetParams() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Method.cpp63 auto argType = meth->GetArgType(firstRealArg + i); in TypeAPIMethodInvokeImplementation() local
/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/
Dheader_writer.cpp133 auto argType = pda.GetArgType(idx); in PrintPrototype() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction_helpers.h94 auto *const argType = arg->IsSpreadElement() in InferUntilFail() local
DvalidateHelpers.cpp359 Type *argType = element->AsSpreadElement()->Argument()->Check(this); in ValidateTupleMinElementSize() local
Dfunction.cpp85 bool ETSChecker::HasTypeArgsOfObject(Type *argType, Type *paramType) in HasTypeArgsOfObject()
106 …cker::EnhanceSubstitutionForGenericType(const ArenaVector<Type *> &typeParams, const Type *argType, in EnhanceSubstitutionForGenericType()
Dhelpers.cpp2111 void ETSChecker::CheckValidGenericTypeParameter(Type *const argType, const lexer::SourcePosition &p… in CheckValidGenericTypeParameter()
/arkcompiler/runtime_core/static_core/verification/type/
Dtype_system.cpp138 Type argType; in GetMethodSignature() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp1030 checker::Type *argType = checker->GetApparentType(expr->argument_->Check(checker)); in Check() local
1051 Type *const argType = expr->Source()->Check(checker); in Check() local
1825 static checker::Type *GetTypeOfStringType(checker::Type *argType, ETSChecker *checker) in GetTypeOfStringType() argument
1866 static checker::Type *ComputeTypeOfType(ETSChecker *checker, checker::Type *argType) in ComputeTypeOfType() argument
1902 auto argType = expr->argument_->Check(checker); in Check() local
2626 auto *argType = st->argument_->Check(checker); in Check() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dmethod_data_accessor-inl.h339 auto argType = pda.GetArgType(idx); in EnumerateTypesInProto() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_method_test.cpp185 EtsType argType; in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts2193 let argType; variable
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp678 auto argType = PFTypeToPandasmType(protoAccessor.GetArgType(i), protoAccessor, refIdx); in GetParams() local