| /src/external/gpl3/gcc/dist/libcpp/ |
| internal.h | 106 extern _cpp_buff *_cpp_get_buff (cpp_reader *, size_t); 107 extern void _cpp_release_buff (cpp_reader *, _cpp_buff *); 108 extern void _cpp_extend_buff (cpp_reader *, _cpp_buff **, size_t); 109 extern _cpp_buff *_cpp_append_extend_buff (cpp_reader *, _cpp_buff *, size_t); 111 extern unsigned char *_cpp_aligned_alloc (cpp_reader *, size_t); 112 extern unsigned char *_cpp_unaligned_alloc (cpp_reader *, size_t); 410 /* A cpp_reader encapsulates the "state" of a pre-processor run. 412 tokens. Usually, there is only one cpp_reader object active. */ 413 struct cpp_reader struct 655 _cpp_in_system_header (cpp_reader *pfile [all...] |
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| internal.h | 105 extern _cpp_buff *_cpp_get_buff (cpp_reader *, size_t); 106 extern void _cpp_release_buff (cpp_reader *, _cpp_buff *); 107 extern void _cpp_extend_buff (cpp_reader *, _cpp_buff **, size_t); 108 extern _cpp_buff *_cpp_append_extend_buff (cpp_reader *, _cpp_buff *, size_t); 110 extern unsigned char *_cpp_aligned_alloc (cpp_reader *, size_t); 111 extern unsigned char *_cpp_unaligned_alloc (cpp_reader *, size_t); 409 /* A cpp_reader encapsulates the "state" of a pre-processor run. 411 tokens. Usually, there is only one cpp_reader object active. */ 412 struct cpp_reader struct 651 _cpp_in_system_header (cpp_reader *pfile [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| input.cc | 125 owned by the corresponding _cpp_file within the cpp_reader. */ 1659 get_substring_ranges_for_loc (cpp_reader *pfile, 1827 get_location_within_string (cpp_reader *pfile, 1910 get_source_range_for_char (cpp_reader *pfile, 1938 get_num_source_ranges_for_substring (cpp_reader *pfile, 2356 cpp_reader *parser = cpp_create_reader (CLK_GNUC89, NULL, line_table); 2406 /* Wrapper around an cpp_reader *, which calls cpp_finish and cpp_destroy 2410 cpp_reader happens *after* the cleanup of the temp_source_file. */ 2415 cpp_reader_ptr (cpp_reader *ptr) : m_ptr (ptr) {} 2423 operator cpp_reader * () const { return m_ptr; [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| input.cc | 118 owned by the corresponding _cpp_file within the cpp_reader. */ 1534 get_substring_ranges_for_loc (cpp_reader *pfile, 1701 get_location_within_string (cpp_reader *pfile, 1751 get_source_range_for_char (cpp_reader *pfile, 1778 get_num_source_ranges_for_substring (cpp_reader *pfile, 2194 cpp_reader *parser = cpp_create_reader (CLK_GNUC89, NULL, line_table); 2244 /* Wrapper around an cpp_reader *, which calls cpp_finish and cpp_destroy 2248 cpp_reader happens *after* the cleanup of the temp_source_file. */ 2253 cpp_reader_ptr (cpp_reader *ptr) : m_ptr (ptr) {} 2261 operator cpp_reader * () const { return m_ptr; [all...] |
| /src/external/gpl3/gcc/dist/libcpp/include/ |
| cpplib.h | 29 typedef struct cpp_reader cpp_reader; typedef in typeref:struct:cpp_reader 346 /* This structure is nested inside struct cpp_reader, and 713 typedef const char *(*missing_header_cb)(cpp_reader *, const char *header, cpp_dir **); 719 void (*line_change) (cpp_reader *, const cpp_token *, int); 725 void (*file_change) (cpp_reader *, const line_map_ordinary *); 727 void (*dir_change) (cpp_reader *, const char *); 728 void (*include) (cpp_reader *, location_t, const unsigned char *, 730 void (*define) (cpp_reader *, location_t, cpp_hashnode *); 731 void (*undef) (cpp_reader *, location_t, cpp_hashnode *) [all...] |
| /src/external/gpl3/gcc.old/dist/libcpp/include/ |
| cpplib.h | 29 typedef struct cpp_reader cpp_reader; typedef in typeref:struct:cpp_reader 335 /* This structure is nested inside struct cpp_reader, and 669 typedef const char *(*missing_header_cb)(cpp_reader *, const char *header, cpp_dir **); 675 void (*line_change) (cpp_reader *, const cpp_token *, int); 681 void (*file_change) (cpp_reader *, const line_map_ordinary *); 683 void (*dir_change) (cpp_reader *, const char *); 684 void (*include) (cpp_reader *, location_t, const unsigned char *, 686 void (*define) (cpp_reader *, location_t, cpp_hashnode *); 687 void (*undef) (cpp_reader *, location_t, cpp_hashnode *) [all...] |