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

/darwin-on-arm/xnu/bsd/sys/
H A Dcdefs.h143 /* __used forces variables and functions to be included even if it appears
146 #define __used __attribute__((used)) macro
188 #define __IDSTRING(name,string) static const char name[] __used = string

Completed in 232 milliseconds