HomeSort by: relevance | last modified time | path
    Searched defs:NeedComma (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/driver/
cc1gen_reproducer_main.cpp 78 bool NeedComma = false;
80 if (NeedComma)
82 NeedComma = true;
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexDiagnostic.cpp 312 bool NeedComma = false;
320 NeedComma = true;
332 if (NeedComma)
336 NeedComma = true;
343 if (NeedComma)
347 NeedComma = true;
353 (void) NeedComma; // Silence dead store warning.
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRPrinter.cpp 763 bool NeedComma = false;
765 if (NeedComma)
769 NeedComma = true;
775 if (NeedComma)
779 NeedComma = true;
782 if (NeedComma)
786 NeedComma = true;
789 if (NeedComma)
793 NeedComma = true;
797 if (NeedComma)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp 1069 bool NeedComma = false;
1074 if (NeedComma)
1077 NeedComma = true;
StmtPrinter.cpp 1946 bool NeedComma = false;
1953 NeedComma = true;
1958 NeedComma = true;
1968 if (NeedComma)
1970 NeedComma = true;
2027 NeedComma = false;
2029 if (NeedComma) {
2032 NeedComma = true;
2038 if (NeedComma)
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUInstPrinter.cpp 1188 bool NeedComma = false;
1191 if (NeedComma)
1194 NeedComma = true;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 1610 bool NeedComma = false;
1612 if (NeedComma) OS << ',';
1614 NeedComma = true;

Completed in 21 milliseconds