Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/analyzer/
DCmpRuns.py554 aux_log: Optional[TextIO] = open(verbose_log, "w")
556 aux_log = None
568 if aux_log:
569 aux_log.write(f"('ADDED', {new.get_readable_name()}, "
576 if aux_log:
577 aux_log.write(f"('REMOVED', {old.get_readable_name()}, "
589 if aux_log:
590 aux_log.write(f"('MODIFIED', {old.get_readable_name()}, "
599 if aux_log:
600 aux_log.write(f"('TOTAL NEW REPORTS', {total_reports})\n")
[all …]
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c348 struct u_log_context *aux_log = ((struct si_context *)sscreen->aux_context)->log; in si_get_reset_status() local
355 sscreen->aux_context->set_log_context(sscreen->aux_context, aux_log); in si_get_reset_status()
813 struct u_log_context *aux_log = ((struct si_context *)sscreen->aux_context)->log; in si_destroy_screen() local
814 if (aux_log) { in si_destroy_screen()
816 u_log_context_destroy(aux_log); in si_destroy_screen()
817 FREE(aux_log); in si_destroy_screen()