Home
last modified time | relevance | path

Searched defs:IsSAT (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DZ3CrosscheckVisitor.h27 std::optional<bool> IsSAT = std::nullopt; member
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DZ3CrosscheckVisitor.cpp82 std::optional<bool> IsSAT = RefutationSolver->check(); finalizeVisitor() local