Home
last modified time | relevance | path

Searched defs:typeArg (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/
DSupportedStdCallAPI.ts95 const typeArg = type.aliasTypeArguments[0]; constant
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeRelationContext.cpp133 auto typeArg = typeParam->Substitute(relation, substitution); in CheckInstantiationConstraints() local
Dhelpers.cpp2378 …ETSChecker::EmplaceSubstituted(Substitution *substitution, ETSTypeParameter *tparam, Type *typeArg) in EmplaceSubstituted()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.cpp831 auto *typeArg = typeArguments_[idx]; in IsGenericSupertypeOf() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts4598 const typeArg = tsCallExpr.typeArguments[0]; constant
5241 const typeArg = newExpr.typeArguments?.[0]; constant
5652 for (const typeArg of typeRef.typeArguments) { constant
5851 for (const typeArg of typeArgs) { constant
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp1245 Type *typeArg = type->AsETSObjectType()->TypeArguments().at(0); in Check() local
1253 Type *typeArg = argType->AsETSObjectType()->TypeArguments().at(0); in Check() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts1329 for (const typeArg of typeNode.typeArguments) { constant
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp701 auto *typeArg = in CreateCallForLambdaClassInvoke() local