Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c90 case T_BITOR: in iexpr_hash()
170 case T_BITOR: in iexpr_cmp()
H A Deft_mdb.c649 case T_BITOR: /* bitwise | operator */ in eft_node()
H A Deval.c969 case T_BITOR: in eval_dup()
1583 case T_BITOR: in eval_expr()
H A Dplatform.c1142 case T_BITOR: in arglist2argv()
/titanic_41/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h207 L_DECL(T_BITOR);
H A Dtree.h73 T_BITOR, /* bitwise | operator */ enumerator
H A Dptree.c293 case T_BITOR: in ptree()
524 case T_BITOR: return L_T_BITOR; in ptree_nodetype2str()
653 np->t == T_BITOR || in name_pattern_match_in_subtree()
H A Descparse.y292 { $$ = tree_expr(T_BITOR, $1, $3); }
H A Dtree.c257 case T_BITOR: in tree_free()
362 case T_BITOR: in tree_treecmp()
828 case T_BITOR: in make_explicit()
H A Dcheck.c663 case T_BITOR: in check_exprscope()