Home
last modified time | relevance | path

Searched defs:dflt (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction_helpers.h140 … auto dflt = newTypeParam->GetDefaultType()->Substitute(checker->Relation(), substitution); in BuildImplicitSubstitutionForArguments() local
174 auto *dflt = sigParams[ix]->AsETSTypeParameter()->GetDefaultType(); in BuildExplicitSubstitutionForArguments() local
Darithmetic.cpp83 static inline void RepairTypeErrorWithDefault(Type **type, Type *dflt) in RepairTypeErrorWithDefault()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DmemberExpression.cpp501 auto *dflt = baseType->AsETSArrayType()->ElementType(); in CheckComputed() local