Lines Matching refs:cpp_reader
54 static void scan_translation_unit (cpp_reader *);
56 static void scan_translation_unit_directives_only (cpp_reader *);
57 static void scan_translation_unit_trad (cpp_reader *);
59 static int dump_macro (cpp_reader *, cpp_hashnode *, void *);
60 static void dump_queued_macros (cpp_reader *);
66 static void do_line_change (cpp_reader *, const cpp_token *,
71 static void cb_line_change (cpp_reader *, const cpp_token *, int);
72 static void cb_define (cpp_reader *, source_location, cpp_hashnode *);
73 static void cb_undef (cpp_reader *, source_location, cpp_hashnode *);
74 static void cb_used_define (cpp_reader *, source_location, cpp_hashnode *);
75 static void cb_used_undef (cpp_reader *, source_location, cpp_hashnode *);
76 static void cb_include (cpp_reader *, source_location, const unsigned char *,
78 static void cb_ident (cpp_reader *, source_location, const cpp_string *);
79 static void cb_def_pragma (cpp_reader *, source_location);
80 static void cb_read_pch (cpp_reader *pfile, const char *name,
85 preprocess_file (cpp_reader *pfile) in preprocess_file()
165 scan_translation_unit (cpp_reader *pfile) in scan_translation_unit()
270 scan_translation_unit_directives_only (cpp_reader *pfile) in scan_translation_unit_directives_only()
291 scan_translation_unit_trad (cpp_reader *pfile) in scan_translation_unit_trad()
408 do_line_change (cpp_reader *pfile, const cpp_token *token, in do_line_change()
439 cb_line_change (cpp_reader *pfile, const cpp_token *token, in cb_line_change()
446 cb_ident (cpp_reader *pfile ATTRIBUTE_UNUSED, source_location line, in cb_ident()
455 cb_define (cpp_reader *pfile, source_location line, cpp_hashnode *node) in cb_define()
478 cb_undef (cpp_reader *pfile ATTRIBUTE_UNUSED, source_location line, in cb_undef()
487 cb_used_define (cpp_reader *pfile, source_location line ATTRIBUTE_UNUSED, in cb_used_define()
500 cb_used_undef (cpp_reader *pfile ATTRIBUTE_UNUSED, in cb_used_undef()
512 dump_queued_macros (cpp_reader *pfile ATTRIBUTE_UNUSED) in dump_queued_macros()
551 cb_include (cpp_reader *pfile ATTRIBUTE_UNUSED, source_location line, in cb_include()
580 pp_dir_change (cpp_reader *pfile ATTRIBUTE_UNUSED, const char *dir) in pp_dir_change()
633 cb_def_pragma (cpp_reader *pfile, source_location line) in cb_def_pragma()
643 dump_macro (cpp_reader *pfile, cpp_hashnode *node, void *v ATTRIBUTE_UNUSED) in dump_macro()
662 cb_read_pch (cpp_reader *pfile, const char *name, in cb_read_pch()