Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c594 static const char *ignored_attributes[] = { variable
626 for (i = 0; i < ARRAY_SIZE(ignored_attributes); i++) { in init_parser()
627 const char * name = ignored_attributes[i]; in init_parser()