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

/external/valgrind/memcheck/tests/
H A Dcond_ld_st.c33 static void make_undef ( void* addr, size_t len ) function
240 make_undef(&c_Cond_U1, sizeof(c_Cond_U1));
241 make_undef(&c_Cond_U0, sizeof(c_Cond_U0));
251 make_undef(c_Addr_DV, 4);
252 make_undef(c_Addr_DI, 4);
260 make_undef(&c_Addr_UV, sizeof(c_Addr_UV));
261 make_undef(&c_Addr_UI, sizeof(c_Addr_UI));
266 make_undef(&c_Alt_Ub, sizeof(c_Alt_Ub));
/external/valgrind/memcheck/tests/common/
H A Dsh-mem-vec128.tmpl.c89 static inline U1 make_undef ( U1 x ) function
179 case 1: block[j] = make_undef(block[j]); break;

Completed in 72 milliseconds