Home | History | Annotate | Download | only in tests

Lines Matching full:getpoisoned

183 T *GetPoisoned(int i = 0, T val = 0) {
205 template<class T> NOINLINE T ReturnPoisoned() { return *GetPoisoned<T>(); }
224 S4 *x = GetPoisoned<S4>();
232 EXPECT_POISONED(*GetPoisoned<S1>());
233 EXPECT_POISONED(*GetPoisoned<S2>());
234 EXPECT_POISONED(*GetPoisoned<S4>());
235 EXPECT_POISONED(*GetPoisoned<S8>());
238 EXPECT_POISONED(*GetPoisoned<S1>());
239 EXPECT_POISONED(*GetPoisoned<S1>());
240 EXPECT_POISONED(*GetPoisoned<S1>());
242 EXPECT_POISONED(*GetPoisoned<S2>());
243 EXPECT_POISONED(*GetPoisoned<S2>());
244 EXPECT_POISONED(*GetPoisoned<S2>());
246 EXPECT_POISONED(*GetPoisoned<S4>());
247 EXPECT_POISONED(*GetPoisoned<S4>());
248 EXPECT_POISONED(*GetPoisoned<S4>());
250 EXPECT_POISONED(*GetPoisoned<S8>());
251 EXPECT_POISONED(*GetPoisoned<S8>());
252 EXPECT_POISONED(*GetPoisoned<S8>());
255 EXPECT_POISONED(*GetPoisoned<U1>());
256 EXPECT_POISONED(*GetPoisoned<U1>());
257 EXPECT_POISONED(*GetPoisoned<U1>());
258 EXPECT_POISONED(*GetPoisoned<U2>());
259 EXPECT_POISONED(*GetPoisoned<U2>());
260 EXPECT_POISONED(*GetPoisoned<U4>());
263 EXPECT_POISONED(- *GetPoisoned<S4>());
265 EXPECT_UMR(a_s4[g_zero] = 100 / *GetPoisoned<S4>(0, 1));
268 a_s4[g_zero] = 1 - *GetPoisoned<S4>();
269 a_s4[g_zero] = 1 + *GetPoisoned<S4>();
275 c = *GetPoisoned<S4>();
284 S4 i = *GetPoisoned<S4>();
295 Arg1ExpectUMR(*GetPoisoned<S4>());
296 Arg2ExpectUMR(0, *GetPoisoned<S4>());
297 Arg3ExpectUMR(0, 1, *GetPoisoned<S8>());
373 U4 *p = GetPoisoned<U4>();
394 EXPECT_POISONED(*GetPoisoned<bool>() & *GetPoisoned<bool>());
425 U4 *up = GetPoisoned<U4>();
444 sp = GetPoisoned<S4>();
449 EXPECT_POISONED(100 >> *GetPoisoned<S4>());
450 EXPECT_POISONED(100U >> *GetPoisoned<S4>());
518 T *x = GetPoisoned<T>();
519 T *y = GetPoisoned<T>(1);
536 S4 *y = GetPoisoned<S4>();
559 res.x[0] = *GetPoisoned<S4>();
560 res.x[1] = *GetPoisoned<S4>();
561 res.x[2] = *GetPoisoned<S4>();
562 res.x[3] = *GetPoisoned<S4>();
563 res.x[4] = *GetPoisoned<S4>();
564 res.x[5] = *GetPoisoned<S4>();
565 res.x[6] = *GetPoisoned<S4>();
566 res.x[7] = *GetPoisoned<S4>();
567 res.x[8] = *GetPoisoned<S4>();
568 res.x[9] = *GetPoisoned<S4>();
1221 ((char *)p)[10] = *GetPoisoned<U1>();
1222 ((char *)p)[4095] = *GetPoisoned<U1>();
1359 x[1] = *GetPoisoned<char>();
1421 x[1] = *GetPoisoned<char>();
1478 x[1] = *GetPoisoned<char>();
1541 x[1] = *GetPoisoned<char>(1, 1);
1553 x[1] = *GetPoisoned<char>(1, 1);
1567 x[1] = *GetPoisoned<char>(1, 1);
2252 x = *GetPoisoned<int>();
2257 x = *GetPoisoned<int>();
2262 x = *GetPoisoned<int>();
2374 EXPECT_POISONED(*GetPoisoned<int>());
2376 EXPECT_POISONED(*GetPoisoned<int>());
2408 vaargsfn2(1, 2, 3, 4, *GetPoisoned<double>());
2415 int* x = GetPoisoned<int>();
2416 int* y = GetPoisoned<int>(4);
2437 int* x = GetPoisoned<int>();
2438 int* y = GetPoisoned<int>(4);
2457 int* x = GetPoisoned<int>();
2458 int* y = GetPoisoned<int>(4);
2481 int* x = GetPoisoned<int>();
2482 int* y = GetPoisoned<int>(4);
2497 int** x = GetPoisoned<int*>();
2498 double** y = GetPoisoned<double*>(8);
2538 int* x = GetPoisoned<int>();
2539 double* y = GetPoisoned<double>(8);
2540 int** p = GetPoisoned<int*>(16);
2574 int* x = GetPoisoned<int>();
2614 s.b = *GetPoisoned<int>();
2616 s.d = *GetPoisoned<int>();
2618 s.f = *GetPoisoned<int>();
2643 s.b = *GetPoisoned<int>();
2645 s.d = *GetPoisoned<int>();
2647 s.f = *GetPoisoned<int>();