Home
last modified time | relevance | path

Searched refs:IT_None (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp288 IT_None, enumerator
294 } InfoType = IT_None;
402 bool isValid() const { return InfoType != IT_None; } in isValid()