Home
last modified time | relevance | path

Searched refs:NeedComma (Results 1 – 7 of 7) 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.cpp321 bool NeedComma = false; in print() local
323 if (NeedComma) OS << ','; in print()
329 NeedComma = true; in print()
336 NeedComma = true; in print()
340 if (NeedComma) OS << ','; in print()
342 NeedComma = true; in print()
345 if (NeedComma) OS << ','; in print()
347 NeedComma = true; in print()
350 if (NeedComma) OS << ','; in print()
352 NeedComma = true; in print()
[all …]
DMIRPrinter.cpp554 bool NeedComma = false; in print() local
556 if (NeedComma) in print()
559 NeedComma = true; in print()
563 if (NeedComma) in print()
571 bool NeedComma = false; in print() local
573 if (NeedComma) in print()
576 NeedComma = true; in print()
/external/clang/lib/AST/
DStmtPrinter.cpp1917 bool NeedComma = false; in VisitLambdaExpr() local
1924 NeedComma = true; in VisitLambdaExpr()
1929 NeedComma = true; in VisitLambdaExpr()
1936 if (NeedComma) in VisitLambdaExpr()
1938 NeedComma = true; in VisitLambdaExpr()
1966 NeedComma = false; in VisitLambdaExpr()
1968 if (NeedComma) { in VisitLambdaExpr()
1971 NeedComma = true; in VisitLambdaExpr()
1977 if (NeedComma) in VisitLambdaExpr()
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp1042 bool NeedComma = false; in getShuffleComment() local
1050 if (NeedComma) in getShuffleComment()
1053 NeedComma = true; in getShuffleComment()
/external/llvm/lib/TableGen/
DRecord.cpp1647 bool NeedComma = false; in operator <<() local
1649 if (NeedComma) OS << ", "; in operator <<()
1650 NeedComma = true; in operator <<()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1352 bool NeedComma = false; in print() local
1354 if (NeedComma) OS << ','; in print()
1356 NeedComma = true; in print()