clang 20.0.0git
Public Attributes | List of all members
clang::ento::Z3CrosscheckVisitor::Z3Result Struct Reference

#include "clang/StaticAnalyzer/Core/BugReporter/Z3CrosscheckVisitor.h"

Public Attributes

std::optional< boolIsSAT = std::nullopt
 
unsigned Z3QueryTimeMilliseconds = 0
 
unsigned UsedRLimit = 0
 

Detailed Description

Definition at line 26 of file Z3CrosscheckVisitor.h.

Member Data Documentation

◆ IsSAT

std::optional<bool> clang::ento::Z3CrosscheckVisitor::Z3Result::IsSAT = std::nullopt

◆ UsedRLimit

unsigned clang::ento::Z3CrosscheckVisitor::Z3Result::UsedRLimit = 0

◆ Z3QueryTimeMilliseconds

unsigned clang::ento::Z3CrosscheckVisitor::Z3Result::Z3QueryTimeMilliseconds = 0

The documentation for this struct was generated from the following file: