HomeSort by: relevance | last modified time | path
    Searched defs:token1 (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libintl/
plural_parser.c 641 int token, token1; local
655 token1 = get_token(tcx, &token_data);
656 if (token1 == T_EOF)
659 unget_token(tcx, token1, &token_data);
  /src/external/gpl3/gcc/dist/gcc/cp/
parser.cc 1199 const cp_token *token1 = cp_lexer_peek_token (lexer);
1200 if (token1->type == CPP_NAME && IDENTIFIER_TRAIT_P (token1->u.value))
1202 const cp_trait &trait = cp_traits[IDENTIFIER_CP_INDEX (token1->u.value)];
15433 cp_token *token1 = cp_lexer_peek_token (parser->lexer);
15434 cp_token *token2 = (token1->type == CPP_EOF
15435 ? token1 : cp_lexer_peek_nth_token (parser->lexer, 2));
15437 if (token1->type == CPP_SEMICOLON)
15451 location_t attrs_loc = token1->location;
15486 if (token1->keyword == RID_ATTRIBUTE
1198 const cp_token *token1 = cp_lexer_peek_token (lexer); local
    [all...]

Completed in 73 milliseconds