Home
last modified time | relevance | path

Searched refs:read_tuple_file (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/c++tools/
H A Dresolver.h69 int read_tuple_file (int fd, char const *prefix, bool force = false);
70 int read_tuple_file (int fd, std::string const &prefix,
73 return read_tuple_file (fd, prefix.empty () ? nullptr : prefix.c_str (),
H A Dresolver.cc102 module_resolver::read_tuple_file (int fd, char const *prefix, bool force) in read_tuple_file() function in module_resolver
H A DChangeLog23 * resolver.cc (module_resolver::read_tuple_file): Use unique_ptr
H A Dserver.cc944 err = r.read_tuple_file (fd, prefix, false); in main()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmapper-client.cc284 if (int l = r->read_tuple_file (fd, ident, false)) in open_module_client()