Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dtokenize.py75 self.token_type = token_type
147 token_type = UNKNOWN
151 token_type = NAME
159 token_type = CONSTANT
162 token_type = CONSTANT
173 token_type = SYNTAX
183 token_type = SYNTAX
186 token_type = CONSTANT
196 token_type = CONSTANT
212 token_type = CONSTANT
[all …]
H A Dast.py582 p.token_type == tokenize.NAME):
714 if token.token_type == _INTERNAL_TOKEN:
739 if token.token_type == tokenize.NAME:
806 elif token.token_type == tokenize.SYNTAX:
862 def _IgnoreUpTo(self, token_type, token): argument
1013 while token.token_type == tokenize.NAME:
1218 if next.token_type != tokenize.NAME:
1354 if (token.token_type == tokenize.NAME and
1432 if token.token_type == tokenize.NAME:
1509 if token.token_type == tokenize.SYNTAX:
[all …]
/freebsd-12.1/contrib/googletest/googletest/scripts/
H A Dpump.py150 self.token_type = token_type
160 self.token_type)
362 elif found.token_type == '$':
369 elif (found.token_type == ']]' or found.token_type == '$if' or
370 found.token_type == '$elif' or found.token_type == '$else'):
455 if token_type is not None and token.token_type != token_type:
476 def Pop(token_type=None): argument
482 if next.token_type == '$else':
504 def Pop(token_type=None): argument
508 t = head.token_type
[all …]
/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c76 switch (token_type) { in _nc_extend_names()
100 token_type = STRING; in _nc_extend_names()
102 token_type = NUMBER; in _nc_extend_names()
104 token_type = BOOLEAN; in _nc_extend_names()
125 switch (token_type) { in _nc_extend_names()
144 switch (token_type) { in _nc_extend_names()
211 int token_type; in _nc_parse_entry() local
218 if (token_type == EOF) in _nc_parse_entry()
280 token_type != EOF && token_type != NAMES; in _nc_parse_entry()
372 if (token_type != CANCEL && entry_ptr->nte_type != token_type) { in _nc_parse_entry()
[all …]
H A Dalloc_ttype.c154 _nc_first_ext_name(TERMTYPE *tp, int token_type) in _nc_first_ext_name() argument
158 switch (token_type) { in _nc_first_ext_name()
179 _nc_last_ext_name(TERMTYPE *tp, int token_type) in _nc_last_ext_name() argument
183 switch (token_type) { in _nc_last_ext_name()
206 unsigned last = _nc_last_ext_name(tp, token_type); in _nc_find_ext_name()
221 _nc_ext_data_index(TERMTYPE *tp, int n, int token_type) in _nc_ext_data_index() argument
223 switch (token_type) { in _nc_ext_data_index()
254 first = _nc_ext_data_index(tp, first, token_type); in _nc_del_ext_name()
255 switch (token_type) { in _nc_del_ext_name()
291 unsigned last = _nc_last_ext_name(tp, token_type); in _nc_ins_ext_name()
[all …]
/freebsd-12.1/contrib/gdb/gdb/
H A Dada-lex.l664 name_lookup (name0, err_name, token_type)
667 int* token_type;
731 *token_type = OBJECT_RENAMING;
746 result = name_lookup (new_name, err_name, token_type);
754 *token_type = TYPENAME;
767 *token_type = TYPENAME;
775 *token_type = NAME;
788 *token_type = NAME;
823 *token_type = NAME;
/freebsd-12.1/usr.bin/dtc/
H A Ddtb.hh58 enum token_type enum
96 inline const char *token_type_name(token_type t) in token_type_name()
168 inline void write_token(token_type t) in write_token()
/freebsd-12.1/contrib/ipfilter/tools/
H A Dipfstat.c1281 int token_type = IPFGENITER_STATE; local
1429 (void) ioctl(state_fd, SIOCIPFDELTOK, &token_type);
/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c1164 enum cpp_ttype token_type; member
2788 binops_by_token[binops[i].token_type] = binops[i]; in cp_parser_new()
4795 enum cpp_ttype token_type, in cp_parser_postfix_dot_deref_expression() argument
4805 if (token_type == CPP_DEREF) in cp_parser_postfix_dot_deref_expression()
4937 (parser, token_type == CPP_DEREF ? "'->'" : "`.'"))) in cp_parser_postfix_dot_deref_expression()