HomeSort by: relevance | last modified time | path
    Searched defs:lookup_file (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/gmake/dist/
file.c 71 lookup_file given a name, return the struct file * for that name,
76 lookup_file (char *name) function
582 d1->file = lookup_file (d1->name);
646 for (f = lookup_file (".SUFFIXES"); f != 0; f = f->prev)
662 for (f = lookup_file (".PRECIOUS"); f != 0; f = f->prev)
667 for (f = lookup_file (".LOW_RESOLUTION_TIME"); f != 0; f = f->prev)
672 for (f = lookup_file (".PHONY"); f != 0; f = f->prev)
683 for (f = lookup_file (".INTERMEDIATE"); f != 0; f = f->prev)
695 for (f = lookup_file (".SECONDARY"); f != 0; f = f->prev)
714 f = lookup_file (".EXPORT_ALL_VARIABLES")
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
input.cc 315 file_cache::lookup_file (const char *file_path) function in class:file_cache
346 file_cache_slot *r = lookup_file (file_path);
538 file_cache_slot *r = lookup_file (file_path);
  /src/external/gpl3/gcc.old/dist/gcc/
input.cc 331 file_cache::lookup_file (const char *file_path) function in class:file_cache
373 file_cache_slot *r = lookup_file (file_path);
534 file_cache_slot *r = lookup_file (file_path);

Completed in 57 milliseconds