Searched refs:NeedComma (Results 1 – 9 of 9) sorted by relevance
791 bool NeedComma = false; in print() local793 if (NeedComma) in print()797 NeedComma = true; in print()803 if (NeedComma) in print()807 NeedComma = true; in print()810 if (NeedComma) in print()814 NeedComma = true; in print()817 if (NeedComma) in print()821 NeedComma = true; in print()824 if (NeedComma) in print()[all …]
1849 bool NeedComma = false; in print() local1851 if (NeedComma) in print()1854 NeedComma = true; in print()
312 bool NeedComma = false; in clang_formatDiagnostic() local320 NeedComma = true; in clang_formatDiagnostic()332 if (NeedComma) in clang_formatDiagnostic()336 NeedComma = true; in clang_formatDiagnostic()343 if (NeedComma) in clang_formatDiagnostic()347 NeedComma = true; in clang_formatDiagnostic()353 (void) NeedComma; // Silence dead store warning. in clang_formatDiagnostic()
79 bool NeedComma = false; in generateReproducerMetaInfo() local81 if (NeedComma) in generateReproducerMetaInfo()83 NeedComma = true; in generateReproducerMetaInfo()
2124 bool NeedComma = false; in VisitLambdaExpr() local2131 NeedComma = true; in VisitLambdaExpr()2136 NeedComma = true; in VisitLambdaExpr()2146 if (NeedComma) in VisitLambdaExpr()2148 NeedComma = true; in VisitLambdaExpr()2206 NeedComma = false; in VisitLambdaExpr()2208 if (NeedComma) { in VisitLambdaExpr()2211 NeedComma = true; in VisitLambdaExpr()2220 if (NeedComma) in VisitLambdaExpr()
1083 bool NeedComma = false; in printTemplateParameters() local1088 if (NeedComma) in printTemplateParameters()1091 NeedComma = true; in printTemplateParameters()
1300 bool NeedComma = false; in printVGPRIndexMode() local1303 if (NeedComma) in printVGPRIndexMode()1306 NeedComma = true; in printVGPRIndexMode()
2648 bool NeedComma = false; in operator <<() local2650 if (NeedComma) OS << ", "; in operator <<()2651 NeedComma = true; in operator <<()
1654 bool NeedComma = false; in print() local1656 if (NeedComma) OS << ','; in print()1658 NeedComma = true; in print()