Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexDiagnostic.cpp312 bool NeedComma = false; in clang_formatDiagnostic() local
320 NeedComma = true; in clang_formatDiagnostic()
332 if (NeedComma) in clang_formatDiagnostic()
336 NeedComma = true; in clang_formatDiagnostic()
343 if (NeedComma) in clang_formatDiagnostic()
347 NeedComma = true; in clang_formatDiagnostic()
353 (void) NeedComma; // Silence dead store warning. in clang_formatDiagnostic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRPrinter.cpp763 bool NeedComma = false; in print() local
765 if (NeedComma) in print()
769 NeedComma = true; in print()
775 if (NeedComma) in print()
779 NeedComma = true; in print()
782 if (NeedComma) in print()
786 NeedComma = true; in print()
789 if (NeedComma) in print()
793 NeedComma = true; in print()
797 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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp1946 bool NeedComma = false; in VisitLambdaExpr() local
1953 NeedComma = true; in VisitLambdaExpr()
1958 NeedComma = true; in VisitLambdaExpr()
1968 if (NeedComma) in VisitLambdaExpr()
1970 NeedComma = true; in VisitLambdaExpr()
2027 NeedComma = false; in VisitLambdaExpr()
2029 if (NeedComma) { in VisitLambdaExpr()
2032 NeedComma = true; in VisitLambdaExpr()
2038 if (NeedComma) in VisitLambdaExpr()
H A DDeclPrinter.cpp1069 bool NeedComma = false; in printTemplateParameters() local
1074 if (NeedComma) in printTemplateParameters()
1077 NeedComma = true; in printTemplateParameters()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp2427 bool NeedComma = false; in operator <<() local
2429 if (NeedComma) OS << ", "; in operator <<()
2430 NeedComma = true; in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1610 bool NeedComma = false; in print() local
1612 if (NeedComma) OS << ','; in print()
1614 NeedComma = true; in print()