Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLToken.h54 LOGICALOR, enumerator
155 case Token::LOGICALOR: return String("||"); in OperatorName()
Dsksl.flex162 "||" { return SkSL::Token::LOGICALOR; }
DSkSLGLSLCodeGenerator.cpp397 case Token::LOGICALOR: return GLSLCodeGenerator::kLogicalOr_Precedence; in GetBinaryPrecedence()
DSkSLCFGGenerator.cpp292 case Token::LOGICALOR: { in addExpression()
DSkSLIRGenerator.cpp973 case Token::LOGICALOR: // fall through in determine_binary_type()
1093 case Token::LOGICALOR: result = leftVal || rightVal; break; in constantFold()
Dlex.sksl.c1325 { return SkSL::Token::LOGICALOR; }
DSkSLParser.cpp1421 while (this->checkNext(Token::LOGICALOR, &t)) { in logicalOrExpression()
DSkSLSPIRVCodeGenerator.cpp2102 case Token::LOGICALOR: in writeBinaryExpression()
2388 ASSERT(o.fOperator == Token::LOGICALOR); in writeLogicalOr()
/external/pdfium/xfa/fxfa/fm2js/
Dxfa_simpleexpression.h22 LOGICALOR, enumerator
Dxfa_simpleexpression.cpp310 javascript << gs_lpStrExpFuncName[LOGICALOR]; in ToJavaScript()