Home
last modified time | relevance | path

Searched refs:NeedsComma (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp95 bool NeedsComma = Desc.getNumOperands() > 0 && !Desc.variadicOpsAreDefs(); in printInst() local
103 if (NeedsComma) in printInst()
106 NeedsComma = true; in printInst()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParsePragma.cpp1690 bool NeedsComma = false; in createExpectedAttributeSubjectRulesTokenDiagnostic() local
1694 if (NeedsComma) in createExpectedAttributeSubjectRulesTokenDiagnostic()
1697 NeedsComma = true; in createExpectedAttributeSubjectRulesTokenDiagnostic()