Searched defs:__must_check (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/linux/
H A Dcompiler.h98 #ifndef __must_check
99 #define __must_check macro
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h454 #ifndef __must_check
456 #define __must_check __attribute__((__warn_unused_result__)) macro
458 #define __must_check macro
460 #endif /* __must_check */
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h454 #ifndef __must_check
456 #define __must_check __attribute__((__warn_unused_result__)) macro
458 #define __must_check macro
460 #endif /* __must_check */
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h454 #ifndef __must_check
456 #define __must_check __attribute__((__warn_unused_result__)) macro
458 #define __must_check macro
460 #endif /* __must_check */

Completed in 234 milliseconds