Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h141 bool isPoisoned() const { return !getValPtr(); } in isPoisoned() function
162 bool isPoisoned() const { in isPoisoned() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h439 bool isPoisoned() const { return IsPoisoned; } in isPoisoned() function