Home
last modified time | relevance | path

Searched refs:cpp_string (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/gcc/libcpp/
H A Dpch.c129 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 Dcharset.c1305 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 Ddirectives.c121 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 Dlex.c61 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 Dmacro.c68 const cpp_string *);
1654 const cpp_string *string) in check_trad_stringification()
H A DChangeLog474 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 Dcpplib.h39 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 Dc-lex.c73 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 Dc-ppoutput.c58 static void cb_ident (cpp_reader *, source_location, const cpp_string *);
306 const cpp_string *str) in cb_ident()
H A Dc-common.c753 cpp_string cstr = { 0, 0 }, strname; in fname_as_string()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpplib.h41 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 Dcppmain.c51 const cpp_string *));
318 const cpp_string * str;
H A Dc-lex.c86 const cpp_string *));
230 const cpp_string *str ATTRIBUTE_UNUSED;
H A Dcpplex.c75 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 Dcppmacro.c75 const cpp_string *));
1628 const cpp_string *string;
H A Dcpplib.c129 static void destringize_and_run PARAMS ((cpp_reader *, const cpp_string *));
1276 const cpp_string *in;
H A DChangeLog.414658 * cpplib.h (struct cpp_name): Now struct cpp_string.
/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c2741 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()