Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gold/
Dscript.cc220 first_token_(parsing_token), token_(), in Lex()
355 int first_token_; member in gold::Lex
868 if (this->first_token_ != 0) in next_token()
870 this->token_ = Token(this->first_token_, 0, 0); in next_token()
871 this->first_token_ = 0; in next_token()