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.cpp322 bool NeedComma = false; in print() local
324 if (NeedComma) OS << ','; in print()
330 NeedComma = true; in print()
337 NeedComma = true; in print()
341 if (NeedComma) OS << ','; in print()
343 NeedComma = true; in print()
346 if (NeedComma) OS << ','; in print()
348 NeedComma = true; in print()
351 if (NeedComma) OS << ','; in print()
353 NeedComma = true; in print()
[all …]
DMIRPrinter.cpp575 bool NeedComma = false; in print() local
577 if (NeedComma) in print()
580 NeedComma = true; in print()
584 if (NeedComma) in print()
592 bool NeedComma = false; in print() local
594 if (NeedComma) in print()
597 NeedComma = true; in print()
/external/clang/lib/AST/
DStmtPrinter.cpp2045 bool NeedComma = false; in VisitLambdaExpr() local
2052 NeedComma = true; in VisitLambdaExpr()
2057 NeedComma = true; in VisitLambdaExpr()
2064 if (NeedComma) in VisitLambdaExpr()
2066 NeedComma = true; in VisitLambdaExpr()
2096 NeedComma = false; in VisitLambdaExpr()
2098 if (NeedComma) { in VisitLambdaExpr()
2101 NeedComma = true; in VisitLambdaExpr()
2107 if (NeedComma) in VisitLambdaExpr()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp245 bool NeedComma = false; in print() local
247 if (NeedComma) OS << ','; in print()
253 NeedComma = true; in print()
256 NeedComma = true; in print()
260 if (NeedComma) OS << ','; in print()
/external/llvm/lib/TableGen/
DRecord.cpp1702 bool NeedComma = false; in operator <<() local
1704 if (NeedComma) OS << ", "; in operator <<()
1705 NeedComma = true; in operator <<()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1336 bool NeedComma = false; in print() local
1338 if (NeedComma) OS << ','; in print()
1340 NeedComma = true; in print()