Searched refs:DT_TOK_COLON (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h57 DT_TOK_COLON = 272, enumerator in enum:yytokentype
168 #define DT_TOK_COLON 272 macro
H A Ddt_grammar.c84 DT_TOK_COLON = 272, enumerator in enum:yytokentype
195 #define DT_TOK_COLON 272 macro
803 "DT_TOK_COLON", "DT_TOK_LOR", "DT_TOK_LXOR", "DT_TOK_LAND", "DT_TOK_BOR",
H A Ddt_lex.c2313 return (DT_TOK_COLON);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y58 %token DT_TOK_LSH_EQ DT_TOK_RSH_EQ DT_TOK_QUESTION DT_TOK_COLON
128 %left DT_TOK_QUESTION DT_TOK_COLON
300 DT_KEY_PROBE DT_TOK_IDENT function DT_TOK_COLON function ';' {
560 | logical_or_expression DT_TOK_QUESTION expression DT_TOK_COLON
715 | DT_TOK_COLON constant_expression { dt_decl_member($2); }
716 | declarator DT_TOK_COLON constant_expression {
H A Ddt_lex.l595 <S0>":" return (DT_TOK_COLON);
H A Ddt_parser.c145 case DT_TOK_COLON: return (":");

Completed in 83 milliseconds