Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp790 if (NeedComma) in print()
794 NeedComma = true; in print()
800 if (NeedComma) in print()
804 NeedComma = true; in print()
807 if (NeedComma) in print()
811 NeedComma = true; in print()
814 if (NeedComma) in print()
818 NeedComma = true; in print()
822 if (NeedComma) in print()
830 if (NeedComma) in print()
[all …]
H A DMachineInstr.cpp1837 bool NeedComma = false; in print() local
1839 if (NeedComma) in print()
1842 NeedComma = true; in print()
/freebsd-13.1/contrib/llvm-project/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp78 bool NeedComma = false; in generateReproducerMetaInfo() local
80 if (NeedComma) in generateReproducerMetaInfo()
82 NeedComma = true; in generateReproducerMetaInfo()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1959 bool NeedComma = false; in VisitLambdaExpr() local
1966 NeedComma = true; in VisitLambdaExpr()
1971 NeedComma = true; in VisitLambdaExpr()
1981 if (NeedComma) in VisitLambdaExpr()
1983 NeedComma = true; in VisitLambdaExpr()
2040 NeedComma = false; in VisitLambdaExpr()
2042 if (NeedComma) { in VisitLambdaExpr()
2045 NeedComma = true; in VisitLambdaExpr()
2051 if (NeedComma) in VisitLambdaExpr()
H A DDeclPrinter.cpp1070 bool NeedComma = false; in printTemplateParameters() local
1075 if (NeedComma) in printTemplateParameters()
1078 NeedComma = true; in printTemplateParameters()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1188 bool NeedComma = false; in printVGPRIndexMode() local
1191 if (NeedComma) in printVGPRIndexMode()
1194 NeedComma = true; in printVGPRIndexMode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2426 bool NeedComma = false; in operator <<() local
2428 if (NeedComma) OS << ", "; in operator <<()
2429 NeedComma = true; in operator <<()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1636 bool NeedComma = false; in print() local
1638 if (NeedComma) OS << ','; in print()
1640 NeedComma = true; in print()