Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParsePragma.cpp1744 bool NeedsComma = false; in createExpectedAttributeSubjectRulesTokenDiagnostic() local
1748 if (NeedsComma) in createExpectedAttributeSubjectRulesTokenDiagnostic()
1751 NeedsComma = true; in createExpectedAttributeSubjectRulesTokenDiagnostic()