Searched refs:positive (Results 1 – 4 of 4) sorted by relevance
71 HINT: this may be a false positive if your program uses some custom stack unwind mechanism, swapcon…
316 fun `Test positive filtering`() { in <lambda>()
113 sense of the types of issues that are more likely to have a false positive,
55 const bool positive = (value >= 0); in WriteIntValue() local56 while (positive ? value >= 0x80 : value < -0x80) { in WriteIntValue()