Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h43 FormulaBool, enumerator
106 Val->getKind() == Kind::FormulaBool; in classof()
152 : BoolValue(Kind::FormulaBool, F) { in FormulaBoolValue()
157 return Val->getKind() == Kind::FormulaBool; in classof()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DValue.cpp55 case Value::Kind::FormulaBool: in operator <<()
H A DDebugSupport.cpp37 case Value::Kind::FormulaBool: in debugString()
H A DHTMLLogger.cpp101 case Value::Kind::FormulaBool: in dump()