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

/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_parser.h167 #define DT_NF_LVALUE 0x08 /* node is an l-value according to ANSI-C */ macro
H A Ddt_parser.c699 dst->dn_flags = src->dn_flags & ~DT_NF_LVALUE;
2666 dnp->dn_flags |= DT_NF_LVALUE;
2732 dnp->dn_flags |= DT_NF_LVALUE;
2790 dnp->dn_flags |= DT_NF_LVALUE | DT_NF_WRITABLE;
2938 dnp->dn_flags |= DT_NF_LVALUE; /* see K&R[A7.4.3] */
2993 if (!(cp->dn_flags & DT_NF_LVALUE)) {
3057 if (!(cp->dn_flags & DT_NF_LVALUE)) {
3436 * function does not propagate DT_NF_LVALUE.
3556 if (!(lp->dn_flags & DT_NF_LVALUE)) {
3704 dnp->dn_flags |= DT_NF_LVALUE; /* se
[all...]
H A Ddt_cg.c732 assert(dnp->dn_child->dn_flags & DT_NF_LVALUE);
789 assert(dnp->dn_child->dn_flags & DT_NF_LVALUE);
1193 assert(dnp->dn_left->dn_flags & DT_NF_LVALUE);

Completed in 123 milliseconds