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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h58 DT_TOK_LOR = 273, enumerator in enum:yytokentype
169 #define DT_TOK_LOR 273 macro
H A Ddt_grammar.c85 DT_TOK_LOR = 273, enumerator in enum:yytokentype
196 #define DT_TOK_LOR 273 macro
803 "DT_TOK_COLON", "DT_TOK_LOR", "DT_TOK_LXOR", "DT_TOK_LAND", "DT_TOK_BOR",
2627 (yyval.l_node) = OP2(DT_TOK_LOR, (yyvsp[(1) - (3)].l_node), (yyvsp[(3) - (3)].l_node));
H A Ddt_lex.c2233 return (DT_TOK_LOR);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y59 %token DT_TOK_LOR DT_TOK_LXOR DT_TOK_LAND
129 %left DT_TOK_LOR
550 | logical_or_expression DT_TOK_LOR logical_xor_expression {
551 $$ = OP2(DT_TOK_LOR, $1, $3);
H A Ddt_lex.l579 <S0>"||" return (DT_TOK_LOR);
H A Ddt_parser.c146 case DT_TOK_LOR: return ("||");
1889 case DT_TOK_LOR:
3199 case DT_TOK_LOR:
H A Ddt_cg.c1439 case DT_TOK_LOR:

Completed in 78 milliseconds