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.h12 #ifndef __must_check
13 #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 */
468 #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 */
468 #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 */
468 #endif /* __must_check */

Completed in 98 milliseconds