Searched refs:tsan_func_exits (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtsan.c786 auto_vec<gimple *> tsan_func_exits; local
798 tsan_func_exits.safe_push (stmt);
809 FOR_EACH_VEC_ELT (tsan_func_exits, i, stmt)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtsan.cc797 auto_vec<gimple *> tsan_func_exits; local
809 tsan_func_exits.safe_push (stmt);
822 FOR_EACH_VEC_ELT (tsan_func_exits, i, stmt)

Completed in 86 milliseconds