Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Passes/
DStandardInstrumentations.h106 bool isPoisoned() const { return !getValPtr(); } in isPoisoned() function
118 bool isPoisoned() const { in isPoisoned() function
/external/llvm/include/llvm/CodeGen/
DSlotIndexes.h67 bool isPoisoned() const { return (reinterpret_cast<intptr_t>(mi) & 0x1) == 0x1; } in isPoisoned() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSlotIndexes.h74 bool isPoisoned() const { return (reinterpret_cast<intptr_t>(mi) & 0x1) == 0x1; } in isPoisoned() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DSlotIndexes.h74 bool isPoisoned() const { return (reinterpret_cast<intptr_t>(mi) & 0x1) == 0x1; } in isPoisoned() function
/external/llvm-project/clang/include/clang/Basic/
DIdentifierTable.h283 bool isPoisoned() const { return IsPoisoned; } in isPoisoned() function
/external/clang/include/clang/Basic/
DIdentifierTable.h262 bool isPoisoned() const { return IsPoisoned; } in isPoisoned() function