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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dscript.cc197 first_token_(parsing_token), token_(),
332 int first_token_; member in class:gold::Lex
840 if (this->first_token_ != 0)
842 this->token_ = Token(this->first_token_, 0, 0);
843 this->first_token_ = 0;

Completed in 115 milliseconds