Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Interpreter/
HDInterpreter.h173 return ValuePrintingInfo; in getValuePrintingInfo()
184 llvm::SmallVector<Expr *, 4> ValuePrintingInfo; variable
/freebsd-14-stable/contrib/llvm-project/clang/lib/Interpreter/
HDInterpreter.cpp322 Interp->ValuePrintingInfo.resize(4); in create()
585 if (llvm::all_of(ValuePrintingInfo, [](Expr *E) { return E != nullptr; })) in FindRuntimeInterface()
604 if (!LookupInterface(ValuePrintingInfo[NoAlloc], in FindRuntimeInterface()
608 if (!LookupInterface(ValuePrintingInfo[WithAlloc], in FindRuntimeInterface()
611 if (!LookupInterface(ValuePrintingInfo[CopyArray], in FindRuntimeInterface()
614 if (!LookupInterface(ValuePrintingInfo[NewTag], in FindRuntimeInterface()