Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h147 class FormulaBoolValue final : public BoolValue {
149 explicit FormulaBoolValue(const Formula &F) in FormulaBoolValue() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DValue.cpp54 return OS << "FormulaBool(" << cast<FormulaBoolValue>(Val).formula() << ")"; in operator <<()