Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp90 bool PrintComma = false; in printTo() local
94 if (PrintComma) in printTo()
97 PrintComma = true; in printTo()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp975 bool PrintComma = false; in PrintPreprocessedTokens() local
978 if (PrintComma) in PrintPreprocessedTokens()
981 PrintComma = true; in PrintPreprocessedTokens()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp5277 bool PrintComma = false; in EmitTestPragmaAttributeSupportedAttributes() local
5281 if (PrintComma) in EmitTestPragmaAttributeSupportedAttributes()
5283 PrintComma = true; in EmitTestPragmaAttributeSupportedAttributes()