HomeSort by relevance Sort by last modified time
    Searched full:getpoisoned (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/lib/msan/tests/
msan_test.cc 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>())
    [all...]

Completed in 147 milliseconds