Home
last modified time | relevance | path

Searched refs:scan_comma_elt (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenattr-common.cc50 while ((tag = scan_comma_elt (&p)) != 0) in gen_attr()
H A Dread-md.h403 extern const char *scan_comma_elt (const char **);
H A Dgenpreds.cc474 while ((code = scan_comma_elt (&codes)) != 0) in write_match_code()
562 while ((code = scan_comma_elt (&codes)) != 0) in write_match_code_switch()
H A Dread-md.cc776 scan_comma_elt (const char **pstr) in scan_comma_elt() function
H A Dgensupport.cc283 while ((code = scan_comma_elt (&next_code)) != 0) in compute_test_codes()
2541 while ((p = scan_comma_elt (&str)) != NULL) in gen_mnemonic_attr()
H A Dgenattrtab.cc4633 start = scan_comma_elt (pstr); in next_comma_elt()
H A DChangeLog-200222196 (scan_comma_elt): New function. Accepts whitespace in comma lists.
22198 * genattr.c (gen_attr): Use scan_comma_elt. Avoid unnecessary
22201 (next_comma_elt): Use scan_comma_elt.
H A DChangeLog-201026679 * gensupport.h (message_with_line, n_comma_elts, scan_comma_elt):
26682 (message_with_line, n_comma_elts, scan_comma_elt): Move to read-md.c.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenattr-common.c50 while ((tag = scan_comma_elt (&p)) != 0) in gen_attr()
H A Dread-md.h403 extern const char *scan_comma_elt (const char **);
H A Dgenpreds.c474 while ((code = scan_comma_elt (&codes)) != 0) in write_match_code()
562 while ((code = scan_comma_elt (&codes)) != 0) in write_match_code_switch()
H A Dread-md.c776 scan_comma_elt (const char **pstr) in scan_comma_elt() function
H A Dgensupport.c283 while ((code = scan_comma_elt (&next_code)) != 0) in compute_test_codes()
2544 while ((p = scan_comma_elt (&str)) != NULL) in gen_mnemonic_attr()
H A Dgenattrtab.c4634 start = scan_comma_elt (pstr); in next_comma_elt()