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 bool 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 *, location_t, cpp_hashnode *);
73 static void cb_undef (cpp_reader *, location_t, cpp_hashnode *);
74 static void cb_used_define (cpp_reader *, location_t, cpp_hashnode *);
75 static void cb_used_undef (cpp_reader *, location_t, cpp_hashnode *);
76 static void cb_include (cpp_reader *, location_t, const unsigned char *,
78 static void cb_ident (cpp_reader *, location_t, const cpp_string *);
79 static void cb_def_pragma (cpp_reader *, location_t);
80 static void cb_read_pch (cpp_reader *pfile, const char *name,
85 preprocess_file (cpp_reader *pfile) in preprocess_file()
171 scan_translation_unit (cpp_reader *pfile) in scan_translation_unit()
300 scan_translation_unit_directives_only (cpp_reader *pfile) in scan_translation_unit_directives_only()
321 scan_translation_unit_trad (cpp_reader *pfile) in scan_translation_unit_trad()
450 do_line_change (cpp_reader *pfile, const cpp_token *token, in do_line_change()
484 cb_line_change (cpp_reader *pfile, const cpp_token *token, in cb_line_change()
491 cb_ident (cpp_reader *pfile ATTRIBUTE_UNUSED, location_t line, in cb_ident()
500 cb_define (cpp_reader *pfile, location_t line, cpp_hashnode *node) in cb_define()
524 cb_undef (cpp_reader *pfile ATTRIBUTE_UNUSED, location_t line, in cb_undef()
533 cb_used_define (cpp_reader *pfile, location_t line ATTRIBUTE_UNUSED, in cb_used_define()
547 cb_used_undef (cpp_reader *pfile ATTRIBUTE_UNUSED, in cb_used_undef()
559 dump_queued_macros (cpp_reader *pfile ATTRIBUTE_UNUSED) in dump_queued_macros()
599 cb_include (cpp_reader *pfile ATTRIBUTE_UNUSED, location_t line, in cb_include()
629 pp_dir_change (cpp_reader *pfile ATTRIBUTE_UNUSED, const char *dir) in pp_dir_change()
680 cb_def_pragma (cpp_reader *pfile, location_t line) in cb_def_pragma()
691 dump_macro (cpp_reader *pfile, cpp_hashnode *node, void *v ATTRIBUTE_UNUSED) in dump_macro()
711 cb_read_pch (cpp_reader *pfile, const char *name, in cb_read_pch()