Lines Matching defs:directive
557 struct directive struct
559 directive (const call_info *inf, unsigned dno) in directive() argument
568 /* The 1-based directive number (for debugging). */ argument
571 /* The zero-based argument number of the directive's argument ARG in argument
575 /* The first character of the directive and its length. */ argument
594 /* The argument of the directive or null when the directive doesn't argument
598 /* Format conversion function that given a directive and an argument argument
600 fmtresult (*fmtfunc) (const directive &, tree, const vr_values *); argument
603 bool get_flag (char chr) const in get_flag()
611 void set_flag (char chr) in set_flag()
619 void clear_flag (char chr) in clear_flag()
627 void set_width (HOST_WIDE_INT val) in set_width()
637 void set_width (tree arg, const vr_values *vr) in set_width()
643 void set_precision (HOST_WIDE_INT val) in set_precision()
653 void set_precision (tree arg, const vr_values *vr) in set_precision()
660 bool known_width_and_precision () const in known_width_and_precision()
962 format_none (const directive &, tree, const vr_values *) in format_none()
971 format_percent (const directive &, tree, const vr_values *) in format_percent()