OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:token_type
(Results
1 - 7
of
7
) sorted by null
/external/bison/src/
scan-gram.l
136
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
...]
scan-gram.c
1245
int
token_type
IF_LINT (= 0);
variable
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
[
all
...]
/external/protobuf/src/google/protobuf/compiler/
parser.h
145
inline bool LookingAtType(io::Tokenizer::TokenType
token_type
);
parser.cc
114
inline bool Parser::LookingAtType(io::Tokenizer::TokenType
token_type
) {
115
return input_->current().type ==
token_type
;
[
all
...]
/external/bison/data/
lalr1.cc
129
typedef token::yytokentype
token_type
;
glr.cc
310
typedef token::yytokentype
token_type
;
/external/protobuf/src/google/protobuf/
text_format.cc
451
bool LookingAtType(io::Tokenizer::TokenType
token_type
) {
452
return tokenizer_.current().type ==
token_type
;
[
all
...]
Completed in 72 milliseconds