Lines Matching full:shadow
398 static bool applyNot(T value, T shadow) {
399 __msan_partial_poison(&value, &shadow, sizeof(T));
2391 // Test that shadow is propagated through pointer-to-integer conversion.
2417 // Checks after it test that arg shadow was somehow saved across the call.
2918 // We need to clear shadow for globals when doing dlopen. In order to test
2919 // this, we have to poison the shadow for the DSO before we load it. In
3459 static bool applySlt(T value, T shadow) {
3460 __msan_partial_poison(&value, &shadow, sizeof(T));