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

/external/fio/compiler/
H A Dcompiler-gcc3.h5 #ifndef __must_check
6 #define __must_check __attribute__((warn_unused_result)) macro
H A Dcompiler-gcc4.h4 #ifndef __must_check
5 #define __must_check __attribute__((warn_unused_result)) macro
H A Dcompiler.h13 #ifndef __must_check
14 #define __must_check macro
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h448 #ifndef __must_check
450 #define __must_check __attribute__((__warn_unused_result__)) macro
452 #define __must_check macro
454 #endif /* __must_check */
462 #endif /* __must_check */
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h448 #ifndef __must_check
450 #define __must_check __attribute__((__warn_unused_result__)) macro
452 #define __must_check macro
454 #endif /* __must_check */
462 #endif /* __must_check */
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h448 #ifndef __must_check
450 #define __must_check __attribute__((__warn_unused_result__)) macro
452 #define __must_check macro
454 #endif /* __must_check */
462 #endif /* __must_check */

Completed in 367 milliseconds