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

  /src/usr.bin/xlint/lint1/
lint1.h 309 bool tn_lvalue:1; member in struct:tnode
tree.c 790 ntn->tn_lvalue = t != FUNC && t != VOID;
973 n->tn_lvalue = true;
997 n->tn_lvalue = true;
1470 bool lvalue = op == ARROW || ln->tn_lvalue;
1491 ntn->tn_lvalue = false;
1944 ntn->tn_lvalue = true;
2548 if (!tn->tn_lvalue) {
2560 if (tn->tn_lvalue) {
2597 if (ln->tn_lvalue)
2632 if (!tn->tn_lvalue) {
    [all...]
debug.c 214 if (tn->tn_lvalue)
init.c 255 ln->tn_lvalue = true;
func.c 921 ln->tn_lvalue = true;

Completed in 22 milliseconds