Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexDiagnostic.cpp325 bool NeedComma = false; in clang_formatDiagnostic() local
333 NeedComma = true; in clang_formatDiagnostic()
345 if (NeedComma) in clang_formatDiagnostic()
349 NeedComma = true; in clang_formatDiagnostic()
356 if (NeedComma) in clang_formatDiagnostic()
360 NeedComma = true; in clang_formatDiagnostic()
366 (void) NeedComma; // Silence dead store warning. in clang_formatDiagnostic()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp288 bool NeedComma = false; in print() local
290 if (NeedComma) OS << ','; in print()
296 NeedComma = true; in print()
303 NeedComma = true; in print()
307 if (NeedComma) OS << ','; in print()
309 NeedComma = true; in print()
312 if (NeedComma) OS << ','; in print()
314 NeedComma = true; in print()
317 if (NeedComma) OS << ','; in print()
319 NeedComma = true; in print()
[all …]
/external/clang/lib/AST/
DStmtPrinter.cpp1732 bool NeedComma = false; in VisitLambdaExpr() local
1739 NeedComma = true; in VisitLambdaExpr()
1744 NeedComma = true; in VisitLambdaExpr()
1751 if (NeedComma) in VisitLambdaExpr()
1753 NeedComma = true; in VisitLambdaExpr()
1781 NeedComma = false; in VisitLambdaExpr()
1783 if (NeedComma) { in VisitLambdaExpr()
1786 NeedComma = true; in VisitLambdaExpr()
1792 if (NeedComma) in VisitLambdaExpr()
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp956 bool NeedComma = false; in getShuffleComment() local
964 if (NeedComma) in getShuffleComment()
967 NeedComma = true; in getShuffleComment()