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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ValueHandle.h 457 /// A flag tracking whether this value has been poisoned.
463 bool Poisoned = false;
470 assert(!Poisoned && "Tried to delete an already poisoned handle!");
471 Poisoned = true;
477 assert(!Poisoned && "Tried to RAUW an already poisoned handle!");
478 Poisoned = true;
490 assert(!Poisoned && "Accessed a poisoned value handle!")
    [all...]
  /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/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 992 bool Poisoned = readBit(Bits);
1008 if (Poisoned)
4354 // those that provide macros or are poisoned), so we mark all of

Completed in 34 milliseconds