Home
last modified time | relevance | path

Searched refs:splitPath (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-incpath.cc179 add_globalpaths (FileName::splitPath (path)); in add_import_paths()
190 add_filepaths (FileName::splitPath (path)); in add_import_paths()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-incpath.cc180 add_globalpaths (FileName::splitPath (path)); in add_import_paths()
191 add_filepaths (FileName::splitPath (path)); in add_import_paths()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dfilename.h33 static Strings *splitPath(const char *path);
H A Dfilename.d724 splitPath(&sink, path);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Dfilename.h36 static Strings *splitPath(const char *path);
H A Dfilename.c63 Strings *FileName::splitPath(const char *path) in splitPath() function