| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| d-incpath.cc | 146 for (size_t i = 0; i < global.params.imppath->length; i++) 148 if (strcmp (path, (*global.params.imppath)[i]) == 0) 165 global.params.imppath->shift (target_path); 168 global.params.imppath->shift (path); 173 if (global.params.imppath) 175 for (size_t i = 0; i < global.params.imppath->length; i++) 177 const char *path = (*global.params.imppath)[i];
|
| d-lang.cc | 308 global.params.imppath = d_gc_malloc<Strings> (); 761 global.params.imppath->push (arg);
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| globals.h | 182 Array<const char *> *imppath; // array of char*'s of where to look for import modules member in struct:FeatureState::Param
|
| globals.d | 204 Array!(const(char)*)* imppath; // array of char*'s of where to look for import modules
|
| json.d | 910 if (global.params.imppath) 912 foreach (importPath; *global.params.imppath)
|
| /src/external/gpl3/binutils/dist/bfd/ |
| xcofflink.c | 82 const char *imppath; member in struct:xcoff_archive_info 773 storing them in *IMPPATH and *IMPFILE respectively. */ 777 const char **imppath, const char **impfile) 787 *imppath = ""; 790 *imppath = "/"; 801 *imppath = path; 819 &archive_info->imppath, 830 const char *imppath, const char *impfile, 840 if (imppath == NULL) 850 if (filename_cmp ((*pp)->path, imppath) == [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| xcofflink.c | 82 const char *imppath; member in struct:xcoff_archive_info 773 storing them in *IMPPATH and *IMPFILE respectively. */ 777 const char **imppath, const char **impfile) 787 *imppath = ""; 790 *imppath = "/"; 801 *imppath = path; 819 &archive_info->imppath, 830 const char *imppath, const char *impfile, 840 if (imppath == NULL) 850 if (filename_cmp ((*pp)->path, imppath) == [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| xcofflink.c | 82 const char *imppath; member in struct:xcoff_archive_info 730 storing them in *IMPPATH and *IMPFILE respectively. */ 734 const char **imppath, const char **impfile) 744 *imppath = ""; 747 *imppath = "/"; 758 *imppath = path; 776 &archive_info->imppath, 787 const char *imppath, const char *impfile, 797 if (imppath == NULL) 807 if (filename_cmp ((*pp)->path, imppath) == [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| xcofflink.c | 82 const char *imppath; member in struct:xcoff_archive_info 773 storing them in *IMPPATH and *IMPFILE respectively. */ 777 const char **imppath, const char **impfile) 787 *imppath = ""; 790 *imppath = "/"; 801 *imppath = path; 819 &archive_info->imppath, 830 const char *imppath, const char *impfile, 840 if (imppath == NULL) 850 if (filename_cmp ((*pp)->path, imppath) == [all...] |