Home
last modified time | relevance | path

Searched refs:__has_feature (Results 1 – 3 of 3) sorted by relevance

/qemu/subprojects/libvhost-user/include/
H A Dcompiler.h96 #ifndef __has_feature
97 #define __has_feature(x) 0 /* compatibility with non-clang compilers */ macro
112 #if defined(__SANITIZE_ADDRESS__) || __has_feature(address_sanitizer)
116 #if defined(__SANITIZE_THREAD__) || __has_feature(thread_sanitizer)
/qemu/subprojects/libvduse/include/
H A Dcompiler.h96 #ifndef __has_feature
97 #define __has_feature(x) 0 /* compatibility with non-clang compilers */ macro
112 #if defined(__SANITIZE_ADDRESS__) || __has_feature(address_sanitizer)
116 #if defined(__SANITIZE_THREAD__) || __has_feature(thread_sanitizer)
/qemu/include/qemu/
H A Dcompiler.h96 #ifndef __has_feature
97 #define __has_feature(x) 0 /* compatibility with non-clang compilers */ macro
112 #if defined(__SANITIZE_ADDRESS__) || __has_feature(address_sanitizer)
116 #if defined(__SANITIZE_THREAD__) || __has_feature(thread_sanitizer)