/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | pch.c | 134 struct cpp_string news; in save_idents() 142 struct cpp_string *sp; in save_idents() 145 sp = XNEW (struct cpp_string); in save_idents() 177 const struct cpp_string *a = (const struct cpp_string *) a_p; in cpp_string_hash() 186 const struct cpp_string *a = (const struct cpp_string *) a_p; in cpp_string_eq() 187 const struct cpp_string *b = (const struct cpp_string *) b_p; in cpp_string_eq() 197 struct cpp_string *a = (struct cpp_string *) a_p; in cpp_string_free() 239 struct cpp_string news; in count_defs() 278 struct cpp_string news; in write_defs()
|
H A D | charset.c | 1521 cpp_interpret_string_1 (cpp_reader *pfile, const cpp_string *from, size_t count, in cpp_interpret_string_1() 1522 cpp_string *to, enum cpp_ttype type, in cpp_interpret_string_1() 1690 cpp_interpret_string (cpp_reader *pfile, const cpp_string *from, size_t count, in cpp_interpret_string() 1691 cpp_string *to, enum cpp_ttype type) in cpp_interpret_string() 1716 cpp_interpret_string_ranges (cpp_reader *pfile, const cpp_string *from, in cpp_interpret_string_ranges() 1770 cpp_interpret_string_notranslate (cpp_reader *pfile, const cpp_string *from, in cpp_interpret_string_notranslate() 1771 size_t count, cpp_string *to, in cpp_interpret_string_notranslate() 1793 narrow_str_to_charconst (cpp_reader *pfile, cpp_string str, in narrow_str_to_charconst() 1862 wide_str_to_charconst (cpp_reader *pfile, cpp_string str, in wide_str_to_charconst() 1923 cpp_string str = { 0, 0 }; in cpp_interpret_charconst()
|
H A D | directives.c | 125 static void destringize_and_run (cpp_reader *, const cpp_string *, 990 cpp_string s = { 0, 0 }; in do_line() 1047 cpp_string s = { 0, 0 }; in do_linemarker() 1736 cpp_string str; in do_pragma_warning_or_error() 1811 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() 1530 lex_number (cpp_reader *pfile, cpp_string *number, in lex_number()
|
H A D | macro.c | 321 const cpp_string *); 3555 const cpp_string *string) in check_trad_stringification()
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | pch.c | 133 struct cpp_string news; in save_idents() 141 struct cpp_string *sp; in save_idents() 144 sp = XNEW (struct cpp_string); in save_idents() 176 const struct cpp_string *a = (const struct cpp_string *) a_p; in cpp_string_hash() 185 const struct cpp_string *a = (const struct cpp_string *) a_p; in cpp_string_eq() 186 const struct cpp_string *b = (const struct cpp_string *) b_p; in cpp_string_eq() 228 struct cpp_string news; in count_defs() 267 struct cpp_string news; in write_defs()
|
H A D | charset.c | 1371 cpp_interpret_string (cpp_reader *pfile, const cpp_string *from, size_t count, in cpp_interpret_string() 1372 cpp_string *to, enum cpp_ttype type) in cpp_interpret_string() 1452 cpp_interpret_string_notranslate (cpp_reader *pfile, const cpp_string *from, in cpp_interpret_string_notranslate() 1453 size_t count, cpp_string *to, in cpp_interpret_string_notranslate() 1475 narrow_str_to_charconst (cpp_reader *pfile, cpp_string str, in narrow_str_to_charconst() 1544 wide_str_to_charconst (cpp_reader *pfile, cpp_string str, in wide_str_to_charconst() 1605 cpp_string str = { 0, 0 }; in cpp_interpret_charconst()
|
H A D | directives.c | 124 static void destringize_and_run (cpp_reader *, const cpp_string *); 924 cpp_string s = { 0, 0 }; in do_line() 980 cpp_string s = { 0, 0 }; in do_linemarker() 1709 destringize_and_run (cpp_reader *pfile, const cpp_string *in) in destringize_and_run()
|
H A D | lex.c | 63 static int name_p (cpp_reader *, const cpp_string *); 999 name_p (cpp_reader *pfile, const cpp_string *string) in name_p() 1199 lex_number (cpp_reader *pfile, cpp_string *number, in lex_number()
|
H A D | macro.c | 161 const cpp_string *); 3036 const cpp_string *string) in check_trad_stringification()
|
/dflybsd-src/contrib/gcc-8.0/libcpp/include/ |
H A D | cpplib.h | 33 typedef struct cpp_string cpp_string; typedef 178 struct GTY(()) cpp_string { struct 257 struct cpp_string GTY ((tag ("CPP_TOKEN_FLD_STR"))) str; 578 void (*ident) (cpp_reader *, source_location, const cpp_string *); 905 const cpp_string *, size_t, 906 cpp_string *, enum cpp_ttype); 908 const cpp_string *from, 914 const cpp_string *, size_t, 915 cpp_string *, enum cpp_ttype);
|
/dflybsd-src/contrib/gcc-4.7/libcpp/include/ |
H A D | cpplib.h | 35 typedef struct cpp_string cpp_string; typedef 173 struct GTY(()) cpp_string { struct 237 struct cpp_string GTY ((tag ("CPP_TOKEN_FLD_STR"))) str; 515 void (*ident) (cpp_reader *, source_location, const cpp_string *); 772 const cpp_string *, size_t, 773 cpp_string *, enum cpp_ttype); 775 const cpp_string *, size_t, 776 cpp_string *, enum cpp_ttype);
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-lex.c | 59 static void cb_ident (cpp_reader *, unsigned int, const cpp_string *); 166 const cpp_string * ARG_UNUSED (str)) in cb_ident() 172 cpp_string cstr = { 0, 0 }; in cb_ident() 976 cpp_string istr; in lex_string() 981 cpp_string str = tok->val.str; in lex_string() 982 cpp_string *strs = &str; in lex_string() 1026 obstack_grow (&str_ob, &str, sizeof (cpp_string)); in lex_string() 1030 obstack_grow (&str_ob, &tok->val.str, sizeof (cpp_string)); in lex_string() 1043 strs = XOBFINISH (&str_ob, cpp_string *); in lex_string()
|
H A D | c-ppoutput.c | 78 static void cb_ident (cpp_reader *, source_location, const cpp_string *); 447 const cpp_string *str) in cb_ident()
|
H A D | c-common.c | 849 cpp_string cstr = { 0, 0 }, strname; in fname_as_string()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | input.c | 1329 class auto_cpp_string_vec : public auto_vec <cpp_string> 1333 : auto_vec <cpp_string> (alloc) {} in auto_cpp_string_vec() 1339 cpp_string *str; in ~auto_cpp_string_vec() 1445 cpp_string from; in get_substring_ranges_for_loc() 2410 cpp_string dst_string; in test_lexer_string_locations_simple() 2464 cpp_string dst_string; in test_lexer_string_locations_ebcdic() 2510 cpp_string dst_string; in test_lexer_string_locations_hex() 2551 cpp_string dst_string; in test_lexer_string_locations_oct() 2685 cpp_string dst_string; in test_lexer_string_locations_ucn4() 2736 cpp_string dst_string; in test_lexer_string_locations_ucn8() [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-lex.c | 55 static void cb_ident (cpp_reader *, unsigned int, const cpp_string *); 168 const cpp_string * ARG_UNUSED (str)) in cb_ident() 173 cpp_string cstr = { 0, 0 }; in cb_ident() 1151 cpp_string istr; in lex_string() 1156 cpp_string str = tok->val.str; in lex_string() 1158 cpp_string *strs = &str; in lex_string() 1205 obstack_grow (&str_ob, &str, sizeof (cpp_string)); in lex_string() 1210 obstack_grow (&str_ob, &tok->val.str, sizeof (cpp_string)); in lex_string() 1226 strs = XOBFINISH (&str_ob, cpp_string *); in lex_string()
|
H A D | c-ppoutput.c | 78 static void cb_ident (cpp_reader *, source_location, const cpp_string *); 491 const cpp_string *str) in cb_ident()
|
H A D | c-common.c | 658 cpp_string cstr = { 0, 0 }, strname; in fname_as_string()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | parser.c | 3389 cpp_string str, istr, *strs; in cp_parser_string_literal() 3482 obstack_grow (&str_ob, &str, sizeof (cpp_string)); in cp_parser_string_literal() 3500 strs = (cpp_string *) obstack_finish (&str_ob); in cp_parser_string_literal()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | parser.c | 4013 cpp_string str, istr, *strs; 4113 obstack_grow (&str_ob, &str, sizeof (cpp_string)); 4138 strs = (cpp_string *) obstack_finish (&str_ob);
|