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

  /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) {
3764 EXPECT_NOT_POISONED(poisoned(0, 0) < poisoned(0, 0));
3765 EXPECT_NOT_POISONED(poisoned(0U, 0) < poisoned(0U, 0))
    [all...]
  /src/games/hack/
hack.mhitu.c 254 poisoned("bee's sting", mdat->mname);
325 poisoned("snake's bite", mdat->mname);
330 poisoned("scorpion's sting", mdat->mname);
extern.h 256 void poisoned(const char *, const char *);
hack.trap.c 176 poisoned("dart", "poison dart");
hack.mon.c 674 poisoned(const char *string, const char *pname) function
679 pline("It was poisoned.");
681 pline("The %s was poisoned!", string);
  /src/external/gpl3/gcc/dist/gcc/
sanopt.cc 1007 auto_sbitmap poisoned (last_basic_block_for_fn (cfun) + 1);
1008 bitmap_clear (poisoned);
1022 if (!bitmap_bit_p (poisoned, e->dest->index))
1024 bitmap_set_bit (poisoned, e->dest->index);
1029 /* 3) Iterate all BBs not included in POISONED BBs and remove unpoison
1033 if (bitmap_bit_p (poisoned, bb->index))
  /src/external/gpl3/gcc.old/dist/gcc/
sanopt.cc 979 auto_sbitmap poisoned (last_basic_block_for_fn (cfun) + 1);
980 bitmap_clear (poisoned);
995 if (!bitmap_bit_p (poisoned, e->dest->index))
997 bitmap_set_bit (poisoned, e->dest->index);
1002 /* 3) Iterate all BBs not included in POISONED BBs and remove unpoison
1006 if (bitmap_bit_p (poisoned, bb->index))
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_poisoning.cpp 116 // No need to re-poison memory if it is poisoned already.
194 // The fast check failed, so we have a poisoned byte somewhere.
199 UNREACHABLE("mem_is_zero returned false, but poisoned byte was not found");
283 // assumes that left border of region to be poisoned is properly aligned.
579 static const void *FindBadAddress(uptr begin, uptr end, bool poisoned) {
583 if (auto *bad = FindBadAddress(begin, begin + kMaxRangeToCheck, poisoned))
585 if (auto *bad = FindBadAddress(end - kMaxRangeToCheck, end, poisoned))
590 if (AddressIsPoisoned(i) != poisoned)
  /src/external/gpl3/gcc/dist/libcpp/
pch.cc 60 goto poisoned;
68 poisoned:
616 "%s: not used because `%.*s' is poisoned",
  /src/external/gpl3/gcc.old/dist/libcpp/
pch.cc 60 goto poisoned;
68 poisoned:
616 "%s: not used because `%.*s' is poisoned",

Completed in 20 milliseconds