clang 20.0.0git
|
#include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h"
Go to the source code of this file.
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::ento |
Functions | |
SVal | clang::ento::simplifyToSVal (ProgramStateRef State, SymbolRef Sym) |
Try to simplify a given symbolic expression's associated SVal based on the constraints in State. | |
SymbolRef | clang::ento::simplify (ProgramStateRef State, SymbolRef Sym) |
Try to simplify a given symbolic expression based on the constraints in State. | |