Home
last modified time | relevance | path

Searched refs:read_skip_spaces (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dread-rtl.c103 read_skip_spaces (infile) in read_skip_spaces() function
163 c = read_skip_spaces (infile);
338 c = read_skip_spaces (infile);
342 c = read_skip_spaces (infile);
358 c = read_skip_spaces (infile);
436 c = read_skip_spaces (infile);
444 while ( (c = read_skip_spaces (infile)) != ']')
457 c = read_skip_spaces (infile);
473 c = read_skip_spaces (infile);
478 c = read_skip_spaces (infile);
[all …]
Dgensupport.c247 c = read_skip_spaces (input_file);
967 c = read_skip_spaces (input_file);
Drtl.h2242 extern int read_skip_spaces PARAMS ((FILE *));
DChangeLog.05296 * rtl.c (read_skip_spaces): Prevent infinite loops upon
9321 (read_skip_spaces): Add parentheses around assignments used as
DChangeLog.5152 * rtl.c: Split RTL reader (read_rtx, read_skip_spaces,
DChangeLog.25361 (read_skip_spaces): Track line number.
/openbsd/src/gnu/gcc/gcc/
Dread-rtl.c827 read_skip_spaces (FILE *infile) in read_skip_spaces() function
884 c = read_skip_spaces (infile); in read_name()
1056 c = read_skip_spaces (infile); in read_string()
1060 c = read_skip_spaces (infile); in read_string()
1077 c = read_skip_spaces (infile); in read_string()
1155 c = read_skip_spaces (infile); in read_constants()
1163 while ( (c = read_skip_spaces (infile)) != ']') in read_constants()
1176 c = read_skip_spaces (infile); in read_constants()
1192 c = read_skip_spaces (infile); in read_constants()
1197 c = read_skip_spaces (infile); in read_constants()
[all …]
Drtl.h2216 extern int read_skip_spaces (FILE *);