Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DSlotIndexes.h67 bool isPoisoned() const { return (reinterpret_cast<intptr_t>(mi) & 0x1) == 0x1; } in isPoisoned() function
/external/clang/include/clang/Basic/
DIdentifierTable.h262 bool isPoisoned() const { return IsPoisoned; } in isPoisoned() function