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

/external/kernel-headers/original/linux/
H A Dcompiler.h98 #ifndef __must_check
99 #define __must_check macro
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dcommon.h412 #ifndef __must_check
414 #define __must_check __attribute__((__warn_unused_result__)) macro
416 #define __must_check macro
418 #endif /* __must_check */
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h417 #ifndef __must_check
419 #define __must_check __attribute__((__warn_unused_result__)) macro
421 #define __must_check macro
423 #endif /* __must_check */
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h417 #ifndef __must_check
419 #define __must_check __attribute__((__warn_unused_result__)) macro
421 #define __must_check macro
423 #endif /* __must_check */
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h417 #ifndef __must_check
419 #define __must_check __attribute__((__warn_unused_result__)) macro
421 #define __must_check macro
423 #endif /* __must_check */

Completed in 424 milliseconds