Searched refs:cpp_type2name (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libcpp/include/ |
H A D | cpplib.h | 948 extern const char *cpp_type2name (enum cpp_ttype, unsigned char flags);
|
/dflybsd-src/contrib/gcc-8.0/libcpp/include/ |
H A D | cpplib.h | 1118 extern const char *cpp_type2name (enum cpp_ttype, unsigned char flags);
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | genmatch.c | 3950 cpp_type2name (tk, 0), cpp_type2name (token->type, 0)); in expect() 4731 fatal_at (token, "expected identifier got %s", cpp_type2name (token->type, 0)); in parse_operator_list()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-common.c | 6053 error_at (richloc, message, cpp_type2name (token_type, token_flags)); in c_parse_error() 8154 richloc->add_fixit_insert_before (cpp_type2name (token_type, 0)); in maybe_suggest_missing_token_insertion() 8160 cpp_type2name (token_type, 0)); in maybe_suggest_missing_token_insertion()
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | lex.c | 2496 cpp_type2name (enum cpp_ttype type, unsigned char flags) in cpp_type2name() function
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | lex.c | 3323 cpp_type2name (enum cpp_ttype type, unsigned char flags) in cpp_type2name() function
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-common.c | 8688 error (message, cpp_type2name (token_type, token_flags)); in c_parse_error()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | parser.c | 25257 attr_id = get_identifier (cpp_type2name (token->type, token->flags)); in cp_parser_std_attribute() 25281 attr_id = get_identifier (cpp_type2name (token->type, token->flags)); in cp_parser_std_attribute() 25468 attr_ns = get_identifier (cpp_type2name (token->type, in cp_parser_std_attribute_spec()
|