Home
last modified time | relevance | path

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

/netbsd-src/tests/usr.bin/xlint/lint1/
H A Demit.c265 used_function(void) in used_function() function
273 used_function(); in inline_function()
274 (void)used_function(); in inline_function()
275 return used_function(); in inline_function()
H A Demit.exp-ln75 273 c 0.273 i 13used_function f0 I
76 274 c 0.274 d 13used_function f0 I
77 275 c 0.275 u 13used_function f0 I
H A Dgcc_attribute_func.c27 used_function(void)
32 used_function(void) used_function() function
/netbsd-src/tests/usr.bin/xlint/lint2/
H A Dread.ln80 253 d 0.253 e 13used_function F0 V
81 258 c 0.258 i 13used_function f0 V
88 254 d 0.254 d r 13used_function F0 I
90 262 c 0.262 i 13used_function f0 I
92 263 c 0.263 d 13used_function f0 I
94 264 c 0.264 u 13used_function f0 I
H A Dread.exp11 used_function returns 'int' at read.c(254), versus 'void' at read.c(253) [lint2:005]
12 used_function returns a value that is sometimes ignored [lint2:009]