Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h40 TopBool, enumerator
102 return Val->getKind() == Kind::TopBool || in classof()
118 TopBoolValue(const Formula &F) : BoolValue(Kind::TopBool, F) { in TopBoolValue()
123 return Val->getKind() == Kind::TopBool; in classof()
/src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DValue.cpp49 case Value::Kind::TopBool: in operator <<()
H A DDebugSupport.cpp33 case Value::Kind::TopBool: in debugString()
H A DHTMLLogger.cpp98 case Value::Kind::TopBool: in dump()