Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgengtype.cc5190 const input_file *inpfx = (const input_file *) x; in htab_eq_inputfile() local
5192 gcc_assert (inpfx != NULL && inpfy != NULL); in htab_eq_inputfile()
5193 return !filename_cmp (get_input_file_name (inpfx), get_input_file_name (inpfy)); in htab_eq_inputfile()