Searched refs:NeedComma (Results 1 – 8 of 8) sorted by relevance
815 if (NeedComma) in print()819 NeedComma = true; in print()825 if (NeedComma) in print()829 NeedComma = true; in print()832 if (NeedComma) in print()839 if (NeedComma) in print()846 if (NeedComma) in print()853 if (NeedComma) in print()860 if (NeedComma) in print()868 if (NeedComma) in print()[all …]
1881 bool NeedComma = false; in print() local1883 if (NeedComma) in print()1886 NeedComma = true; in print()
80 bool NeedComma = false; in generateReproducerMetaInfo() local82 if (NeedComma) in generateReproducerMetaInfo()84 NeedComma = true; in generateReproducerMetaInfo()
2139 bool NeedComma = false; in VisitLambdaExpr() local2146 NeedComma = true; in VisitLambdaExpr()2151 NeedComma = true; in VisitLambdaExpr()2161 if (NeedComma) in VisitLambdaExpr()2163 NeedComma = true; in VisitLambdaExpr()2221 NeedComma = false; in VisitLambdaExpr()2223 if (NeedComma) { in VisitLambdaExpr()2226 NeedComma = true; in VisitLambdaExpr()2235 if (NeedComma) in VisitLambdaExpr()
1222 bool NeedComma = false; in printTemplateParameters() local1227 if (NeedComma) in printTemplateParameters()1230 NeedComma = true; in printTemplateParameters()
1429 bool NeedComma = false; in printGPRIdxMode() local1432 if (NeedComma) in printGPRIdxMode()1435 NeedComma = true; in printGPRIdxMode()
2900 bool NeedComma = false; in operator <<() local2902 if (NeedComma) OS << ", "; in operator <<()2903 NeedComma = true; in operator <<()
1654 bool NeedComma = false; in print() local1656 if (NeedComma) OS << ','; in print()1658 NeedComma = true; in print()