Searched refs:OR_OP (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.h144 OR_OP = 347, enumerator in enum:yytokentype
H A Dglslang.l359 "||" { return(OR_OP); }
H A Dglslang_tab.cpp231 OR_OP = 347, enumerator in enum:yytokentype
760 "OR_OP", "XOR_OP", "MUL_ASSIGN", "DIV_ASSIGN", "ADD_ASSIGN",
H A Dglslang.y178 %token <lex> AND_OP OR_OP XOR_OP MUL_ASSIGN DIV_ASSIGN ADD_ASSIGN
530 | logical_or_expression OR_OP logical_xor_expression {
H A Dglslang_lex.cpp2197 { return(OR_OP); }

Completed in 114 milliseconds