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

  /external/kernel-headers/original/linux/
compiler.h 98 #ifndef __must_check
99 #define __must_check macro
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h 412 #ifndef __must_check
414 #define __must_check __attribute__((__warn_unused_result__)) macro
416 #define __must_check macro
418 #endif /* __must_check */

Completed in 23 milliseconds