Searched refs:cpp_destroy (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | init.c | 302 cpp_destroy (cpp_reader *pfile) in cpp_destroy() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | cpplib.h | 1008 extern void cpp_destroy (cpp_reader *);
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | init.cc | 311 cpp_destroy (cpp_reader *pfile) in cpp_destroy() function
|
H A D | ChangeLog | 107 * init.cc (cpp_destroy): Likewise. 4934 * init.c (cpp_destroy): Likewise. 5226 (cpp_destroy): Free elements in pushed_macros member. 5600 (cpp_destroy): Remove inaccurate comment about return value. 5667 * init.c (cpp_destroy): Free comments.
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 1090 extern void cpp_destroy (cpp_reader *);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | input.cc | 2227 cpp_destroy (parser); in test_lexer() 2258 cpp_destroy (m_ptr); in ~cpp_reader_ptr()
|
H A D | genmatch.cc | 5254 cpp_destroy (r); in main()
|
H A D | ChangeLog-2001 | 9688 (cpp_destroy): Free a_buff instead of macro_pool. 9861 (cpp_destroy): Destroy u_buff, not ident_pool. 9911 * cppinit.c (cpp_create_reader, cpp_destroy): Argument_pool is dead. 9942 * cppinit.c (cpp_destroy): Free buffers. 10954 (cpp_destroy): Free tokenruns. 11147 (cpp_destroy): Don't free lookaheads. 15187 * cppinit.c (cpp_destroy, cpp_finish): Update. 15521 (cpp_destroy): Destroy line maps. 28534 merge_include_chains, cpp_destroy, cpp_start_read): Similarly. 31528 * c-parse.in (finish_parse): Add comment about cpp_destroy. [all …]
|
H A D | ChangeLog-2002 | 10489 (cpp_destroy): Conditionally free deps. 10602 (cpp_destroy): Update prototype. 10612 (cpp_destroy, cpp_finish, cpp_preprocess_file): Update. 16408 (cpp_destroy): Update. 21283 (cpp_destroy): Free trad_out_base if used. 24236 (cpp_destroy): And destroy it. 24929 * cppinit.c (cpp_destroy): Free include chain and pending here. 24966 * cppinit.c (TRIGRAPH_MAP, cpp_destroy): Similarly.
|
H A D | ChangeLog-2003 | 15647 (cpp_destroy): Call _cpp_destroy_iconv. 29596 (cpp_destroy): Don't free pending. 29658 (cpp_destroy): Don't free -include chain. 31351 (cpp_destroy, cpp_read_main_file, COMMAND_LINE_OPTIONS,
|
H A D | ChangeLog-2004 | 46088 (cpp_destroy): Don't free line_maps - that's no longer our job.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | input.c | 2067 cpp_destroy (parser); in test_lexer() 2098 cpp_destroy (m_ptr); in ~cpp_reader_ptr()
|
H A D | genmatch.c | 5187 cpp_destroy (r); in main()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | cppinternals.info | 287 program calls cpp_destroy, probably at the end of the translation unit. 340 'cpp_destroy'. So if a macro is expanded in the line of tokens, the
|
H A D | cppinternals.texi | 318 client program calls cpp_destroy, probably at the end of the translation 372 @code{cpp_destroy}. So if a macro is expanded in the line of tokens,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | cppinternals.info | 287 program calls cpp_destroy, probably at the end of the translation unit. 340 'cpp_destroy'. So if a macro is expanded in the line of tokens, the
|
H A D | cppinternals.texi | 318 client program calls cpp_destroy, probably at the end of the translation 372 @code{cpp_destroy}. So if a macro is expanded in the line of tokens,
|