Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp89 bool PrintComma = false; in printTo() local
93 if (PrintComma) in printTo()
96 PrintComma = true; in printTo()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp974 bool PrintComma = false; in PrintPreprocessedTokens() local
976 if (PrintComma) in PrintPreprocessedTokens()
979 PrintComma = true; in PrintPreprocessedTokens()