Home
last modified time | relevance | path

Searched refs:cb_ident (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dc-ppoutput.c60 static void cb_ident (cpp_reader *, source_location, const cpp_string *);
108 cb->ident = cb_ident; in init_pp_output()
330 cb_ident (cpp_reader *pfile ATTRIBUTE_UNUSED, source_location line, in cb_ident() function
Dc-lex.c73 static void cb_ident (cpp_reader *, unsigned int, const cpp_string *);
97 cb->ident = cb_ident; in init_c_lex()
177 cb_ident (cpp_reader * ARG_UNUSED (pfile), in cb_ident() function
DChangeLog-200114894 (cb_ident, cb_define, cb_undef, cb_include, cb_def_pragma): Update.
15105 (cb_define, cb_undef, cb_def_pragma, cb_ident, cb_include): Update.
15155 * cppmain.c (cb_ident, cb_define, cb_undef, cb_def_pragma,
15157 * c-lex.c (cb_ident, cb_define, cb_undef, cb_def_pragma):
28278 * cppmain.c (cb_ident): Strings are now null-terminated.
DChangeLog-20004801 (cb_ident): Update for new callback prototype.
11063 * cppmain.c (cb_ident): Likewise.
11740 * cppmain.c (cb_ident): Update for changed interface.
12711 * cppmain.c (cb_define, cb_undef, cb_include, cb_ident,
DChangeLog-20038273 cb_ident, cb_def_pragma): Use fileline typedef.
14763 * c-lex.c (cb_ident): Cast cstr.text to const char *.
15660 (cb_ident): Use cpp_interpret_string, not lex_string.
25436 (cb_ident): Update.
DChangeLog-20027720 * c-lex.c (cb_ident): Mark variable with ATTRIBUTE_UNUSED.
10537 scan_translation_unit_trad, cb_line_change, cb_ident,
28784 * c-lex.c (cb_ident, c_lex): Remove unnecessary cast.
DChangeLog-20049376 * c-ppoutput.c (cb_ident): Don't quote string as it is already