Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepot.h31 void inc_use_count_unsafe();
H A Dsanitizer_stackdepot.cpp71 void StackDepotHandle::inc_use_count_unsafe() { in inc_use_count_unsafe() function in __sanitizer::StackDepotHandle
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepot.h30 void inc_use_count_unsafe();
H A Dsanitizer_stackdepot.cc93 void StackDepotHandle::inc_use_count_unsafe() { in inc_use_count_unsafe() function in __sanitizer::StackDepotHandle
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h32 void inc_use_count_unsafe();
H A Dsanitizer_stackdepot.cc95 void StackDepotHandle::inc_use_count_unsafe() { in inc_use_count_unsafe() function in __sanitizer::StackDepotHandle
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_origin.h136 h.inc_use_count_unsafe(); in CreateChainedOrigin()