Searched refs:cpp_string (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/gcclibs/libcpp/include/ |
| H A D | cpplib.h | 39 typedef struct cpp_string cpp_string; typedef 161 struct cpp_string GTY(()) 211 struct cpp_string GTY ((tag ("CPP_TOKEN_FLD_STR"))) str; 478 void (*ident) (cpp_reader *, unsigned int, const cpp_string *); 704 const cpp_string *, size_t, 705 cpp_string *, bool); 707 const cpp_string *, size_t, 708 cpp_string *, bool);
|
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | pch.c | 129 struct cpp_string news; in save_idents() 137 struct cpp_string *sp; in save_idents() 140 sp = XNEW (struct cpp_string); in save_idents() 172 const struct cpp_string *a = (const struct cpp_string *) a_p; in cpp_string_hash() 181 const struct cpp_string *a = (const struct cpp_string *) a_p; in cpp_string_eq() 182 const struct cpp_string *b = (const struct cpp_string *) b_p; in cpp_string_eq() 224 struct cpp_string news; in count_defs() 263 struct cpp_string news; in write_defs()
|
| H A D | charset.c | 1305 cpp_interpret_string (cpp_reader *pfile, const cpp_string *from, size_t count, in cpp_interpret_string() 1306 cpp_string *to, bool wide) in cpp_interpret_string() 1360 cpp_interpret_string_notranslate (cpp_reader *pfile, const cpp_string *from, in cpp_interpret_string_notranslate() 1361 size_t count, cpp_string *to, bool wide) in cpp_interpret_string_notranslate() 1381 narrow_str_to_charconst (cpp_reader *pfile, cpp_string str, in narrow_str_to_charconst() 1450 wide_str_to_charconst (cpp_reader *pfile, cpp_string str, in wide_str_to_charconst() 1503 cpp_string str = { 0, 0 }; in cpp_interpret_charconst()
|
| H A D | directives.c | 121 static void destringize_and_run (cpp_reader *, const cpp_string *); 872 cpp_string s = { 0, 0 }; in do_line() 925 cpp_string s = { 0, 0 }; in do_linemarker() 1499 destringize_and_run (cpp_reader *pfile, const cpp_string *in) in destringize_and_run()
|
| H A D | lex.c | 61 static int name_p (cpp_reader *, const cpp_string *); 431 name_p (cpp_reader *pfile, const cpp_string *string) in name_p() 568 lex_number (cpp_reader *pfile, cpp_string *number, in lex_number()
|
| H A D | macro.c | 69 const cpp_string *); 1667 const cpp_string *string) in check_trad_stringification()
|
| H A D | ChangeLog | 474 cpp_token_u instead of just cpp_string field from it. 832 * include/cpplib.h (struct cpp_string): Add GTY marker.
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-lex.c | 73 static void cb_ident (cpp_reader *, unsigned int, const cpp_string *); 179 const cpp_string * ARG_UNUSED (str)) in cb_ident() 185 cpp_string cstr = { 0, 0 }; in cb_ident() 728 cpp_string istr; in lex_string() 732 cpp_string str = tok->val.str; in lex_string() 733 cpp_string *strs = &str; in lex_string() 763 obstack_grow (&str_ob, &str, sizeof (cpp_string)); in lex_string() 767 obstack_grow (&str_ob, &tok->val.str, sizeof (cpp_string)); in lex_string() 774 strs = XOBFINISH (&str_ob, cpp_string *); in lex_string()
|
| H A D | c-ppoutput.c | 60 static void cb_ident (cpp_reader *, source_location, const cpp_string *); 331 const cpp_string *str) in cb_ident()
|
| H A D | c-common.c | 767 cpp_string cstr = { 0, 0 }, strname; in fname_as_string()
|
| H A D | ChangeLog-2000 | 14664 * cpplib.h (struct cpp_name): Now struct cpp_string.
|
| H A D | ChangeLog-2003 | 25435 (lex_string): Take cpp_string with full spelling.
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | parser.c | 2917 cpp_string str, istr, *strs; in cp_parser_string_literal() 2956 obstack_grow (&str_ob, &str, sizeof (cpp_string)); in cp_parser_string_literal() 2962 strs = (cpp_string *) obstack_finish (&str_ob); in cp_parser_string_literal()
|