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

/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c91 case T_BITXOR:
171 case T_BITXOR:
H A Deft_mdb.c656 case T_BITXOR: /* bitwise ^ operator */
H A Deval.c970 case T_BITXOR:
1597 case T_BITXOR:
H A Dplatform.c1143 case T_BITXOR:
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h208 L_DECL(T_BITXOR); variable
H A Dtree.h74 T_BITXOR, /* bitwise ^ operator */ enumerator in enum:node::nodetype
H A Descparse.y294 { $$ = tree_expr(T_BITXOR, $1, $3); }
H A Dptree.c300 case T_BITXOR:
525 case T_BITXOR: return L_T_BITXOR;
654 np->t == T_BITXOR ||
H A Dtree.c258 case T_BITXOR:
363 case T_BITXOR:
829 case T_BITXOR:
H A Dcheck.c664 case T_BITXOR:

Completed in 114 milliseconds