Home
last modified time | relevance | path

Searched refs:tn_lvalue (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/usr.bin/xlint/lint1/
Dtree.c620 ntn->tn_lvalue = t != FUNC && t != VOID; in build_op()
783 n->tn_lvalue = true; in build_name()
807 n->tn_lvalue = true; in build_string()
1295 bool lvalue = op == ARROW || ln->tn_lvalue; in build_struct_access()
1316 ntn->tn_lvalue = false; in build_struct_access()
1746 ntn->tn_lvalue = true; in build_real_imag()
2343 if (!tn->tn_lvalue) { in cconv()
2355 if (tn->tn_lvalue) { in cconv()
2392 if (ln->tn_lvalue) in typeok_point()
2427 if (!tn->tn_lvalue) { in typeok_incdec()
[all …]
Dlint1.h288 bool tn_lvalue:1; member
Ddebug.c214 if (tn->tn_lvalue) in debug_node()
Dinit.c255 ln->tn_lvalue = true; in check_init_expr()
Dfunc.c928 ln->tn_lvalue = true; in check_return_value()