Home | History | Annotate | Download | only in lint1

Lines Matching full:"effectively discards"

4 // Test for message: call to '%s' effectively discards 'const' from argument [346]
27 /* expect+1: warning: call to 'strchr' effectively discards 'const' from argument [346] */
33 /* expect+1: warning: call to 'strchr' effectively discards 'const' from argument [346] */
38 /* expect+1: warning: call to 'strchr' effectively discards 'const' from argument [346] */
45 /* expect+1: warning: call to 'memchr' effectively discards 'const' from argument [346] */
47 /* expect+1: warning: call to 'strchr' effectively discards 'const' from argument [346] */
49 /* expect+1: warning: call to 'strpbrk' effectively discards 'const' from argument [346] */
51 /* expect+1: warning: call to 'strrchr' effectively discards 'const' from argument [346] */
53 /* expect+1: warning: call to 'strstr' effectively discards 'const' from argument [346] */
66 * Bsearch is another standard function that effectively discards the 'const'
88 /* expect+1: warning: call to 'bsearch' effectively discards 'const' from argument [346] */