Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp340 if (NeedComma) in emitLookupFunction()
342 NeedComma = true; in emitLookupFunction()
404 bool NeedComma = false; in emitLookupFunction() local
406 if (NeedComma) in emitLookupFunction()
408 NeedComma = true; in emitLookupFunction()
470 bool NeedComma = false; in emitLookupDeclaration() local
472 if (NeedComma) in emitLookupDeclaration()
474 NeedComma = true; in emitLookupDeclaration()
505 bool NeedComma = false; in emitGenericTable() local
507 if (NeedComma) in emitGenericTable()
[all …]
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMIRPrinter.cpp714 bool NeedComma = false; in print() local
716 if (NeedComma) in print()
720 NeedComma = true; in print()
726 if (NeedComma) in print()
730 NeedComma = true; in print()
733 if (NeedComma) in print()
737 NeedComma = true; in print()
741 if (NeedComma) in print()
751 bool NeedComma = false; in print() local
753 if (NeedComma) in print()
[all …]
H A DMachineInstr.cpp1708 bool NeedComma = false; in print() local
1710 if (NeedComma) in print()
1713 NeedComma = true; in print()
/freebsd-12.1/contrib/llvm/tools/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-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtPrinter.cpp1850 bool NeedComma = false; in VisitLambdaExpr() local
1857 NeedComma = true; in VisitLambdaExpr()
1862 NeedComma = true; in VisitLambdaExpr()
1872 if (NeedComma) in VisitLambdaExpr()
1874 NeedComma = true; in VisitLambdaExpr()
1907 NeedComma = false; in VisitLambdaExpr()
1909 if (NeedComma) { in VisitLambdaExpr()
1912 NeedComma = true; in VisitLambdaExpr()
1918 if (NeedComma) in VisitLambdaExpr()
/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DRecord.cpp1944 bool NeedComma = false; in operator <<() local
1946 if (NeedComma) OS << ", "; in operator <<()
1947 NeedComma = true; in operator <<()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1585 bool NeedComma = false; in print() local
1587 if (NeedComma) OS << ','; in print()
1589 NeedComma = true; in print()