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 12 #ifndef __must_check
13 #define __must_check macro
  /external/wpa_supplicant_8/src/utils/
common.h 454 #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 70 milliseconds