Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction_helpers.h124 … auto dflt = newTypeParam->GetDefaultType()->Substitute(checker->Relation(), substitution); in BuildImplicitSubstitutionForArguments() local
159 auto *dflt = sigParams[ix]->AsETSTypeParameter()->GetDefaultType(); in BuildExplicitSubstitutionForArguments() local
Darithmetic.cpp30 static inline void RepairTypeErrorWithDefault(Type **type, Type *dflt) in RepairTypeErrorWithDefault()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DmemberExpression.cpp365 auto *dflt = baseType->AsETSArrayType()->ElementType(); in CheckComputed() local
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp2142 auto *dflt = in CreateTypeParameter() local