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

/external/compiler-rt/lib/asan/tests/
H A Dasan_asm_test.cc130 template<typename T> void TestAsmRead(const char *DeathPattern) { function in namespace:__anon19580
138 template<> void TestAsmRead<__m128i>(const char *DeathPattern) { function in namespace:__anon19580
178 TestAsmRead<U1>("READ of size 1");
179 TestAsmRead<U2>("READ of size 2");
180 TestAsmRead<U4>("READ of size 4");
182 TestAsmRead<U8>("READ of size 8");
184 TestAsmRead<__m128i>("READ of size 16");

Completed in 2487 milliseconds