| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | stringConstructorLowering.cpp | 69 auto *argType = arg->TsType(); in ReplaceStringConstructor() local
|
| D | lambdaLowering.cpp | 816 auto *argType = ast->Parent()->AsCallExpression()->Signature()->Params()[ix]->TsType(); in GuessSignature() 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 | 63 auto argType = meth->GetArgType(firstRealArg + i); in TypeAPIMethodInvokeImplementation() 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 | function_helpers.h | 94 auto *const argType = arg->IsSpreadElement() in InferUntilFail() local
|
| D | validateHelpers.cpp | 359 Type *argType = element->AsSpreadElement()->Argument()->Check(this); in ValidateTupleMinElementSize() local
|
| D | function.cpp | 85 bool ETSChecker::HasTypeArgsOfObject(Type *argType, Type *paramType) in HasTypeArgsOfObject() 106 …cker::EnhanceSubstitutionForGenericType(const ArenaVector<Type *> &typeParams, const Type *argType, in EnhanceSubstitutionForGenericType()
|
| D | helpers.cpp | 2111 void ETSChecker::CheckValidGenericTypeParameter(Type *const argType, const lexer::SourcePosition &p… in CheckValidGenericTypeParameter()
|
| /arkcompiler/runtime_core/static_core/verification/type/ |
| D | type_system.cpp | 138 Type argType; in GetMethodSignature() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzer.cpp | 1030 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/ |
| 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/linter/src/lib/ |
| D | TypeScriptLinter.ts | 2193 let argType; variable
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disassembler.cpp | 678 auto argType = PFTypeToPandasmType(protoAccessor.GetArgType(i), protoAccessor, refIdx); in GetParams() local
|