Searched refs:peek_char (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dimport.h46 peek_char();
60 int c = this->peek_char();
68 { return this->peek_char() == -1; }
159 peek_char() function in class:Import
160 { return this->stream_->peek_char(); }
H A Dimport.cc417 while (stream->peek_char() != '"')
624 if (stream->peek_char() != '"')
661 if (stream->peek_char() == '"')
815 c = stream->peek_char();
869 Import::Stream::peek_char() function in class:Import::Stream
H A Dtypes.cc4069 if (imp->peek_char() == ')')
4090 if (imp->peek_char() != ',')
4099 if (imp->peek_char() != ' ')
4105 if (imp->peek_char() != '(')
4120 if (imp->peek_char() != ',')
5633 if (imp->peek_char() != '}')
5650 if (imp->peek_char() == ' ')
5662 if (imp->peek_char() == '}')
6243 if (imp->peek_char() == ']')
8079 while (imp->peek_char() !
[all...]
H A Dgogo.cc4888 if (imp->peek_char() == '(')
4903 if (imp->peek_char() == ')')
4924 if (imp->peek_char() != ',')
4934 if (imp->peek_char() != ' ')
4940 if (imp->peek_char() != '(')
4955 if (imp->peek_char() != ',')
6434 if (imp->peek_char() == '=')
H A Dexpressions.cc1495 if (imp->peek_char() == 't')
15206 int c = imp->peek_char();
/haiku-buildtools/gcc/gcc/fortran/
H A Ddecl.c4803 char peek_char; /* Character we're going to peek at. */ local
4813 peek_char = gfc_peek_ascii_char ();
4822 switch (peek_char)
5610 char peek_char; local
5724 peek_char = gfc_peek_ascii_char ();
5739 if (peek_char != '(')
5859 char peek_char; local
5890 peek_char = gfc_peek_ascii_char ();
5942 if (peek_char != '(')

Completed in 321 milliseconds