Home
last modified time | relevance | path

Searched refs:LOGICALOR (Results 1 – 15 of 15) 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 = "||"
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h370 constexpr char LOGICALOR[] = "LogicalOr"; variable
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_auto_parallel.cc150 LOGICALOR, RELU6, SOFTPLUS, in IsElementWiseOperator()
171 …BESSELI0E, BESSELI1E, FLOORMOD, ASSIGN, ASSIGN_ADD, ATAN2, DIVNONAN, LOGICALAND, LOGICALOR, ELU, R… in IsSplittableOperator()