HomeSort by relevance Sort by last modified time
    Searched defs:__must_check (Results 1 - 4 of 4) sorted by null

  /external/fio/compiler/
compiler-gcc3.h 5 #ifndef __must_check
6 #define __must_check __attribute__((warn_unused_result)) macro
compiler-gcc4.h 4 #ifndef __must_check
5 #define __must_check __attribute__((warn_unused_result)) macro
compiler.h 13 #ifndef __must_check
14 #define __must_check macro
  /external/wpa_supplicant_8/src/utils/
common.h 448 #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 139 milliseconds