Searched refs:LineIt (Results 1 – 1 of 1) sorted by relevance
153 line_iterator LineIt(*Buffer, /*SkipBlanks=*/true, '#'); in read() local161 while (!LineIt.is_at_eof()) { in read()175 if (!HeadRE.match(*LineIt, &Matches)) { in read()176 reportParseError(LineIt.line_number(), in read()177 "Expected 'mangled_name:NUM:NUM', found " + *LineIt); in read()189 ++LineIt; in read()193 while (!LineIt.is_at_eof() && isdigit((*LineIt)[0])) { in read()194 if (!LineSampleRE.match(*LineIt, &Matches)) { in read()196 LineIt.line_number(), in read()197 "Expected 'NUM[.NUM]: NUM[ mangled_name:NUM]*', found " + *LineIt); in read()[all …]