Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsUnionType.cpp344 for (auto *ctype : constituentTypes_) { in Substitute() local
352 for (auto const &ctype : ConstituentTypes()) { in IsSupertypeOf() local
361 for (auto const &ctype : ConstituentTypes()) { in IsSubtypeOf() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCheckingHelpers.cpp215 for (auto const &ctype : type->AsETSUnionType()->ConstituentTypes()) { in MatchConstituentOrConstraint() local
Dfunction.cpp195 [this, typeParams, argumentType, substitution](Type *ctype) { in EnhanceSubstitutionForUnion()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp5548 PrimType dtype, PrimType ctype, bool hasCompare, ConditionCode cc) in SelectSelect()
5570 PrimType ctype = expr.Opnd(0)->GetPrimType(); in SelectSelect() local