Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c92 case T_BITNOT: in iexpr_hash()
172 case T_BITNOT: in iexpr_cmp()
H A Deft_mdb.c663 case T_BITNOT: /* bitwise ~ operator */ in eft_node()
H A Deval.c971 case T_BITNOT: in eval_dup()
1611 case T_BITNOT: in eval_expr()
H A Dplatform.c1144 case T_BITNOT: in arglist2argv()
/titanic_44/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h209 L_DECL(T_BITNOT);
H A Dtree.h75 T_BITNOT, /* bitwise ~ operator */ enumerator
H A Dptree.c280 case T_BITNOT: in ptree()
526 case T_BITNOT: return L_T_BITNOT; in ptree_nodetype2str()
655 np->t == T_BITNOT || in name_pattern_match_in_subtree()
H A Descparse.y328 { $$ = tree_expr(T_BITNOT, $2, NULL); }
H A Dtree.c259 case T_BITNOT: in tree_free()
364 case T_BITNOT: in tree_treecmp()
830 case T_BITNOT: in make_explicit()
H A Dcheck.c665 case T_BITNOT: in check_exprscope()