Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic.h246 const line_map_ordinary *last_module; member
H A Ddiagnostic.c212 context->last_module = 0; in diagnostic_initialize()
617 return context->last_module != map; in last_module_changed_p()
626 context->last_module = map; in set_last_module()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic.h310 const line_map_ordinary *last_module; member
H A Ddiagnostic.cc213 context->last_module = 0; in diagnostic_initialize()
704 return context->last_module != map; in last_module_changed_p()
713 context->last_module = map; in set_last_module()
H A DChangeLog-200825802 * diagnostic.h (struct diagnostic_context) <last_module>: Change
H A DChangeLog-201731912 * diagnostic.h (diagnostic_context::last_module): Strengthen