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

  /src/usr.bin/xlint/lint2/
chk.c 75 static bool matches_no_arg_function(const type_t *, bool *);
1306 if (!matches_no_arg_function(tp1, dowarn))
1309 if (!matches_no_arg_function(tp2, dowarn))
1354 matches_no_arg_function(const type_t *tp, bool *dowarn) function

Completed in 24 milliseconds