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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h60 DT_TOK_LAND = 275, enumerator in enum:yytokentype
171 #define DT_TOK_LAND 275 macro
H A Ddt_grammar.c87 DT_TOK_LAND = 275, enumerator in enum:yytokentype
198 #define DT_TOK_LAND 275 macro
803 "DT_TOK_COLON", "DT_TOK_LOR", "DT_TOK_LXOR", "DT_TOK_LAND", "DT_TOK_BOR",
2613 (yyval.l_node) = OP2(DT_TOK_LAND, (yyvsp[(1) - (3)].l_node), (yyvsp[(3) - (3)].l_node));
H A Ddt_lex.c2223 return (DT_TOK_LAND);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y59 %token DT_TOK_LOR DT_TOK_LXOR DT_TOK_LAND
131 %left DT_TOK_LAND
536 | logical_and_expression DT_TOK_LAND inclusive_or_expression {
537 $$ = OP2(DT_TOK_LAND, $1, $3);
H A Ddt_lex.l577 <S0>"&&" return (DT_TOK_LAND);
H A Ddt_parser.c148 case DT_TOK_LAND: return ("&&");
1899 case DT_TOK_LAND:
3197 case DT_TOK_LAND:
H A Ddt_cg.c1447 case DT_TOK_LAND:

Completed in 77 milliseconds