Home
last modified time | relevance | path

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

/external/bison/src/
Dscan-gram.l136 static void handle_dollar (int token_type, char *cp, location loc);
137 static void handle_at (int token_type, char *cp, location loc);
174 int token_type IF_LINT (= 0);
224 "%destructor" token_type = PERCENT_DESTRUCTOR; BEGIN SC_PRE_CODE;
231 "%initial-action" token_type = PERCENT_INITIAL_ACTION; BEGIN SC_PRE_CODE;
234 "%lex-param" token_type = PERCENT_LEX_PARAM; BEGIN SC_PRE_CODE;
244 "%parse-param" token_type = PERCENT_PARSE_PARAM; BEGIN SC_PRE_CODE;
246 "%printer" token_type = PERCENT_PRINTER; BEGIN SC_PRE_CODE;
256 "%union" token_type = PERCENT_UNION; BEGIN SC_PRE_CODE;
298 token_type = BRACED_CODE;
[all …]
Dscan-gram.c997 static void handle_dollar (int token_type, char *cp, location loc);
998 static void handle_at (int token_type, char *cp, location loc);
1245 int token_type IF_LINT (= 0);
1444 token_type = PERCENT_DESTRUCTOR; BEGIN SC_PRE_CODE; variable
1479 token_type = PERCENT_INITIAL_ACTION; BEGIN SC_PRE_CODE; variable
1494 token_type = PERCENT_LEX_PARAM; BEGIN SC_PRE_CODE; variable
1544 token_type = PERCENT_PARSE_PARAM; BEGIN SC_PRE_CODE; variable
1554 token_type = PERCENT_PRINTER; BEGIN SC_PRE_CODE; variable
1604 token_type = PERCENT_UNION; BEGIN SC_PRE_CODE; variable
1690 token_type = BRACED_CODE;
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dparser.h145 inline bool LookingAtType(io::Tokenizer::TokenType token_type);
Dparser.cc114 inline bool Parser::LookingAtType(io::Tokenizer::TokenType token_type) { in LookingAtType() argument
115 return input_->current().type == token_type; in LookingAtType()
/external/bison/data/
Dglr.cc310 typedef token::yytokentype token_type;
Dlalr1.cc129 typedef token::yytokentype token_type;
/external/protobuf/src/google/protobuf/
Dtext_format.cc451 bool LookingAtType(io::Tokenizer::TokenType token_type) { in LookingAtType() argument
452 return tokenizer_.current().type == token_type; in LookingAtType()
/external/bison/
DNEWS20 * The C++ parsers export their token_type.
DChangeLog267 * data/lalrl1.cc, data/glr.cc (parser::token_type): New.
5588 token_type, not braced_code code_kind. All uses changed.
5591 (token_type): New local var, to keep track of which token type
/external/bison/doc/
Dbison.texinfo7300 yy::calcxx_parser::token_type \
7599 /* By default yylex returns int, we use token_type.
7601 not of token_type. */
7661 [-+*/] return yy::calcxx_parser::token_type (yytext[0]);
Dbison.info6716 yy::calcxx_parser::token_type \
6951 /* By default yylex returns int, we use token_type.
6953 not of token_type. */
6997 [-+*/] return yy::calcxx_parser::token_type (yytext[0]);