HomeSort by relevance Sort by last modified time
    Searched refs:Poisoned (Results 1 - 4 of 4) 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/v8/test/mjsunit/
function-bind.js 276 // Test that .arguments and .caller are poisoned according to the ES5 spec.
281 // Poisoned accessors are no longer own properties --- get them from the
strict-mode.js     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 808 bool Poisoned = readBit(Bits);
    [all...]

Completed in 115 milliseconds