Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/msl/
DSeparateCompoundExpressions.cpp451 const bool isCompoundAssign = IsCompoundAssignment(op); in visitBinaryPost() local
453 TIntermTyped *newRight = pullMappedExpr(right, isAssign && !isCompoundAssign); in visitBinaryPost()