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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h64 DT_TOK_EQU = 279, enumerator in enum:yytokentype
175 #define DT_TOK_EQU 279 macro
H A Ddt_grammar.c91 DT_TOK_EQU = 279, enumerator in enum:yytokentype
202 #define DT_TOK_EQU 279 macro
804 "DT_TOK_XOR", "DT_TOK_BAND", "DT_TOK_EQU", "DT_TOK_NEQ", "DT_TOK_LT",
2578 (yyval.l_node) = OP2(DT_TOK_EQU, (yyvsp[(1) - (3)].l_node), (yyvsp[(3) - (3)].l_node));
H A Ddt_lex.c2238 return (DT_TOK_EQU);
/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
135 %left DT_TOK_EQU DT_TOK_NEQ
505 | equality_expression DT_TOK_EQU relational_expression {
506 $$ = OP2(DT_TOK_EQU, $1, $3);
H A Ddt_lex.l580 <S0>"==" return (DT_TOK_EQU);
H A Ddt_parser.c152 case DT_TOK_EQU: return ("==");
1916 case DT_TOK_EQU:
3216 case DT_TOK_EQU:
H A Ddt_cg.c1463 case DT_TOK_EQU:

Completed in 86 milliseconds