HomeSort by relevance Sort by last modified time
    Searched defs:isPoisoned (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Basic/
IdentifierTable.h 60 bool IsPoisoned : 1; // True if identifier is poisoned.
233 IsPoisoned = Value;
240 /// isPoisoned - Return true if this token has been poisoned.
241 bool isPoisoned() const { return IsPoisoned; }
321 (isPoisoned() | hasMacroDefinition() | isCPlusPlusOperatorKeyword() |
335 : II(II), OldValue(II ? II->isPoisoned() : false) {
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 67 bool isPoisoned() const { return (reinterpret_cast<intptr_t>(mi) & 0x1) == 0x1; }
127 assert(!lie.getPointer()->isPoisoned() &&

Completed in 49 milliseconds