Searched refs:DT_NF_LVALUE (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_parser.h164 #define DT_NF_LVALUE 0x08 /* node is an l-value according to ANSI-C */ macro
H A Ddt_parser.c695 dst->dn_flags = src->dn_flags & ~DT_NF_LVALUE;
2657 dnp->dn_flags |= DT_NF_LVALUE;
2723 dnp->dn_flags |= DT_NF_LVALUE;
2781 dnp->dn_flags |= DT_NF_LVALUE | DT_NF_WRITABLE;
2929 dnp->dn_flags |= DT_NF_LVALUE; /* see K&R[A7.4.3] */
2984 if (!(cp->dn_flags & DT_NF_LVALUE)) {
3048 if (!(cp->dn_flags & DT_NF_LVALUE)) {
3427 * function does not propagate DT_NF_LVALUE.
3547 if (!(lp->dn_flags & DT_NF_LVALUE)) {
3695 dnp->dn_flags |= DT_NF_LVALUE; /* se
[all...]
H A Ddt_cg.c659 assert(dnp->dn_child->dn_flags & DT_NF_LVALUE);
716 assert(dnp->dn_child->dn_flags & DT_NF_LVALUE);
1120 assert(dnp->dn_left->dn_flags & DT_NF_LVALUE);

Completed in 26 milliseconds