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

  /src/usr.bin/xlint/lint2/
chk.c 452 bool promote, asgn, dowarn; local in function:chkau
472 asgn = def != NULL || (decl != NULL && TP(decl->s_type)->t_proto);
475 if (types_compatible(arg1, arg2, true, promote, asgn, &dowarn) &&
1196 * asgn left indirected type must have at least the same qualifiers
1204 bool ignqual, bool promot, bool asgn, bool *dowarn)
1229 if (asgn && to == PTR) {
1267 if (asgn && indir == 1) {
chk.c 452 bool promote, asgn, dowarn; local in function:chkau
472 asgn = def != NULL || (decl != NULL && TP(decl->s_type)->t_proto);
475 if (types_compatible(arg1, arg2, true, promote, asgn, &dowarn) &&
1196 * asgn left indirected type must have at least the same qualifiers
1204 bool ignqual, bool promot, bool asgn, bool *dowarn)
1229 if (asgn && to == PTR) {
1267 if (asgn && indir == 1) {

Completed in 22 milliseconds