HomeSort by relevance Sort by last modified time
    Searched refs:Poisoned (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/msan/tests/
msan_test.cc 200 T Poisoned(T v = 0, T s = (T)(-1)) {
338 x[2] = 1; // Init this here. Check that after realloc it is poisoned again.
350 EXPECT_NOT_POISONED(*x); // Should not be poisoned.
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 776 bool Poisoned = Bits & 0x01;
811 if (Poisoned)
    [all...]

Completed in 89 milliseconds