Home
last modified time | relevance | path

Searched refs:LOGICALOR (Results 1 – 12 of 12) sorted by relevance

/external/skqp/src/sksl/
DSkSLLexer.h154 #undef LOGICALOR
155 LOGICALOR, enumerator
DSkSLInterpreter.cpp358 case Token::LOGICALOR: { in evaluate()
DSkSLGLSLCodeGenerator.cpp872 case Token::LOGICALOR: return GLSLCodeGenerator::kLogicalOr_Precedence; in writeFunctionCall()
895 (b.fOperator == Token::LOGICALAND || b.fOperator == Token::LOGICALOR)) { in writeFunctionCall()
DSkSLCFGGenerator.cpp301 case Token::LOGICALOR: { in addExpression()
DSkSLIRGenerator.cpp1162 case Token::LOGICALOR: // fall through in determine_binary_type()
1306 } else if (op == Token::LOGICALOR) { in short_circuit_boolean()
1344 case Token::LOGICALOR: result = leftVal || rightVal; break; in constantFold()
DSkSLMetalCodeGenerator.cpp507 case Token::LOGICALOR: return MetalCodeGenerator::kLogicalOr_Precedence; in GetBinaryPrecedence()
DSkSLCompiler.cpp1461 case Token::LOGICALOR: return "||"; in OperatorName()
DSkSLParser.cpp1588 while (this->checkNext(Token::LOGICALOR, &t)) { in logicalOrExpression()
DSkSLSPIRVCodeGenerator.cpp1957 case Token::LOGICALOR: in writeBinaryExpression()
2293 SkASSERT(o.fOperator == Token::LOGICALOR); in writeLogicalOr()
DSkSLJIT.cpp710 case Token::LOGICALOR: { in compileBinary()
/external/skia/src/sksl/lex/
Dsksl.lex68 LOGICALOR = "||"
/external/skqp/src/sksl/lex/
Dsksl.lex68 LOGICALOR = "||"