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 58 bool IsPoisoned : 1; // True if identifier is poisoned.
251 IsPoisoned = Value;
259 bool isPoisoned() const { return IsPoisoned; }
346 (isPoisoned() | hasMacroDefinition() | isCPlusPlusOperatorKeyword() |
361 : 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 523 milliseconds