Searched refs:__has_feature (Results 1 - 25 of 36) sorted by relevance

12

/fuchsia/zircon/system/core/devmgr/
H A Ddevhost-main.cpp26 #if __has_feature(address_sanitizer)
/fuchsia/zircon/kernel/vm/include/vm/
H A Dkstack.h26 #if __has_feature(safe_stack)
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dasan_impl.h14 #if __has_feature(address_sanitizer)
26 #else // !__has_feature(address_sanitizer)
30 #endif // __has_feature(address_sanitizer)
H A Dasm.h7 #ifndef __has_feature
8 #define __has_feature(x) 0 macro
31 #if __has_feature(address_sanitizer)
33 #else // !__has_feature(address_sanitizer)
35 #endif // __has_feature(address_sanitizer)
/fuchsia/zircon/kernel/arch/x86/
H A Dbp_percpu.c14 #if __has_feature(safe_stack)
H A Dthread.cpp59 #if __has_feature(safe_stack)
149 #if __has_feature(safe_stack)
/fuchsia/zircon/third_party/ulib/musl/src/string/
H A Dstrlen.c18 #if !__has_feature(address_sanitizer)
H A Dmemchr.c20 #if !__has_feature(address_sanitizer)
H A Dstpncpy.c15 if (!__has_feature(address_sanitizer) &&
H A Dstpcpy.c12 #if !__has_feature(address_sanitizer)
H A Dstrchrnul.c20 #if !__has_feature(address_sanitizer)
H A Dmemccpy.c20 if (!__has_feature(address_sanitizer) &&
H A Dstrlcpy.c17 #if !__has_feature(address_sanitizer)
/fuchsia/zircon/kernel/arch/x86/include/arch/
H A Darch_thread.h20 #if __has_feature(safe_stack)
/fuchsia/zircon/kernel/vm/
H A Dkstack.cpp109 #if __has_feature(safe_stack)
127 #if __has_feature(safe_stack)
158 #if __has_feature(safe_stack)
/fuchsia/zircon/kernel/arch/arm64/
H A Dstart.S14 #ifndef __has_feature
15 #define __has_feature(x) 0 define
290 #if __has_feature(safe_stack)
305 #if __has_feature(safe_stack)
H A Dthread.cpp67 #if __has_feature(safe_stack)
/fuchsia/zircon/system/ulib/zxcpp/
H A Dnew.cpp15 #if !__has_feature(address_sanitizer)
92 #endif // !__has_feature(address_sanitizer)
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dinteger_sequence.h25 #if __has_feature(__make_integer_seq)
/fuchsia/zircon/system/ulib/fzl/
H A Dmemory-probe.cpp22 #if __has_feature(address_sanitizer)
/fuchsia/zircon/third_party/ulib/musl/sanitizers/
H A D__asan_early_init.c17 #if __has_feature(address_sanitizer)
121 #endif // __has_feature(address_sanitizer)
H A Dasan-stubs.c20 #if __has_feature(address_sanitizer)
124 #endif // __has_feature(address_sanitizer)
/fuchsia/zircon/third_party/ulib/uboringssl/include/openssl/
H A Dbase.h223 #if defined(__has_feature)
224 #if __has_feature(address_sanitizer)
227 #if __has_feature(memory_sanitizer)
/fuchsia/zircon/system/utest/core/stack/
H A Dstack-test.c66 # if __has_feature(safe_stack)
/fuchsia/zircon/third_party/ulib/musl/src/setjmp/x86_64/
H A Dlongjmp.S35 #if __has_feature(address_sanitizer)

Completed in 147 milliseconds

12