Searched defs:unboxed (Results 1 – 5 of 5) sorted by relevance
49 if (auto *unboxed = checker->MaybeUnboxInRelation(dimType); unboxed != nullptr) { in ProcessNewArrayInstanceExpression() local101 if (auto *unboxed = checker->MaybeUnboxInRelation(dimType); unboxed != nullptr) { in ProcessNewMultiDimArrayInstanceExpression() local
232 PandasmMethodCreator unboxed {objectTypeName + ".unboxed", this}; in DeclarePrimitive() local
278 const UnboxingConverter unboxed(etsChecker, relation, source); in Unboxing() local
1242 if (auto *unboxed = MaybeUnboxInRelation(objectType); unboxed != nullptr) { in MaybeUnboxConditionalInRelation() local
2517 if (auto unboxed = checker->MaybeUnboxType(argType); unboxed->IsETSPrimitiveType()) { in GetTypeOfStringType() local