Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
Dcdefs.h672 #ifndef __has_feature
673 #define __has_feature(x) 0 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobmalloc.c3 #if defined(__has_feature) /* Clang */
4 #if __has_feature(address_sanitizer) /* is ASAN enabled? */