Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libcpp/include/
H A Dcpplib.h948 extern const char *cpp_type2name (enum cpp_ttype, unsigned char flags);
/dflybsd-src/contrib/gcc-8.0/libcpp/include/
H A Dcpplib.h1118 extern const char *cpp_type2name (enum cpp_ttype, unsigned char flags);
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgenmatch.c3950 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 Dc-common.c6053 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 Dlex.c2496 cpp_type2name (enum cpp_ttype type, unsigned char flags) in cpp_type2name() function
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dlex.c3323 cpp_type2name (enum cpp_ttype type, unsigned char flags) in cpp_type2name() function
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c8688 error (message, cpp_type2name (token_type, token_flags)); in c_parse_error()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dparser.c25257 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()