Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp815 if (NeedComma) in print()
819 NeedComma = true; in print()
825 if (NeedComma) in print()
829 NeedComma = true; in print()
832 if (NeedComma) in print()
839 if (NeedComma) in print()
846 if (NeedComma) in print()
853 if (NeedComma) in print()
860 if (NeedComma) in print()
868 if (NeedComma) in print()
[all …]
H A DMachineInstr.cpp1881 bool NeedComma = false; in print() local
1883 if (NeedComma) in print()
1886 NeedComma = true; in print()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2139 bool NeedComma = false; in VisitLambdaExpr() local
2146 NeedComma = true; in VisitLambdaExpr()
2151 NeedComma = true; in VisitLambdaExpr()
2161 if (NeedComma) in VisitLambdaExpr()
2163 NeedComma = true; in VisitLambdaExpr()
2221 NeedComma = false; in VisitLambdaExpr()
2223 if (NeedComma) { in VisitLambdaExpr()
2226 NeedComma = true; in VisitLambdaExpr()
2235 if (NeedComma) in VisitLambdaExpr()
H A DDeclPrinter.cpp1222 bool NeedComma = false; in printTemplateParameters() local
1227 if (NeedComma) in printTemplateParameters()
1230 NeedComma = true; in printTemplateParameters()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1429 bool NeedComma = false; in printGPRIdxMode() local
1432 if (NeedComma) in printGPRIdxMode()
1435 NeedComma = true; in printGPRIdxMode()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1654 bool NeedComma = false; in print() local
1656 if (NeedComma) OS << ','; in print()
1658 NeedComma = true; in print()