Home | History | Annotate | Download | only in tests

Lines Matching full:shadow

350 static bool applyNot(T value, T shadow) {
351 __msan_partial_poison(&value, &shadow, sizeof(T));
1081 // because accesses in memmove will unpoisin the shadow.
1566 // Test that shadow is propagated through pointer-to-integer conversion.
1592 // Checks after it test that arg shadow was somehow saved across the call.
2027 // We need to clear shadow for globals when doing dlopen. In order to test
2028 // this, we have to poison the shadow for the DSO before we load it. In
2263 static bool applySlt(T value, T shadow) {
2264 __msan_partial_poison(&value, &shadow, sizeof(T));