Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp530 if (!LookupInterface(ValuePrintingInfo[WithAlloc], in FindRuntimeInterface()
531 MagicRuntimeInterface[WithAlloc])) in FindRuntimeInterface()
584 case Interpreter::InterfaceKind::WithAlloc: in getCall()
589 Interp.getValuePrintingInfo()[Interpreter::InterfaceKind::WithAlloc], in getCall()
645 return Interpreter::InterfaceKind::WithAlloc; in VisitRecordType()
650 return Interpreter::InterfaceKind::WithAlloc; in VisitMemberPointerType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h132 enum InterfaceKind { NoAlloc, WithAlloc, CopyArray, NewTag }; enumerator