Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h41 TopBool, enumerator
104 return Val->getKind() == Kind::TopBool || in classof()
120 TopBoolValue(const Formula &F) : BoolValue(Kind::TopBool, F) { in TopBoolValue()
125 return Val->getKind() == Kind::TopBool; in classof()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DValue.cpp51 case Value::Kind::TopBool: in operator <<()
H A DDebugSupport.cpp35 case Value::Kind::TopBool: in debugString()
H A DHTMLLogger.cpp99 case Value::Kind::TopBool: in dump()