Searched refs:WithAlloc (Results 1 – 2 of 2) sorted by relevance
608 if (!LookupInterface(ValuePrintingInfo[WithAlloc], in FindRuntimeInterface()609 MagicRuntimeInterface[WithAlloc])) in FindRuntimeInterface()638 return Interpreter::InterfaceKind::WithAlloc; in VisitRecordType()643 return Interpreter::InterfaceKind::WithAlloc; in VisitMemberPointerType()757 case Interpreter::InterfaceKind::WithAlloc: in transformForValuePrinting()763 .getValuePrintingInfo()[Interpreter::InterfaceKind::WithAlloc], in transformForValuePrinting()
170 enum InterfaceKind { NoAlloc, WithAlloc, CopyArray, NewTag }; enumerator