| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/ |
| D | ArkMethod.ts | 662 const argType = arg.getType(); constant 700 const argType = arg.getType(); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/ |
| D | entryMethodUtils.ts | 105 const argType = arg.getType(); constant
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | stringConstructorLowering.cpp | 69 auto *argType = arg->TsType(); in ReplaceStringConstructor() local
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| D | abc_method_processor.cpp | 160 auto argType = PFTypeToPandasmType(protoAccessor.GetArgType(i), protoAccessor, refIdx); in GetParams() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Method.cpp | 61 auto argType = meth->GetArgType(firstRealArg + i); in TypeAPIMethodInvokeImplementation() local
|
| D | std_concurrency_Launch.cpp | 76 auto argType = method->GetArgType(firstRealArg + i); in CreateArgsVector() local
|
| D | std_core_Type.cpp | 573 const auto *argType = function->ResolveArgType(i); in TypeAPIGetParameterDescriptor() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/ |
| D | header_writer.cpp | 133 auto argType = pda.GetArgType(idx); in PrintPrototype() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | validateHelpers.cpp | 313 const Type *const argType = element->AsSpreadElement()->Argument()->Check(this); in IsArrayExprSizeValidForTuple() local
|
| D | function_helpers.h | 94 auto *const argType = arg->IsSpreadElement() in InferUntilFail() local
|
| D | helpers.cpp | 2479 void ETSChecker::CheckValidGenericTypeParameter(Type *const argType, const lexer::SourcePosition &p… in CheckValidGenericTypeParameter()
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/ |
| D | InteropS2DObjectLiteralsCheck.ts | 177 const argType = arg.getType(); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/ |
| D | IRInference.ts | 346 const argType = arg.getType(); constant 574 const argType = arg.getType(); constant
|
| /arkcompiler/runtime_core/static_core/verification/type/ |
| D | type_system.cpp | 135 Type argType; in GetMethodSignature() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | method_data_accessor-inl.h | 339 auto argType = pda.GetArgType(idx); in EnumerateTypesInProto() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_method_test.cpp | 185 EtsType argType; in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzer.cpp | 1235 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/ |
| D | PagBuilder.ts | 625 let argType = arg.getType(); variable
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disassembler.cpp | 693 auto argType = PFTypeToPandasmType(protoAccessor.GetArgType(i), protoAccessor, refIdx); in GetParams() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinter.ts | 5637 let argType; variable 6850 const argType = this.tsTypeChecker.getTypeAtLocation(expr.arguments[0]); constant
|