Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLLexer.h150 #undef LOGICALOR
151 LOGICALOR, enumerator
DSkSLUtil.cpp69 case Token::LOGICALOREQ: return Token::LOGICALOR; in remove_assignment()
DSkSLGLSLCodeGenerator.cpp895 case Token::LOGICALOR: return GLSLCodeGenerator::kLogicalOr_Precedence; in writeFunctionCall()
918 (b.fOperator == Token::LOGICALAND || b.fOperator == Token::LOGICALOR)) { in writeFunctionCall()
DSkSLCFGGenerator.cpp303 case Token::LOGICALOR: { in addExpression()
DSkSLIRGenerator.cpp1338 case Token::LOGICALOR: // fall through in determine_binary_type()
1482 } else if (op == Token::LOGICALOR) { in short_circuit_boolean()
1520 case Token::LOGICALOR: result = leftVal || rightVal; break; in constantFold()
DSkSLByteCodeGenerator.cpp730 case Token::Kind::LOGICALOR: in writeBinaryExpression()
DSkSLMetalCodeGenerator.cpp626 case Token::LOGICALOR: return MetalCodeGenerator::kLogicalOr_Precedence; in GetBinaryPrecedence()
DSkSLCompiler.cpp1533 case Token::LOGICALOR: return "||"; in OperatorName()
DSkSLParser.cpp1585 while (this->checkNext(Token::LOGICALOR, &t)) { in logicalOrExpression()
DSkSLSPIRVCodeGenerator.cpp2281 case Token::LOGICALOR: in writeBinaryExpression()
2327 SkASSERT(o.fOperator == Token::LOGICALOR); in writeLogicalOr()
DSkSLJIT.cpp710 case Token::LOGICALOR: { in compileBinary()
/third_party/flutter/skia/src/sksl/lex/
Dsksl.lex66 LOGICALOR = "||"
/third_party/skia/src/sksl/lex/
Dsksl.lex70 LOGICALOR = "||"