Home
last modified time | relevance | path

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

/netbsd-src/lib/libintl/
H A Dplural_parser.c641 int token, token1; in parse_exp() local
655 token1 = get_token(tcx, &token_data); in parse_exp()
656 if (token1 == T_EOF) in parse_exp()
659 unget_token(tcx, token1, &token_data); in parse_exp()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinit.c707 const cpp_token *token, *token1; in read_original_filename() local
715 token1 = _cpp_lex_direct (pfile); in read_original_filename()
720 if (token1->type == CPP_NUMBER in read_original_filename()
H A Dlex.c3454 cpp_avoid_paste (cpp_reader *pfile, const cpp_token *token1, in cpp_avoid_paste() argument
3457 enum cpp_ttype a = token1->type, b = token2->type; in cpp_avoid_paste()
3460 if (token1->flags & NAMED_OP) in cpp_avoid_paste()
3497 case CPP_OTHER: return ((token1->val.str.text[0] == '\\' in cpp_avoid_paste()
3500 && token1->val.str.text[0] == '@' in cpp_avoid_paste()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dlex.cc4298 cpp_avoid_paste (cpp_reader *pfile, const cpp_token *token1, in cpp_avoid_paste() argument
4301 enum cpp_ttype a = token1->type, b = token2->type; in cpp_avoid_paste()
4304 if (token1->flags & NAMED_OP) in cpp_avoid_paste()
4342 case CPP_OTHER: return ((token1->val.str.text[0] == '\\' in cpp_avoid_paste()
4345 && token1->val.str.text[0] == '@' in cpp_avoid_paste()
H A DChangeLog545 * lex.c (cpp_avoid_paste): Handle token1 CPP_PRAGMA like CPP_NAME.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc14788 cp_token *token1 = cp_lexer_peek_token (parser->lexer); in cp_parser_declaration() local
14789 cp_token *token2 = (token1->type == CPP_EOF in cp_parser_declaration()
14790 ? token1 : cp_lexer_peek_nth_token (parser->lexer, 2)); in cp_parser_declaration()
14792 if (token1->type == CPP_SEMICOLON) in cp_parser_declaration()
14806 location_t attrs_loc = token1->location; in cp_parser_declaration()
14841 if (token1->keyword == RID_ATTRIBUTE) in cp_parser_declaration()
14856 warning_at (token1->location, OPT_Wattributes, "attributes are" in cp_parser_declaration()
14863 token1 = t1; in cp_parser_declaration()
14883 if (token1->keyword == RID_EXTERN in cp_parser_declaration()
14889 else if (token1->keyword == RID_TEMPLATE) in cp_parser_declaration()
[all …]
H A DChangeLog-20201815 token1 was EOF.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c13356 cp_token token1; in cp_parser_declaration() local
13374 token1 = *cp_lexer_peek_token (parser->lexer); in cp_parser_declaration()
13376 if (token1.type != CPP_EOF) in cp_parser_declaration()
13389 if (token1.keyword == RID_EXTERN in cp_parser_declaration()
13395 else if (token1.keyword == RID_TEMPLATE) in cp_parser_declaration()
13410 else if (token1.keyword == RID_EXPORT) in cp_parser_declaration()
13416 && (token1.keyword == RID_EXTERN in cp_parser_declaration()
13417 || token1.keyword == RID_STATIC in cp_parser_declaration()
13418 || token1.keyword == RID_INLINE) in cp_parser_declaration()
13423 else if (token1.keyword == RID_NAMESPACE in cp_parser_declaration()
[all …]
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-joslin-config-schema-xx.txt1616 (&(<filter>)(attr1~=<token1>)(attr2~=<token2>)...)
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-2018367 * unittests/observable-selftests.c (token1, token2, token3): Ditto.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-2018367 * unittests/observable-selftests.c (token1, token2, token3): Ditto.