Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp94 bool NeedsComma = Desc.getNumOperands() > 0 && !Desc.variadicOpsAreDefs(); in printInst() local
102 if (NeedsComma) in printInst()
105 NeedsComma = true; in printInst()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1837 bool NeedsComma = false; in createExpectedAttributeSubjectRulesTokenDiagnostic() local
1841 if (NeedsComma) in createExpectedAttributeSubjectRulesTokenDiagnostic()
1844 NeedsComma = true; in createExpectedAttributeSubjectRulesTokenDiagnostic()