Home
last modified time | relevance | path

Searched refs:__used (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/osfmk/arm/pmap/
H A Dpmap_internal.h422 static inline uint64_t __attribute__((warn_unused_result)) __used
439 static inline void __used
461 static inline bool __attribute__((warn_unused_result)) __used
/xnu-8792.41.9/bsd/sys/
H A Dcdefs.h174 #define __used __attribute__((__used__)) macro
438 #define __IDSTRING(name, string) static const char name[] __used = string