Searched refs:IsCompoundAssignment (Results 1 – 2 of 2) sorted by relevance
40 bool IsCompoundAssignment(TOperator op) in IsCompoundAssignment() function185 if (IsCompoundAssignment(node->getOp())) in visitBinary()
45 bool IsCompoundAssignment(TOperator op) in IsCompoundAssignment() function451 const bool isCompoundAssign = IsCompoundAssignment(op); in visitBinaryPost()