Searched defs:NeedComma (Results 1 - 7 of 7) sorted by relevance

/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp325 bool NeedComma = false; local
333 NeedComma = true;
345 if (NeedComma)
349 NeedComma = true;
356 if (NeedComma)
360 NeedComma = true;
366 (void) NeedComma; // Silence dead store warning.
/external/llvm/lib/CodeGen/
H A DMIRPrinter.cpp575 bool NeedComma = false; local
577 if (NeedComma)
580 NeedComma = true;
584 if (NeedComma)
592 bool NeedComma = false; local
594 if (NeedComma)
597 NeedComma = true;
H A DMachineInstr.cpp322 bool NeedComma = false; local
324 if (NeedComma) OS << ',';
330 NeedComma = true;
337 NeedComma = true;
341 if (NeedComma) OS << ',';
343 NeedComma = true;
346 if (NeedComma) OS << ',';
348 NeedComma = true;
351 if (NeedComma) OS << ',';
353 NeedComma
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineInstr.cpp245 bool NeedComma = false; local
247 if (NeedComma) OS << ',';
253 NeedComma = true;
256 NeedComma = true;
260 if (NeedComma) OS << ',';
/external/llvm/lib/TableGen/
H A DRecord.cpp1702 bool NeedComma = false; local
1704 if (NeedComma) OS << ", ";
1705 NeedComma = true;
/external/clang/lib/AST/
H A DStmtPrinter.cpp2045 bool NeedComma = false; local
2052 NeedComma = true;
2057 NeedComma = true;
2064 if (NeedComma)
2066 NeedComma = true;
2096 NeedComma = false;
2098 if (NeedComma) {
2101 NeedComma = true;
2107 if (NeedComma)
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1336 bool NeedComma = false; local
1338 if (NeedComma) OS << ',';
1340 NeedComma = true;

Completed in 167 milliseconds