Home | History | Annotate | Download | only in Support

Lines Matching defs:value_desc

278 // value_desc - Modifier to set the value description shown in the -help
280 struct value_desc {
282 value_desc(const char *Str) : Desc(Str) {}