Searched refs:NeedComma (Results 1 - 2 of 2) sorted by relevance

/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp311 bool NeedComma = false; local
319 NeedComma = true;
331 if (NeedComma)
335 NeedComma = true;
342 if (NeedComma)
346 NeedComma = true;
352 (void) NeedComma; // Silence dead store warning.
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp272 bool NeedComma = false; local
274 if (NeedComma) OS << ',';
280 NeedComma = true;
287 NeedComma = true;
291 if (NeedComma) OS << ',';
293 NeedComma = true;
296 if (NeedComma) OS << ',';
298 NeedComma = true;
301 if (NeedComma) OS << ',';
303 NeedComma
[all...]

Completed in 74 milliseconds