Searched defs:tok2 (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_input.c | 154 struct isl_token *tok, *tok2; in next_token() local 194 struct isl_token *tok2 = NULL; in isl_stream_read_val() local 2089 struct isl_token *tok, *tok2; in resolve_paren_expr() local 2367 struct isl_token *tok2; in basic_map_read_polylib() local 2482 struct isl_token *tok2; in map_read_polylib() local 2568 struct isl_token *tok2; in read_factor() local 3044 struct isl_token *tok2; in obj_read() local 3522 struct isl_token *tok, *tok2; in read_aff_domain() local 4012 struct isl_token *tok, *tok2, *tok3; in next_is_empty_tuple() local 4043 struct isl_token *tok, *tok2; in next_is_param_tuple() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | expression.h | 705 TOK tok2; // 'struct', 'union', etc. variable
|
H A D | parse.c | 7021 TOK tok2 = TOKreserved; in parsePrimaryExp() local
|
H A D | expression.c | 4892 Type *tspec, TOK tok2, TemplateParameters *parameters) in IsExp()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | expression.h | 675 TOK tok2; // 'struct', 'union', etc. variable
|
H A D | parse.d | 8212 TOK tok2 = TOK.reserved; in parsePrimaryExp() local
|
H A D | expression.d | 4180 TOK tok2; // 'struct', 'union', etc. variable 4182 …extern (D) this(const ref Loc loc, Type targ, Identifier id, TOK tok, Type tspec, TOK tok2, Templa… in this()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 27758 cp_token *tok2 = cp_lexer_peek_nth_token (parser->lexer, 2); in cp_parser_requires_clause_opt() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.cc | 29929 cp_token *tok2 = cp_lexer_peek_nth_token (parser->lexer, 2); in cp_parser_requires_clause_opt() local
|