Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dasan.h120 ASAN_CHECK_STORE = 1 << 0, enumerator
Dasan.cc2647 flags |= ASAN_CHECK_STORE; in build_check_stmt()
3852 bool is_store = (flags & ASAN_CHECK_STORE) != 0; in asan_expand_check_ifn()
4707 bool is_store = (flags & ASAN_CHECK_STORE) != 0; in hwasan_expand_check_ifn()