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.cpp252 for (auto *ctype : constituentTypes_) { in Substitute() local
300 for (auto const &ctype : ConstituentTypes()) { in IsSupertypeOf() local
309 for (auto const &ctype : ConstituentTypes()) { in IsSubtypeOf() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_import.cpp1247 CallType ctype = static_cast<CallType>(ReadNum()); // call type in ImportCallInfo() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp180 for (auto const &ctype : type->AsETSUnionType()->ConstituentTypes()) { in MatchConstitutentOrConstraint() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp6138 PrimType dtype, PrimType ctype, bool hasCompare, ConditionCode cc) in SelectSelect()
6160 PrimType ctype = expr.Opnd(0)->GetPrimType(); in SelectSelect() local