/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | pch.c | 131 struct cpp_string news; in save_idents() 139 struct cpp_string *sp; in save_idents() 142 sp = XNEW (struct cpp_string); in save_idents() 174 const struct cpp_string *a = (const struct cpp_string *) a_p; in cpp_string_hash() 183 const struct cpp_string *a = (const struct cpp_string *) a_p; in cpp_string_eq() 184 const struct cpp_string *b = (const struct cpp_string *) b_p; in cpp_string_eq() 194 struct cpp_string *a = (struct cpp_string *) a_p; in cpp_string_free() 239 struct cpp_string news; in count_defs() 277 struct cpp_string news; in write_defs()
|
H A D | charset.c | 1612 cpp_interpret_string_1 (cpp_reader *pfile, const cpp_string *from, size_t count, in cpp_interpret_string_1() 1613 cpp_string *to, enum cpp_ttype type, in cpp_interpret_string_1() 1781 cpp_interpret_string (cpp_reader *pfile, const cpp_string *from, size_t count, in cpp_interpret_string() 1782 cpp_string *to, enum cpp_ttype type) in cpp_interpret_string() 1808 cpp_interpret_string_ranges (cpp_reader *pfile, const cpp_string *from, in cpp_interpret_string_ranges() 1863 cpp_interpret_string_notranslate (cpp_reader *pfile, const cpp_string *from, in cpp_interpret_string_notranslate() 1864 size_t count, cpp_string *to, in cpp_interpret_string_notranslate() 1886 narrow_str_to_charconst (cpp_reader *pfile, cpp_string str, in narrow_str_to_charconst() 1960 wide_str_to_charconst (cpp_reader *pfile, cpp_string str, in wide_str_to_charconst() 2034 cpp_string str = { 0, 0 }; in cpp_interpret_charconst()
|
H A D | directives.c | 126 static void destringize_and_run (cpp_reader *, const cpp_string *, 985 cpp_string s = { 0, 0 }; in do_line() 1042 cpp_string s = { 0, 0 }; in do_linemarker() 1743 cpp_string str; in do_pragma_warning_or_error() 1818 destringize_and_run (cpp_reader *pfile, const cpp_string *in, in destringize_and_run()
|
H A D | lex.c | 62 static int name_p (cpp_reader *, const cpp_string *); 1279 name_p (cpp_reader *pfile, const cpp_string *string) in name_p() 1541 lex_number (cpp_reader *pfile, cpp_string *number, in lex_number()
|
H A D | macro.c | 345 const cpp_string *); 3775 const cpp_string *string) in check_trad_stringification()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | pch.cc | 131 struct cpp_string news; in save_idents() 139 struct cpp_string *sp; in save_idents() 142 sp = XNEW (struct cpp_string); in save_idents() 174 const struct cpp_string *a = (const struct cpp_string *) a_p; in cpp_string_hash() 183 const struct cpp_string *a = (const struct cpp_string *) a_p; in cpp_string_eq() 184 const struct cpp_string *b = (const struct cpp_string *) b_p; in cpp_string_eq() 194 struct cpp_string *a = (struct cpp_string *) a_p; in cpp_string_free() 239 struct cpp_string news; in count_defs() 277 struct cpp_string news; in write_defs()
|
H A D | charset.cc | 1644 cpp_interpret_string_1 (cpp_reader *pfile, const cpp_string *from, size_t count, in cpp_interpret_string_1() 1645 cpp_string *to, enum cpp_ttype type, in cpp_interpret_string_1() 1813 cpp_interpret_string (cpp_reader *pfile, const cpp_string *from, size_t count, in cpp_interpret_string() 1814 cpp_string *to, enum cpp_ttype type) in cpp_interpret_string() 1840 cpp_interpret_string_ranges (cpp_reader *pfile, const cpp_string *from, in cpp_interpret_string_ranges() 1895 cpp_interpret_string_notranslate (cpp_reader *pfile, const cpp_string *from, in cpp_interpret_string_notranslate() 1896 size_t count, cpp_string *to, in cpp_interpret_string_notranslate() 1918 narrow_str_to_charconst (cpp_reader *pfile, cpp_string str, in narrow_str_to_charconst() 1992 wide_str_to_charconst (cpp_reader *pfile, cpp_string str, in wide_str_to_charconst() 2066 cpp_string str = { 0, 0 }; in cpp_interpret_charconst()
|
H A D | directives.cc | 132 static void destringize_and_run (cpp_reader *, const cpp_string *, 1009 cpp_string s = { 0, 0 }; in do_line() 1066 cpp_string s = { 0, 0 }; in do_linemarker() 1784 cpp_string str; in do_pragma_warning_or_error() 1859 destringize_and_run (cpp_reader *pfile, const cpp_string *in, in destringize_and_run()
|
H A D | lex.cc | 62 static int name_p (cpp_reader *, const cpp_string *); 1793 name_p (cpp_reader *pfile, const cpp_string *string) in name_p() 2101 lex_number (cpp_reader *pfile, cpp_string *number, in lex_number()
|
H A D | macro.cc | 356 const cpp_string *); 4019 const cpp_string *string) in check_trad_stringification()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | cpplib.h | 33 typedef struct cpp_string cpp_string; typedef 179 struct GTY(()) cpp_string { struct 260 struct cpp_string GTY ((tag ("CPP_TOKEN_FLD_STR"))) str; 647 void (*ident) (cpp_reader *, location_t, const cpp_string *); 1056 const cpp_string *, size_t, 1057 cpp_string *, enum cpp_ttype); 1059 const cpp_string *from, 1065 const cpp_string *, size_t, 1066 cpp_string *, enum cpp_ttype);
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 33 typedef struct cpp_string cpp_string; typedef 180 struct GTY(()) cpp_string { struct 263 struct cpp_string GTY ((tag ("CPP_TOKEN_FLD_STR"))) str; 688 void (*ident) (cpp_reader *, location_t, const cpp_string *); 1161 const cpp_string *, size_t, 1162 cpp_string *, enum cpp_ttype); 1164 const cpp_string *from, 1170 const cpp_string *, size_t, 1171 cpp_string *, enum cpp_ttype);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | input.cc | 1506 class auto_cpp_string_vec : public auto_vec <cpp_string> 1510 : auto_vec <cpp_string> (alloc) {} in auto_cpp_string_vec() 1516 cpp_string *str; in ~auto_cpp_string_vec() 1631 cpp_string from; in get_substring_ranges_for_loc() 2612 cpp_string dst_string; in test_lexer_string_locations_simple() 2666 cpp_string dst_string; in test_lexer_string_locations_ebcdic() 2712 cpp_string dst_string; in test_lexer_string_locations_hex() 2753 cpp_string dst_string; in test_lexer_string_locations_oct() 2887 cpp_string dst_string; in test_lexer_string_locations_ucn4() 2938 cpp_string dst_string; in test_lexer_string_locations_ucn8() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | input.c | 1346 class auto_cpp_string_vec : public auto_vec <cpp_string> 1350 : auto_vec <cpp_string> (alloc) {} in auto_cpp_string_vec() 1356 cpp_string *str; in ~auto_cpp_string_vec() 1471 cpp_string from; in get_substring_ranges_for_loc() 2452 cpp_string dst_string; in test_lexer_string_locations_simple() 2506 cpp_string dst_string; in test_lexer_string_locations_ebcdic() 2552 cpp_string dst_string; in test_lexer_string_locations_hex() 2593 cpp_string dst_string; in test_lexer_string_locations_oct() 2727 cpp_string dst_string; in test_lexer_string_locations_ucn4() 2778 cpp_string dst_string; in test_lexer_string_locations_ucn8() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-lex.cc | 56 static void cb_ident (cpp_reader *, unsigned int, const cpp_string *); 166 const cpp_string * ARG_UNUSED (str)) in cb_ident() 171 cpp_string cstr = { 0, 0 }; in cb_ident() 1277 cpp_string istr; in lex_string() 1282 cpp_string str = tok->val.str; in lex_string() 1284 cpp_string *strs = &str; in lex_string() 1331 obstack_grow (&str_ob, &str, sizeof (cpp_string)); in lex_string() 1336 obstack_grow (&str_ob, &tok->val.str, sizeof (cpp_string)); in lex_string() 1352 strs = XOBFINISH (&str_ob, cpp_string *); in lex_string()
|
H A D | c-ppoutput.cc | 78 static void cb_ident (cpp_reader *, location_t, const cpp_string *); 588 const cpp_string *str) in cb_ident()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-lex.c | 55 static void cb_ident (cpp_reader *, unsigned int, const cpp_string *); 167 const cpp_string * ARG_UNUSED (str)) in cb_ident() 172 cpp_string cstr = { 0, 0 }; in cb_ident() 1209 cpp_string istr; in lex_string() 1214 cpp_string str = tok->val.str; in lex_string() 1216 cpp_string *strs = &str; in lex_string() 1263 obstack_grow (&str_ob, &str, sizeof (cpp_string)); in lex_string() 1268 obstack_grow (&str_ob, &tok->val.str, sizeof (cpp_string)); in lex_string() 1284 strs = XOBFINISH (&str_ob, cpp_string *); in lex_string()
|
H A D | c-ppoutput.c | 78 static void cb_ident (cpp_reader *, location_t, const cpp_string *); 492 const cpp_string *str) in cb_ident()
|
H A D | c-common.c | 676 cpp_string cstr = { 0, 0 }, strname; in fname_as_string()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | cpp.cc | 146 static void cb_ident (cpp_reader *, location_t, const cpp_string *); 970 const cpp_string *str) in cb_ident()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | cpp.c | 142 static void cb_ident (cpp_reader *, location_t, const cpp_string *); 950 const cpp_string *str) in cb_ident()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 7384 cpp_string str, istr, *strs; in c_parser_string_literal() 7449 obstack_grow (&str_ob, &str, sizeof (cpp_string)); in c_parser_string_literal() 7462 strs = (cpp_string *) obstack_finish (&str_ob); in c_parser_string_literal()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 4137 cpp_string str, istr, *strs; 4238 obstack_grow (&str_ob, &str, sizeof (cpp_string)); 4264 strs = (cpp_string *) obstack_finish (&str_ob); 4425 cpp_string in = { 3, s }; in make_char_string_pack() 4426 cpp_string out = { 0, 0 }; in make_char_string_pack()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 7342 cpp_string str, istr, *strs; in c_parser_string_literal() 7407 obstack_grow (&str_ob, &str, sizeof (cpp_string)); in c_parser_string_literal() 7420 strs = (cpp_string *) obstack_finish (&str_ob); in c_parser_string_literal()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.cc | 4353 cpp_string str, istr, *strs; in cp_parser_string_literal() 4454 obstack_grow (&str_ob, &str, sizeof (cpp_string)); in cp_parser_string_literal() 4480 strs = (cpp_string *) obstack_finish (&str_ob); in cp_parser_string_literal() 4642 cpp_string in = { 3, s }; in make_char_string_pack() 4643 cpp_string out = { 0, 0 }; in make_char_string_pack()
|