Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/
DArkMethod.ts662 const argType = arg.getType(); constant
700 const argType = arg.getType(); constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/
DentryMethodUtils.ts105 const argType = arg.getType(); constant
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DstringConstructorLowering.cpp69 auto *argType = arg->TsType(); in ReplaceStringConstructor() 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.cpp61 auto argType = meth->GetArgType(firstRealArg + i); in TypeAPIMethodInvokeImplementation() local
Dstd_concurrency_Launch.cpp76 auto argType = method->GetArgType(firstRealArg + i); in CreateArgsVector() local
Dstd_core_Type.cpp573 const auto *argType = function->ResolveArgType(i); in TypeAPIGetParameterDescriptor() 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/
DvalidateHelpers.cpp313 const Type *const argType = element->AsSpreadElement()->Argument()->Check(this); in IsArrayExprSizeValidForTuple() local
Dfunction_helpers.h94 auto *const argType = arg->IsSpreadElement() in InferUntilFail() local
Dhelpers.cpp2479 void ETSChecker::CheckValidGenericTypeParameter(Type *const argType, const lexer::SourcePosition &p… in CheckValidGenericTypeParameter()
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DInteropS2DObjectLiteralsCheck.ts177 const argType = arg.getType(); constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DIRInference.ts346 const argType = arg.getType(); constant
574 const argType = arg.getType(); constant
/arkcompiler/runtime_core/static_core/verification/type/
Dtype_system.cpp135 Type argType; in GetMethodSignature() 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/checker/
DETSAnalyzer.cpp1235 checker::Type *argType = checker->GetApparentType(expr->argument_->Check(checker)); in Check() local
2515 static checker::Type *GetTypeOfStringType(checker::Type *argType, ETSChecker *checker) in GetTypeOfStringType() argument
2557 static checker::Type *ComputeTypeOfType(ETSChecker *checker, checker::Type *argType) in ComputeTypeOfType() argument
2593 auto argType = expr->argument_->Check(checker); in Check() local
3373 checker::Type *argType = st->argument_->Check(checker); in Check() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPagBuilder.ts625 let argType = arg.getType(); variable
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp693 auto argType = PFTypeToPandasmType(protoAccessor.GetArgType(i), protoAccessor, refIdx); in GetParams() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts5637 let argType; variable
6850 const argType = this.tsTypeChecker.getTypeAtLocation(expr.arguments[0]); constant