Searched refs:Lex (Results 1 – 3 of 3) sorted by relevance
199 class Lex class217 Lex(const char* input_string, size_t input_length, int parsing_token) in Lex() function in gold::Lex233 Lex::Mode243 Lex(const Lex&);244 Lex& operator=(const Lex&);303 { return Lex::can_start_number(*c) ? c + 1 : NULL; } in can_continue_number()338 const char* (Lex::*can_continue_fn)(const char*),369 Lex::read_file(Input_file* input_file, std::string* contents) in read_file()400 Lex::can_start_name(char c, char c2) in can_start_name()441 Lex::can_continue_name(const char* c) in can_continue_name()[all …]
5335 (Lex::gather_token): Accept trailing M/m/K/k for integers.12205 * script.cc (Lex::get_token): Treat \r as whitespace.14490 * script.cc (Lex::Mode): New enum DYNAMIC_LIST.14491 (Lex::can_start_name): Add support for DYNAMIC_LIST mode.14492 (Lex::can_continue_name): Likewise.15149 * script.cc (Lex::can_continue_name): Make '?' allowable in
2666 * itbl-lex.l, itbl-parse.y: Lex and yacc parsers for instruction