Searched refs:AssignRes (Results 1 – 1 of 1) sorted by relevance
528 std::optional<BinaryOpInfo> AssignRes = CheckAssignment(AssocExpr); in CheckRead() local529 if (!AssignRes) in CheckRead()537 if (CheckOperandVariable(AssignRes->RHS, PD)) in CheckRead()551 std::optional<BinaryOpInfo> AssignRes = CheckAssignment(AssocExpr); in CheckWrite() local552 if (!AssignRes) in CheckWrite()560 if (CheckOperandExpr(AssignRes->RHS, PD)) in CheckWrite()640 std::optional<BinaryOpInfo> AssignRes = CheckAssignment(SecondExpr); in CheckCapture() local641 if (!AssignRes) in CheckCapture()648 if (CheckOperandVariable(AssignRes->RHS, PD)) in CheckCapture()652 IDACInfo::SimpleAssign, AssignRes->RHS)) in CheckCapture()[all …]