Home
last modified time | relevance | path

Searched refs:NeedComma (Results 1 – 12 of 12) 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/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DSearchableTableEmitter.cpp340 bool NeedComma = false; in emitLookupFunction() local
342 if (NeedComma) in emitLookupFunction()
344 NeedComma = true; in emitLookupFunction()
406 bool NeedComma = false; in emitLookupFunction() local
408 if (NeedComma) in emitLookupFunction()
410 NeedComma = true; in emitLookupFunction()
463 bool NeedComma = false; in emitLookupDeclaration() local
465 if (NeedComma) in emitLookupDeclaration()
467 NeedComma = true; in emitLookupDeclaration()
498 bool NeedComma = false; in emitGenericTable() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRPrinter.cpp702 bool NeedComma = false; in print() local
704 if (NeedComma) in print()
708 NeedComma = true; in print()
712 if (NeedComma) in print()
722 bool NeedComma = false; in print() local
724 if (NeedComma) in print()
727 NeedComma = true; in print()
DMachineInstr.cpp1512 bool NeedComma = false; in print() local
1514 if (NeedComma) in print()
1517 NeedComma = true; in print()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DRecord.cpp1943 bool NeedComma = false; in operator <<() local
1945 if (NeedComma) OS << ", "; in operator <<()
1946 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1580 bool NeedComma = false; in print() local
1582 if (NeedComma) OS << ','; in print()
1584 NeedComma = true; in print()