Home
last modified time | relevance | path

Searched refs:WithAlloc (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp608 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()
/src/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h170 enum InterfaceKind { NoAlloc, WithAlloc, CopyArray, NewTag }; enumerator