Searched refs:TOK_UNARY (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DExpressionParser.y92 %right TOK_UNARY
179 | '!' expression %prec TOK_UNARY {
182 | '~' expression %prec TOK_UNARY {
185 | '-' expression %prec TOK_UNARY {
188 | '+' expression %prec TOK_UNARY {
H A DExpressionParser.cpp175 TOK_UNARY = 267 enumerator in enum:yytokentype
527 "'-'", "'*'", "'/'", "'%'", "TOK_UNARY", "'!'", "'~'", "'('", "')'",

Completed in 275 milliseconds