Searched refs:DT_AND (Results 1 – 4 of 4) sorted by relevance
66 DT_AND = 267, /* DT_AND */ enumerator
51 %token DT_LSHIFT DT_RSHIFT DT_LE DT_GE DT_EQ DT_NE DT_AND DT_OR446 | integer_and DT_AND integer_bitor { $$ = $1 && $3; }
245 <*>"&&" { return DT_AND; };
1179 { return DT_AND; };
Completed in 10 milliseconds