Searched refs:NeedComma (Results 1 – 8 of 8) sorted by relevance
823 bool NeedComma = false; in print() local825 if (NeedComma) in print()829 NeedComma = true; in print()835 if (NeedComma) in print()839 NeedComma = true; in print()842 if (NeedComma) in print()846 NeedComma = true; in print()849 if (NeedComma) in print()853 NeedComma = true; in print()856 if (NeedComma) in print()[all …]
1951 bool NeedComma = false; in print() local1953 if (NeedComma) in print()1956 NeedComma = true; in print()
80 bool NeedComma = false; in generateReproducerMetaInfo() local82 if (NeedComma) in generateReproducerMetaInfo()84 NeedComma = true; in generateReproducerMetaInfo()
2185 bool NeedComma = false; in VisitLambdaExpr() local2192 NeedComma = true; in VisitLambdaExpr()2197 NeedComma = true; in VisitLambdaExpr()2207 if (NeedComma) in VisitLambdaExpr()2209 NeedComma = true; in VisitLambdaExpr()2267 NeedComma = false; in VisitLambdaExpr()2269 if (NeedComma) { in VisitLambdaExpr()2272 NeedComma = true; in VisitLambdaExpr()2281 if (NeedComma) in VisitLambdaExpr()
1169 bool NeedComma = false; in printTemplateParameters() local1174 if (NeedComma) in printTemplateParameters()1177 NeedComma = true; in printTemplateParameters()
1494 bool NeedComma = false; in printGPRIdxMode() local1497 if (NeedComma) in printGPRIdxMode()1500 NeedComma = true; in printGPRIdxMode()
2900 bool NeedComma = false; in operator <<() local2902 if (NeedComma) OS << ", "; in operator <<()2903 NeedComma = true; in operator <<()
1795 bool NeedComma = false; in print() local1797 if (NeedComma) OS << ','; in print()1799 NeedComma = true; in print()