|
clang 22.0.0git
|
#include "clang/Analysis/FlowSensitive/Arena.h"#include "clang/Analysis/FlowSensitive/Formula.h"#include "clang/Analysis/FlowSensitive/Value.h"#include "llvm/Support/Error.h"#include <string>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::dataflow |
| Dataflow Directional Tag Classes. | |
Functions | |
| static std::pair< const Formula *, const Formula * > | clang::dataflow::canonicalFormulaPair (const Formula &LHS, const Formula &RHS) |
| template<class Key, class ComputeFunc> | |
| static const Formula & | clang::dataflow::cached (llvm::DenseMap< Key, const Formula * > &Cache, Key K, ComputeFunc &&Compute) |