HomeSort by: relevance | last modified time | path
    Searched defs:unary_operator (Results 1 - 4 of 4) sorted by relevancy

  /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)

Completed in 25 milliseconds