Searched refs:TestAsmWrite (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/tests/
H A Dasan_asm_test.cc107 template<typename T> void TestAsmWrite(const char *DeathPattern) { function in namespace:__anon19580
116 template<> void TestAsmWrite<__m128i>(const char *DeathPattern) { function in namespace:__anon19580
170 TestAsmWrite<U1>("WRITE of size 1");
171 TestAsmWrite<U2>("WRITE of size 2");
172 TestAsmWrite<U4>("WRITE of size 4");
174 TestAsmWrite<U8>("WRITE of size 8");
176 TestAsmWrite<__m128i>("WRITE of size 16");

Completed in 561 milliseconds