Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp1524 bool NeedsComma = false; in createExpectedAttributeSubjectRulesTokenDiagnostic() local
1530 if (NeedsComma) in createExpectedAttributeSubjectRulesTokenDiagnostic()
1533 NeedsComma = true; in createExpectedAttributeSubjectRulesTokenDiagnostic()