Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dtoken.h303 this->tokens_[this->count_] = token; in add()
317 { return &this->tokens_[0]; } in begin()
321 { return &this->tokens_[this->count_]; } in end()
330 Task_token* tokens_[max_task_count]; variable