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.h436 #ifndef __must_check
438 #define __must_check __attribute__((__warn_unused_result__)) macro
440 #define __must_check macro
442 #endif /* __must_check */
450 #endif /* __must_check */
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h436 #ifndef __must_check
438 #define __must_check __attribute__((__warn_unused_result__)) macro
440 #define __must_check macro
442 #endif /* __must_check */
450 #endif /* __must_check */
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h436 #ifndef __must_check
438 #define __must_check __attribute__((__warn_unused_result__)) macro
440 #define __must_check macro
442 #endif /* __must_check */
450 #endif /* __must_check */

Completed in 145 milliseconds