Lines Matching refs:nonemptyList
105 Parser<OmpReductionOperator>{} / ":", nonemptyList(designator)))
126 "SINK :" >> nonemptyList(Parser<OmpDependSinkVec>{}))) ||
130 Parser<OmpDependenceType>{}, ":" >> nonemptyList(designator))))
143 Parser<OmpLinearModifier>{}, parenthesized(nonemptyList(name)),
146 nonemptyList(name), maybe(":" >> scalarIntConstantExpr)))))
150 nonemptyList(name), maybe(":" >> scalarIntConstantExpr)))
192 parenthesized(nonemptyList(name)))) ||
239 parenthesized(nonemptyList(name)))) ||
241 parenthesized(nonemptyList(name)))) ||
249 TYPE_PARSER(construct<OmpObjectList>(nonemptyList(Parser<OmpObject>{})))
372 nonemptyList(Parser<DeclarationTypeSpec>{}) / ":",