#include "clang/Analysis/FlowSensitive/DebugSupport.h"
#include "TestingSupport.h"
#include "clang/Analysis/FlowSensitive/Formula.h"
#include "llvm/Support/ScopedPrinter.h"
#include "llvm/Support/raw_ostream.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
namespace {
usingnamespaceclang;
usingnamespacedataflow;
ConstraintContext;
StrEq;
TEST(BoolValueDebugStringTest, AtomicBoolean) { … }
TEST(BoolValueDebugStringTest, Literal) { … }
TEST(BoolValueDebugStringTest, Negation) { … }
TEST(BoolValueDebugStringTest, Conjunction) { … }
TEST(BoolValueDebugStringTest, Disjunction) { … }
TEST(BoolValueDebugStringTest, Implication) { … }
TEST(BoolValueDebugStringTest, Iff) { … }
TEST(BoolValueDebugStringTest, Xor) { … }
TEST(BoolValueDebugStringTest, NestedBoolean) { … }
TEST(BoolValueDebugStringTest, ComplexBooleanWithSomeNames) { … }
}