HomeSort by: relevance | last modified time | path
    Searched refs:typeok (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/xlint/lint1/
externs1.h 294 bool typeok(op_t, const function_call *, int,
init.c 260 debug_step("typeok '%s', '%s'",
262 if (!typeok(INIT, NULL, 0, ln, rn))
tree.c 2231 if (!typeok(op, NULL, 0, ln, rn))
2631 /* operand has scalar type (checked in typeok) */
2719 /* operands have scalar types (checked in typeok) */
2732 /* operands have scalar types (checked in typeok) */
2895 /* (void *)0 is already handled in typeok() */
3649 typeok(op_t op, const function_call *call, int arg, function
4726 if (typeok(FARG, call, arg, ln, tn)) {

Completed in 23 milliseconds