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

/external/clang/include/clang/Basic/
H A DIdentifierTable.h239 bool isPoisoned() const { return IsPoisoned; } function in class:clang::IdentifierInfo
318 (isPoisoned() | hasMacroDefinition() | isCPlusPlusOperatorKeyword() |
333 : II(II), OldValue(II ? II->isPoisoned() : false) {
/external/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h67 bool isPoisoned() const { return (reinterpret_cast<intptr_t>(mi) & 0x1) == 0x1; } function in class:llvm::IndexListEntry
127 assert(!lie.getPointer()->isPoisoned() &&

Completed in 86 milliseconds