Home
last modified time | relevance | path

Searched refs:LOGAND (Results 1 - 4 of 4) sorted by relevance

/third_party/mksh/
H A Dsyn.c130 while ((c = token(0)) == LOGAND || c == LOGOR) { in andor()
133 t = block(c == LOGAND? TAND: TOR, t, p); in andor()
812 { "&&", LOGAND, false },
990 ret = c == LOGAND ? TO_NONNULL : TO_NONOP; in dbtestp_isa()
H A Dlex.c975 ((unsigned int)c == ORD('&')) ? LOGAND : in yylex()
H A Dsh.h2244 #define LOGAND 257 /* && */ macro
/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPp.cpp352 COND, LOGOR, LOGAND, OR, XOR, AND, EQUAL, RELATION, SHIFT, ADD, MUL, UNARY, enumerator
385 { PpAtomAnd, LOGAND, op_logand },

Completed in 11 milliseconds