Home
last modified time | relevance | path

Searched refs:star_if_braced (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gcc/
HDread-rtl.c1050 read_string (FILE *infile, int star_if_braced) in read_string() argument
1068 if (star_if_braced) in read_string()
1615 int star_if_braced; in read_rtx_1() local
1632 star_if_braced = (format_ptr[i] == 'T'); in read_rtx_1()
1634 stringbuf = read_string (infile, star_if_braced); in read_rtx_1()
1658 if (star_if_braced) in read_rtx_1()
HDChangeLog-200119215 (read_rtx): Set star_if_braced from the format string.