Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dscript.cc726 const char* new_match = NULL; in gather_token() local
727 while ((new_match = (this->*can_continue_fn)(match)) != NULL) in gather_token()
728 match = new_match; in gather_token()