Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dptrlist.h15 #define TYPEOF(head) __typeof__(&(head)->list[0]) macro
245 TYPEOF(__head) __this, __last; \
264 TYPEOF(__head) __this = __list->list + __nr; \
265 TYPEOF(__head) __last = __list->list + __list->nr - 1; \