Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/arm/pmap/
H A Dpmap_internal.h382 static inline uint64_t __attribute__((warn_unused_result)) __used
399 static inline void __used
421 static inline bool __attribute__((warn_unused_result)) __used
/xnu-8020.101.4/bsd/sys/
H A Dcdefs.h174 #define __used __attribute__((__used__)) macro
431 #define __IDSTRING(name, string) static const char name[] __used = string