Searched defs:TestAsmRead (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/tests/
H A Dasan_asm_test.cc156 template<typename T> void TestAsmRead(const char *DeathPattern) { function in namespace:__anon3765
164 template<> void TestAsmRead<__m128i>(const char *DeathPattern) { function in namespace:__anon3765
226 TestAsmRead<U1>("READ of size 1");
227 TestAsmRead<U2>("READ of size 2");
228 TestAsmRead<U4>("READ of size 4");
230 TestAsmRead<U8>("READ of size 8");
232 TestAsmRead<__m128i>("READ of size 16");

Completed in 3090 milliseconds