Lines Matching refs:cpp_reader
115 static cpp_reader *cpp_in = NULL;
130 static void scan_translation_unit (cpp_reader *);
131 static void scan_translation_unit_trad (cpp_reader *);
135 static void cb_file_change (cpp_reader *, const line_map_ordinary *);
136 static void cb_line_change (cpp_reader *, const cpp_token *, int);
137 static void cb_define (cpp_reader *, location_t, cpp_hashnode *);
138 static void cb_undef (cpp_reader *, location_t, cpp_hashnode *);
139 static void cb_def_pragma (cpp_reader *, location_t);
140 static void cb_include (cpp_reader *, location_t, const unsigned char *,
142 static void cb_ident (cpp_reader *, location_t, const cpp_string *);
143 static void cb_used_define (cpp_reader *, location_t, cpp_hashnode *);
144 static void cb_used_undef (cpp_reader *, location_t, cpp_hashnode *);
145 static bool cb_cpp_diagnostic (cpp_reader *, enum cpp_diagnostic_level,
149 void pp_dir_change (cpp_reader *, const char *);
151 static int dump_macro (cpp_reader *, cpp_hashnode *, void *);
152 static void dump_queued_macros (cpp_reader *);
156 cpp_define_builtins (cpp_reader *pfile) in cpp_define_builtins()
730 static void scan_translation_unit_trad (cpp_reader *);
732 static int dump_macro (cpp_reader *, cpp_hashnode *, void *);
741 scan_translation_unit (cpp_reader *pfile) in scan_translation_unit()
798 scan_translation_unit_trad (cpp_reader *pfile) in scan_translation_unit_trad()
885 cb_file_change (cpp_reader * ARG_UNUSED (pfile), const line_map_ordinary *map) in cb_file_change()
919 cb_line_change (cpp_reader *pfile, const cpp_token *token, in cb_line_change()
949 cb_ident (cpp_reader *pfile ATTRIBUTE_UNUSED, location_t line, in cb_ident()
958 cb_define (cpp_reader *pfile ATTRIBUTE_UNUSED, location_t line, in cb_define()
977 cb_undef (cpp_reader *pfile ATTRIBUTE_UNUSED, location_t line, in cb_undef()
986 cb_include (cpp_reader *pfile ATTRIBUTE_UNUSED, location_t line, in cb_include()
1013 dump_macro (cpp_reader *pfile, cpp_hashnode *node, void *v ATTRIBUTE_UNUSED) in dump_macro()
1028 cb_used_define (cpp_reader *pfile, location_t line ATTRIBUTE_UNUSED, in cb_used_define()
1045 cb_cpp_diagnostic (cpp_reader *pfile ATTRIBUTE_UNUSED, in cb_cpp_diagnostic()
1096 pp_dir_change (cpp_reader *pfile ATTRIBUTE_UNUSED, const char *dir) in pp_dir_change()
1111 cb_def_pragma (cpp_reader *pfile, location_t line) in cb_def_pragma()
1120 cb_used_undef (cpp_reader *pfile ATTRIBUTE_UNUSED, in cb_used_undef()
1132 dump_queued_macros (cpp_reader *pfile ATTRIBUTE_UNUSED) in dump_queued_macros()