Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dlib.h97 #define SENTINEL_ATTR __attribute__ ((__sentinel__)) macro
101 #define SENTINEL_ATTR macro
H A Dparse.c645 static int SENTINEL_ATTR match_idents(struct token *token, ...) in match_idents()