Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c88 case T_BITOR: in iexpr_hash()
168 case T_BITOR: in iexpr_cmp()
H A Deft_mdb.c651 case T_BITOR: /* bitwise | operator */ in eft_node()
H A Deval.c971 case T_BITOR: in eval_dup()
1585 case T_BITOR: in eval_expr()
H A Dplatform.c1144 case T_BITOR: in arglist2argv()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h207 L_DECL(T_BITOR);
H A Dtree.h71 T_BITOR, /* bitwise | operator */ enumerator
H A Dptree.c291 case T_BITOR: in ptree()
522 case T_BITOR: return L_T_BITOR; in ptree_nodetype2str()
651 np->t == T_BITOR || in name_pattern_match_in_subtree()
H A Descparse.y292 { $$ = tree_expr(T_BITOR, $1, $3); }
H A Dtree.c273 case T_BITOR: in tree_free()
378 case T_BITOR: in tree_treecmp()
844 case T_BITOR: in make_explicit()
H A Dcheck.c663 case T_BITOR: in check_exprscope()