/openbsd-src/gnu/gcc/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 *); 867 cpp_string s = { 0, 0 }; in do_line() 920 cpp_string s = { 0, 0 }; in do_linemarker() 1477 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 *); 419 name_p (cpp_reader *pfile, const cpp_string *string) in name_p() 556 lex_number (cpp_reader *pfile, cpp_string *number, in lex_number()
|
H A D | macro.c | 68 const cpp_string *); 1654 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.
|
/openbsd-src/gnu/gcc/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; 470 void (*ident) (cpp_reader *, unsigned int, const cpp_string *); 691 const cpp_string *, size_t, 692 cpp_string *, bool); 694 const cpp_string *, size_t, 695 cpp_string *, bool);
|
/openbsd-src/gnu/gcc/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 | 58 static void cb_ident (cpp_reader *, source_location, const cpp_string *); 306 const cpp_string *str) in cb_ident()
|
H A D | c-common.c | 753 cpp_string cstr = { 0, 0 }, strname; in fname_as_string()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | cpplib.h | 41 typedef struct cpp_string cpp_string; typedef 159 struct cpp_string struct 187 struct cpp_string str; /* A string, or number. */ 422 void (*ident) PARAMS ((cpp_reader *, unsigned int, const cpp_string *));
|
H A D | cppmain.c | 51 const cpp_string *)); 318 const cpp_string * str;
|
H A D | c-lex.c | 86 const cpp_string *)); 230 const cpp_string *str ATTRIBUTE_UNUSED;
|
H A D | cpplex.c | 75 static void parse_number PARAMS ((cpp_reader *, cpp_string *, int)); 82 static int name_p PARAMS ((cpp_reader *, const cpp_string *)); 419 const cpp_string *string; 569 cpp_string *number;
|
H A D | cppmacro.c | 75 const cpp_string *)); 1628 const cpp_string *string;
|
H A D | cpplib.c | 129 static void destringize_and_run PARAMS ((cpp_reader *, const cpp_string *)); 1276 const cpp_string *in;
|
H A D | ChangeLog.4 | 14658 * cpplib.h (struct cpp_name): Now struct cpp_string.
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | parser.c | 2741 cpp_string str, istr, *strs; in cp_parser_string_literal() 2780 obstack_grow (&str_ob, &str, sizeof (cpp_string)); in cp_parser_string_literal() 2786 strs = (cpp_string *) obstack_finish (&str_ob); in cp_parser_string_literal()
|