Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_locking.c425 static const char *false_positives[][2] = { variable
594 for (i = 0; i < ARRAY_SIZE(false_positives); i++) { in common_false_positive()
595 path = false_positives[i][0]; in common_false_positive()
596 lname = false_positives[i][1]; in common_false_positive()