HomeSort by: relevance | last modified time | path
    Searched defs:poisoned (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
hack.mon.c 674 poisoned(const char *string, const char *pname) function in typeref:typename:void
679 pline("It was poisoned.");
681 pline("The %s was poisoned!", string);
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 219 T Poisoned(T v = 0, T s = (T)(-1)) {
357 x[2] = 1; // Init this here. Check that after realloc it is poisoned again.
369 EXPECT_NOT_POISONED(*x); // Should not be poisoned.
2906 // We should not complain when copying this poisoned hole.
2993 // leaves b1, .., b8 poisoned.
3001 // leaves a1, .., a8 poisoned.
3754 static T poisoned(T Va, S Sa) { function in typeref:typename:T
3764 EXPECT_NOT_POISONED(poisoned(0, 0) < poisoned(0, 0));
3765 EXPECT_NOT_POISONED(poisoned(0U, 0) < poisoned(0U, 0))
    [all...]

Completed in 34 milliseconds