Home
last modified time | relevance | path

Searched refs:temp_x (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/test/msan/
Ddtor-multiple-inheritance.cc17 int *temp_x; variable
83 temp_x = &d->x; in main()
93 assert(__msan_test_shadow(temp_x, sizeof(*temp_x)) != -1); in main()
/external/llvm-project/compiler-rt/test/msan/
Ddtor-multiple-inheritance.cpp17 int *temp_x; variable
83 temp_x = &d->x; in main()
93 assert(__msan_test_shadow(temp_x, sizeof(*temp_x)) != -1); in main()