Searched refs:T_BITNOT (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c92 case T_BITNOT:
172 case T_BITNOT:
H A Deft_mdb.c663 case T_BITNOT: /* bitwise ~ operator */
H A Deval.c971 case T_BITNOT:
1611 case T_BITNOT:
H A Dplatform.c1144 case T_BITNOT:
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h209 L_DECL(T_BITNOT); variable
H A Dtree.h75 T_BITNOT, /* bitwise ~ operator */ enumerator in enum:node::nodetype
H A Descparse.y328 { $$ = tree_expr(T_BITNOT, $2, NULL); }
H A Dptree.c280 case T_BITNOT:
526 case T_BITNOT: return L_T_BITNOT;
655 np->t == T_BITNOT ||
H A Dtree.c259 case T_BITNOT:
364 case T_BITNOT:
830 case T_BITNOT:
H A Dcheck.c665 case T_BITNOT:

Completed in 116 milliseconds