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.h453 #ifndef __must_check
455 #define __must_check __attribute__((__warn_unused_result__)) macro
457 #define __must_check macro
459 #endif /* __must_check */
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h453 #ifndef __must_check
455 #define __must_check __attribute__((__warn_unused_result__)) macro
457 #define __must_check macro
459 #endif /* __must_check */
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h453 #ifndef __must_check
455 #define __must_check __attribute__((__warn_unused_result__)) macro
457 #define __must_check macro
459 #endif /* __must_check */

Completed in 102 milliseconds