Home
last modified time | relevance | path

Searched refs:cpp_get_converted_source (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h1431 cpp_converted_source cpp_get_converted_source (const char *fname,
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc2169 cpp_get_converted_source (const char *fname, const char *input_charset) in cpp_get_converted_source() function
H A DChangeLog100 (cpp_get_converted_source): Likewise.
450 (cpp_get_converted_source): New function.
452 (cpp_get_converted_source): Declare.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dinput.cc489 = cpp_get_converted_source (file_path, input_charset); in create()