Searched refs:parse_directive (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/mpl/dhcp/dist/keama/ |
H A D | keama.h | 354 void parse_directive(struct parse *);
|
H A D | confparse.c | 949 parse_directive(cfile); in parse_statement() 4006 parse_directive(struct parse *cfile) in parse_directive() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-ssa-sprintf.cc | 3445 parse_directive (call_info &info, in parse_directive() function 4058 size_t n = parse_directive (info, dir, res, pf, &argno, ptr_qry.rvals); in compute_format_length()
|
H A D | ChangeLog-2017 | 11329 (parse_directive): Pass UNKNOWN_LOCATION rather than NULL to 32934 (maybe_warn, format_directive, parse_directive): Use new functions. 33198 (parse_directive): Ditto. 33946 (parse_directive): Use INTEGRAL_TYPE_P() rather than testing for 38915 (parse_directive): Avoid using the z length modifier to avoid 38925 (format_string, parse_directive): Same. 39299 (parse_directive): New function. 39301 parsing to parse_directive.
|
H A D | ChangeLog-2018 | 12989 (parse_directive): Handle %C same as %c. 28367 (maybe_warn, format_directive, parse_directive): Use fmtwarn_n where 28943 (format_integer, format_directive, parse_directive): Similarly. 34657 * gimple-ssa-sprintf.c (parse_directive): Cast second dir.len to uhwi. 35243 (parse_directive): Same.
|
H A D | ChangeLog-2019 | 16158 (parse_directive): Same. 33170 (parse_directive): Adjust to name change. Use HOST_WIDE_INT_MAX to
|
H A D | ChangeLog-2020 | 11495 (parse_directive): Replace vr_values with range_query.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-ssa-sprintf.c | 3387 parse_directive (call_info &info, in parse_directive() function 3999 size_t n = parse_directive (info, dir, res, pf, &argno, vr); in compute_format_length()
|