Searched refs:cpp_type2name (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | cpplib.h | 1228 extern const char *cpp_type2name (enum cpp_ttype, unsigned char flags);
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 1349 extern const char *cpp_type2name (enum cpp_ttype, unsigned char flags);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genmatch.cc | 4118 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 D | ChangeLog-2000 | 5197 (cpp_type2name): Move to cpplex.c. 11727 * cpperror.c (cpp_type2name): New function. 11737 (cpp_type2name): Prototype.
|
H A D | ChangeLog-2009 | 26626 Pass token_flags to cpp_type2name.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genmatch.c | 4060 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 D | c-common.c | 6206 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 D | c-common.cc | 6591 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 D | lex.c | 3356 cpp_type2name (enum cpp_ttype type, unsigned char flags) in cpp_type2name() function
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | lex.cc | 4196 cpp_type2name (enum cpp_ttype type, unsigned char flags) in cpp_type2name() function
|
H A D | ChangeLog | 5449 * 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 D | parser.c | 26829 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 D | parser.cc | 28955 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()
|