Home | Sort by: relevance | last modified time | path |
/src/tests/usr.bin/xlint/lint1/ | |
msg_229.c | 8 typedef double (*unary_operator)(double); typedef in typeref:typename:double (*)(double) 11 to_int_pointer(unary_operator op) 17 unary_operator 21 return (unary_operator)p; |
msg_229.c | 8 typedef double (*unary_operator)(double); typedef in typeref:typename:double (*)(double) 11 to_int_pointer(unary_operator op) 17 unary_operator 21 return (unary_operator)p; |
msg_153.c | 9 typedef double (*unary_operator)(double); typedef in typeref:typename:double (*)(double) 12 void sink_function_pointer(unary_operator); 27 to_int_pointer(unary_operator op) |
msg_153.c | 9 typedef double (*unary_operator)(double); typedef in typeref:typename:double (*)(double) 12 void sink_function_pointer(unary_operator); 27 to_int_pointer(unary_operator op) |