Home
last modified time | relevance | path

Searched refs:cpp_type2name (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h1228 extern const char *cpp_type2name (enum cpp_ttype, unsigned char flags);
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h1349 extern const char *cpp_type2name (enum cpp_ttype, unsigned char flags);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenmatch.cc4118 cpp_type2name (tk, 0), cpp_type2name (token->type, 0)); in expect()
4902 fatal_at (token, "expected identifier got %s", cpp_type2name (token->type, 0)); in parse_operator_list()
H A DChangeLog-20005197 (cpp_type2name): Move to cpplex.c.
11727 * cpperror.c (cpp_type2name): New function.
11737 (cpp_type2name): Prototype.
H A DChangeLog-200926626 Pass token_flags to cpp_type2name.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenmatch.c4060 cpp_type2name (tk, 0), cpp_type2name (token->type, 0)); in expect()
4836 fatal_at (token, "expected identifier got %s", cpp_type2name (token->type, 0)); in parse_operator_list()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c6206 error_at (richloc, message, cpp_type2name (token_type, token_flags)); in c_parse_error()
8627 richloc->add_fixit_insert_before (cpp_type2name (token_type, 0)); in maybe_suggest_missing_token_insertion()
8633 cpp_type2name (token_type, 0)); in maybe_suggest_missing_token_insertion()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc6591 error_at (richloc, message, cpp_type2name (token_type, token_flags)); in c_parse_error()
9081 richloc->add_fixit_insert_before (cpp_type2name (token_type, 0)); in maybe_suggest_missing_token_insertion()
9087 cpp_type2name (token_type, 0)); in maybe_suggest_missing_token_insertion()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dlex.c3356 cpp_type2name (enum cpp_ttype type, unsigned char flags) in cpp_type2name() function
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dlex.cc4196 cpp_type2name (enum cpp_ttype type, unsigned char flags) in cpp_type2name() function
H A DChangeLog5449 * lex.c (cpp_type2name): Take a flags parameter. Call
5455 * include/cpplib.h (cpp_type2name): Update declaration.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c26829 attr_id = get_identifier (cpp_type2name (token->type, token->flags)); in cp_parser_std_attribute()
26853 attr_id = get_identifier (cpp_type2name (token->type, token->flags)); in cp_parser_std_attribute()
27073 attr_ns = get_identifier (cpp_type2name (token->type, in cp_parser_std_attribute_spec()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc28955 attr_id = get_identifier (cpp_type2name (token->type, token->flags)); in cp_parser_std_attribute()
28979 attr_id = get_identifier (cpp_type2name (token->type, token->flags)); in cp_parser_std_attribute()
29232 attr_ns = get_identifier (cpp_type2name (token->type, in cp_parser_std_attribute_spec()