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

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.h169 #define DT_NF_LVALUE 0x08 /* node is an l-value according to ANSI-C */ macro
H A Ddt_parser.c724 dst->dn_flags = src->dn_flags & ~DT_NF_LVALUE;
2720 dnp->dn_flags |= DT_NF_LVALUE;
2786 dnp->dn_flags |= DT_NF_LVALUE;
2845 dnp->dn_flags |= DT_NF_LVALUE | DT_NF_WRITABLE;
2996 dnp->dn_flags |= DT_NF_LVALUE; /* see K&R[A7.4.3] */
3052 if (!(cp->dn_flags & DT_NF_LVALUE)) {
3116 if (!(cp->dn_flags & DT_NF_LVALUE)) {
3147 if (!(lp->dn_flags & DT_NF_LVALUE)) {
3523 * function does not propagate DT_NF_LVALUE.
3779 dnp->dn_flags |= DT_NF_LVALUE; /* se
[all...]
H A Ddt_cg.c682 assert(dnp->dn_child->dn_flags & DT_NF_LVALUE);
737 assert(dnp->dn_child->dn_flags & DT_NF_LVALUE);
1138 assert(dnp->dn_left->dn_flags & DT_NF_LVALUE);

Completed in 78 milliseconds