Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/gold/
H A Dscript.cc248 make_token(Token::Classification c, const char* start) const in make_token() function in gold::Lex
253 make_token(Token::Classification c, const char* v, size_t len, in make_token() function in gold::Lex
260 make_token(int opcode, const char* start) const in make_token() function in gold::Lex
266 { return this->make_token(Token::TOKEN_INVALID, start); } in make_invalid_token()
271 { return this->make_token(Token::TOKEN_EOF, start); } in make_eof_token()
737 return this->make_token(classification, start, match - start, start); in gather_token()
752 return this->make_token(Token::TOKEN_QUOTED_STRING, p, skip, start); in gather_quoted_string()
848 return this->make_token(opcode, p); in get_token()
855 return this->make_token(opcode, p); in get_token()
862 return this->make_token(opcode, p); in get_token()
[all …]
/netbsd/external/gpl3/binutils/dist/gold/
H A Dscript.cc248 make_token(Token::Classification c, const char* start) const in make_token() function in gold::Lex
253 make_token(Token::Classification c, const char* v, size_t len, in make_token() function in gold::Lex
260 make_token(int opcode, const char* start) const in make_token() function in gold::Lex
266 { return this->make_token(Token::TOKEN_INVALID, start); } in make_invalid_token()
271 { return this->make_token(Token::TOKEN_EOF, start); } in make_eof_token()
737 return this->make_token(classification, start, match - start, start); in gather_token()
752 return this->make_token(Token::TOKEN_QUOTED_STRING, p, skip, start); in gather_quoted_string()
848 return this->make_token(opcode, p); in get_token()
855 return this->make_token(opcode, p); in get_token()
862 return this->make_token(opcode, p); in get_token()
[all …]
/netbsd/external/gpl3/binutils.old/dist/gold/
H A Dscript.cc248 make_token(Token::Classification c, const char* start) const in make_token() function in gold::Lex
253 make_token(Token::Classification c, const char* v, size_t len, in make_token() function in gold::Lex
260 make_token(int opcode, const char* start) const in make_token() function in gold::Lex
266 { return this->make_token(Token::TOKEN_INVALID, start); } in make_invalid_token()
271 { return this->make_token(Token::TOKEN_EOF, start); } in make_eof_token()
737 return this->make_token(classification, start, match - start, start); in gather_token()
752 return this->make_token(Token::TOKEN_QUOTED_STRING, p, skip, start); in gather_quoted_string()
848 return this->make_token(opcode, p); in get_token()
855 return this->make_token(opcode, p); in get_token()
862 return this->make_token(opcode, p); in get_token()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gold/
H A Dscript.cc248 make_token(Token::Classification c, const char* start) const in make_token() function in gold::Lex
253 make_token(Token::Classification c, const char* v, size_t len, in make_token() function in gold::Lex
260 make_token(int opcode, const char* start) const in make_token() function in gold::Lex
266 { return this->make_token(Token::TOKEN_INVALID, start); } in make_invalid_token()
271 { return this->make_token(Token::TOKEN_EOF, start); } in make_eof_token()
737 return this->make_token(classification, start, match - start, start); in gather_token()
752 return this->make_token(Token::TOKEN_QUOTED_STRING, p, skip, start); in gather_quoted_string()
848 return this->make_token(opcode, p); in get_token()
855 return this->make_token(opcode, p); in get_token()
862 return this->make_token(opcode, p); in get_token()
[all …]