Lines Matching defs:IsMempcpy
207 bool Restricted, bool IsMempcpy, CharKind CK) const;
1440 bool IsMempcpy, CharKind CK) const {
1498 if (IsMempcpy) {
1551 constexpr bool IsMempcpy = false;
1552 evalCopyCommon(C, Call, State, Size, Dest, Src, IsRestricted, IsMempcpy, CK);
1564 constexpr bool IsMempcpy = true;
1566 IsMempcpy, CK);
1578 constexpr bool IsMempcpy = false;
1580 IsMempcpy, CK);
1590 constexpr bool IsMempcpy = false;
1592 IsMempcpy, CharKind::Regular);