Home
last modified time | relevance | path

Searched refs:NeedComma (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp823 bool NeedComma = false; in print() local
825 if (NeedComma) in print()
829 NeedComma = true; in print()
835 if (NeedComma) in print()
839 NeedComma = true; in print()
842 if (NeedComma) in print()
846 NeedComma = true; in print()
849 if (NeedComma) in print()
853 NeedComma = true; in print()
856 if (NeedComma) in print()
[all …]
H A DMachineInstr.cpp1951 bool NeedComma = false; in print() local
1953 if (NeedComma) in print()
1956 NeedComma = true; in print()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp80 bool NeedComma = false; in generateReproducerMetaInfo() local
82 if (NeedComma) in generateReproducerMetaInfo()
84 NeedComma = true; in generateReproducerMetaInfo()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2185 bool NeedComma = false; in VisitLambdaExpr() local
2192 NeedComma = true; in VisitLambdaExpr()
2197 NeedComma = true; in VisitLambdaExpr()
2207 if (NeedComma) in VisitLambdaExpr()
2209 NeedComma = true; in VisitLambdaExpr()
2267 NeedComma = false; in VisitLambdaExpr()
2269 if (NeedComma) { in VisitLambdaExpr()
2272 NeedComma = true; in VisitLambdaExpr()
2281 if (NeedComma) in VisitLambdaExpr()
H A DDeclPrinter.cpp1169 bool NeedComma = false; in printTemplateParameters() local
1174 if (NeedComma) in printTemplateParameters()
1177 NeedComma = true; in printTemplateParameters()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1494 bool NeedComma = false; in printGPRIdxMode() local
1497 if (NeedComma) in printGPRIdxMode()
1500 NeedComma = true; in printGPRIdxMode()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2900 bool NeedComma = false; in operator <<() local
2902 if (NeedComma) OS << ", "; in operator <<()
2903 NeedComma = true; in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1795 bool NeedComma = false; in print() local
1797 if (NeedComma) OS << ','; in print()
1799 NeedComma = true; in print()