Searched refs:double_free (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/tests/usr.bin/c++/
H A Dt_asan_double_free.sh44 asan_test_case double_free "Double Free example" double-free
48 asan_add_test_cases double_free
/netbsd-current/tests/usr.bin/cc/
H A Dt_asan_double_free.sh44 asan_test_case double_free "Double Free example" double-free
48 asan_add_test_cases double_free
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dvalgrind-bt.exp32 set double_free [gdb_get_line_number "double-free"]
36 -re "Invalid free\\(\\).*: main \\(${srcfile}:$double_free\\)\r\n.*$gdb_prompt $" {
60 gdb_test "bt" "in main \\(.*\\) at .*${srcfile}:$double_free"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dvalgrind-bt.exp35 set double_free [gdb_get_line_number "double-free"]
41 -re "Invalid free\\(\\).*: main \\(${srcfile}:$double_free\\)\r\n.*$gdb_prompt $" {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsm-malloc.cc152 class double_free : public malloc_diagnostic class in namespace:ana::__anon5
155 double_free (const malloc_state_machine &sm, tree arg) function in class:ana::__anon5::double_free
159 const char *get_kind () const FINAL OVERRIDE { return "double_free"; }
662 new double_free (*this, arg));
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm-malloc.cc833 class double_free : public malloc_diagnostic class in namespace:ana::__anon8
836 double_free (const malloc_state_machine &sm, tree arg, const char *funcname) function in class:ana::__anon8::double_free
840 const char *get_kind () const FINAL OVERRIDE { return "double_free"; }
1888 new double_free (*this, diag_arg, d->m_name));
1941 new double_free (*this, diag_arg, "free"));

Completed in 117 milliseconds