Searched refs:is_import (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dlex.cc399 bool is_import : 1;
410 : state (idle), is_import (false),
438 is_import = true;
453 if (is_import && type == CPP_HEADER_NAME)
519 if (import && (is_import || !flag_header_unit))
522 is_import, got_export, reader))
526 is_import = got_export = false;
H A Dmodule.cc2393 bool is_import () const
8567 if (dep->is_import ())
8586 if (dep->is_import ())
12483 && !dep->is_import ()
12505 if (!dep->is_import ())
12597 if (!dep->is_binding () && ns_dep->is_import ())
13324 || !(v->is_unreached () || v->is_import ()));
13334 if (dep->is_binding () || !dep->is_import ())
13546 || item->is_import ()))
14462 if (dep->is_import ()
[all...]
H A Dcp-tree.h7239 bool is_import, bool export_p,
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dpe-dll.c547 is_import (const char* n) function
765 if (is_import (sn))
845 if (is_import (pe_def_file->exports[i].name))
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dpe-dll.c546 is_import (const char* n) function
764 if (is_import (sn))
844 if (is_import (pe_def_file->exports[i].name))
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dpe-dll.c547 is_import (const char* n) function
765 if (is_import (sn))
845 if (is_import (pe_def_file->exports[i].name))

Completed in 140 milliseconds