Searched refs:DT_TOK_BOR (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h61 DT_TOK_BOR = 276, enumerator in enum:yytokentype
172 #define DT_TOK_BOR 276 macro
H A Ddt_grammar.c88 DT_TOK_BOR = 276, enumerator in enum:yytokentype
199 #define DT_TOK_BOR 276 macro
803 "DT_TOK_COLON", "DT_TOK_LOR", "DT_TOK_LXOR", "DT_TOK_LAND", "DT_TOK_BOR",
2606 (yyval.l_node) = OP2(DT_TOK_BOR, (yyvsp[(1) - (3)].l_node), (yyvsp[(3) - (3)].l_node));
H A Ddt_lex.c2208 return (DT_TOK_BOR);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y60 %token DT_TOK_BOR DT_TOK_XOR DT_TOK_BAND DT_TOK_EQU DT_TOK_NEQ
132 %left DT_TOK_BOR
529 | inclusive_or_expression DT_TOK_BOR exclusive_or_expression {
530 $$ = OP2(DT_TOK_BOR, $1, $3);
H A Ddt_lex.l574 <S0>"|" return (DT_TOK_BOR);
H A Ddt_parser.c149 case DT_TOK_BOR: return ("|");
1904 case DT_TOK_BOR:
3146 case DT_TOK_BOR:
H A Ddt_cg.c1451 case DT_TOK_BOR:

Completed in 92 milliseconds