Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dread-md.h186 char *read_string (int star_if_braced);
Dread-rtl.cc1896 int star_if_braced; in read_rtx_operand() local
1913 star_if_braced = (format_ptr[idx] == 'T'); in read_rtx_operand()
1915 stringbuf = read_string (star_if_braced); in read_rtx_operand()
1982 if (star_if_braced) in read_rtx_operand()
Dread-md.cc662 md_reader::read_string (int star_if_braced) in read_string() argument
680 if (star_if_braced) in read_string()
DChangeLog-200119215 (read_rtx): Set star_if_braced from the format string.