Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRPrinter.cpp791 bool NeedComma = false; in print() local
793 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 …]
H A DMachineInstr.cpp1849 bool NeedComma = false; in print() local
1851 if (NeedComma) in print()
1854 NeedComma = true; in print()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp79 bool NeedComma = false; in generateReproducerMetaInfo() local
81 if (NeedComma) in generateReproducerMetaInfo()
83 NeedComma = true; in generateReproducerMetaInfo()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtPrinter.cpp2124 bool NeedComma = false; in VisitLambdaExpr() local
2131 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()
H A DDeclPrinter.cpp1083 bool NeedComma = false; in printTemplateParameters() local
1088 if (NeedComma) in printTemplateParameters()
1091 NeedComma = true; in printTemplateParameters()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1300 bool NeedComma = false; in printVGPRIndexMode() local
1303 if (NeedComma) in printVGPRIndexMode()
1306 NeedComma = true; in printVGPRIndexMode()
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp2648 bool NeedComma = false; in operator <<() local
2650 if (NeedComma) OS << ", "; in operator <<()
2651 NeedComma = true; in operator <<()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1654 bool NeedComma = false; in print() local
1656 if (NeedComma) OS << ','; in print()
1658 NeedComma = true; in print()