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

  /src/usr.bin/xlint/lint1/
ckctype.c 108 if (arg->tn_op == CVT && arg->tn_cast) {
lint1.h 294 bool tn_cast:1; /* if tn_op == CVT, it's an explicit cast */ member in struct:tnode
tree.c 1808 if (any_query_enabled && rn->tn_op == CVT && rn->tn_cast &&
2474 while (tn->tn_op == CVT && !tn->tn_cast)
2534 if (tn->tn_op == CVT && tn->tn_cast &&
2554 if (tn->tn_op == CVT && tn->tn_cast &&
2950 if (ln->tn_op == CVT && ln->tn_cast &&
3311 return tn->tn_op == CVT && tn->tn_cast &&
4050 ntn->tn_cast = op == CVT;
4495 ntn->tn_cast = true;
4579 tn->tn_cast = true;
debug.c 206 op == CVT && tn->tn_cast ? "cast" : op_name(op));

Completed in 20 milliseconds