Home
last modified time | relevance | path

Searched refs:NeedComma (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexDiagnostic.cpp312 bool NeedComma = false; in clang_formatDiagnostic() local
320 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()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRPrinter.cpp792 if (NeedComma) in print()
796 NeedComma = true; in print()
802 if (NeedComma) in print()
806 NeedComma = true; in print()
809 if (NeedComma) in print()
813 NeedComma = true; in print()
816 if (NeedComma) in print()
820 NeedComma = true; in print()
824 if (NeedComma) in print()
832 if (NeedComma) in print()
[all …]
H A DMachineInstr.cpp1781 bool NeedComma = false; in print() local
1783 if (NeedComma) in print()
1786 NeedComma = true; in print()
/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp78 bool NeedComma = false; in generateReproducerMetaInfo() local
80 if (NeedComma) in generateReproducerMetaInfo()
82 NeedComma = true; in generateReproducerMetaInfo()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtPrinter.cpp2114 bool NeedComma = false; in VisitLambdaExpr() local
2121 NeedComma = true; in VisitLambdaExpr()
2126 NeedComma = true; in VisitLambdaExpr()
2136 if (NeedComma) in VisitLambdaExpr()
2138 NeedComma = true; in VisitLambdaExpr()
2195 NeedComma = false; in VisitLambdaExpr()
2197 if (NeedComma) { in VisitLambdaExpr()
2200 NeedComma = true; in VisitLambdaExpr()
2209 if (NeedComma) in VisitLambdaExpr()
H A DDeclPrinter.cpp1079 bool NeedComma = false; in printTemplateParameters() local
1084 if (NeedComma) in printTemplateParameters()
1087 NeedComma = true; in printTemplateParameters()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1277 bool NeedComma = false; in printVGPRIndexMode() local
1280 if (NeedComma) in printVGPRIndexMode()
1283 NeedComma = true; in printVGPRIndexMode()
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DRecord.cpp2561 bool NeedComma = false; in operator <<() local
2563 if (NeedComma) OS << ", "; in operator <<()
2564 NeedComma = true; in operator <<()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1641 bool NeedComma = false; in print() local
1643 if (NeedComma) OS << ','; in print()
1645 NeedComma = true; in print()