Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dread-md.h36 inline file_location::file_location (const char *filename_in, int lineno_in, int colno_in) in file_location() argument
37 : filename (filename_in), lineno (lineno_in), colno (colno_in) {} in file_location()