Home
last modified time | relevance | path

Searched defs:isPoisoned (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h74 bool isPoisoned() const { return (reinterpret_cast<intptr_t>(mi) & 0x1) == 0x1; } in isPoisoned() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h115 bool isPoisoned() const { return !getValPtr(); } in isPoisoned() function
136 bool isPoisoned() const { in isPoisoned() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h291 bool isPoisoned() const { return IsPoisoned; } in isPoisoned() function