Home
last modified time | relevance | path

Searched refs:IsAssignment (Results 1 – 5 of 5) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DOperator.h271 bool IsAssignment(TOperator op);
DOperator.cpp377 bool IsAssignment(TOperator op) in IsAssignment() function
DIntermNode.cpp1092 return IsAssignment(mOp); in isAssignment()
DParseContext.cpp5481 (IsAssignment(op) || op == EOpBitShiftLeft || op == EOpBitShiftRight)) in binaryOpCommonCheck()
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DRewriteRowMajorMatrices.cpp809 if (assignment && IsAssignment(assignment->getOp())) in determineAccess()
1065 ASSERT(IsAssignment(assignmentOperator)); in transformExpression()