Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Interpreter/
HDInterpreter.cpp845 if (!RuntimeIB) { in SynthesizeExpr()
846 RuntimeIB = FindRuntimeInterface(); in SynthesizeExpr()
847 AddPrintValueCall = RuntimeIB->getPrintValueTransformer(); in SynthesizeExpr()
861 AddPrintValueCall(RuntimeIB.get(), E, {ThisInterp, OutValue}); in SynthesizeExpr()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Interpreter/
HDInterpreter.h95 std::unique_ptr<RuntimeInterfaceBuilder> RuntimeIB; variable