Lines Matching refs:defaulted
371 defaulted(parenthesized(nonemptyList(name)))))
564 defaulted(parenthesized(nonemptyList(
620 defaulted("," >> nonemptyList(Parser<AttrSpec>{})) / "::",
631 defaulted("," >> nonemptyList(Parser<AttrSpec>{})),
756 defaulted(maybe("::"_tok) >> in TYPE_PARSER()
916 "SAVE" >> defaulted(maybe("::"_tok) >> in TYPE_PARSER()
949 defaulted(parenthesized(optionalList(implicitNameSpec)))))
1018 construct<CommonStmt>("COMMON" >> defaulted("/" >> maybe(name) / "/"), in TYPE_PARSER()
1093 defaulted(
1124 defaulted("," >> nonemptyList(Parser<ImageSelectorSpec>{})) / "]"))
1140 defaulted("," >> nonemptyList(Parser<AllocOpt>{})) / ")"))
1159 defaulted(parenthesized(nonemptyList(Parser<AllocateShapeSpec>{}))),
1173 defaulted(nonemptyList(Parser<AllocateShapeSpec>{}) / ","),
1191 defaulted("," >> nonemptyList(statOrErrmsg)) / ")"))
1205 defaulted(parenthesized(some("tkr"_ch))), name))};
1265 defaulted(maybe(","_tok) >>