Lines Matching defs:IsMempcpy
208 bool Restricted, bool IsMempcpy, CharKind CK) const;
1445 bool IsMempcpy, CharKind CK) const {
1503 if (IsMempcpy) {
1556 constexpr bool IsMempcpy = false;
1557 evalCopyCommon(C, Call, State, Size, Dest, Src, IsRestricted, IsMempcpy, CK);
1569 constexpr bool IsMempcpy = true;
1571 IsMempcpy, CK);
1583 constexpr bool IsMempcpy = false;
1585 IsMempcpy, CK);
1595 constexpr bool IsMempcpy = false;
1597 IsMempcpy, CharKind::Regular);