Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEntryPointStats.cpp152 auto PrintAsBool = [&OS](bool B) { OS << (B ? "true" : "false"); }; in dumpAsCSV() local
153 llvm::interleaveComma(BoolStatValues, OS, PrintAsBool); in dumpAsCSV()