clang 20.0.0git
|
#include "clang/Basic/LLVM.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/DenseMapInfo.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
#include <string>
Go to the source code of this file.
Classes | |
class | clang::dataflow::Formula |
struct | llvm::DenseMapInfo< clang::dataflow::Atom > |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::dataflow |
Dataflow Directional Tag Classes. | |
namespace | llvm |
Diagnostic wrappers for TextAPI types for error reporting. | |
Enumerations | |
enum class | clang::dataflow::Atom : unsigned |
Identifies an atomic boolean variable such as "V1". More... | |
Functions | |
llvm::raw_ostream & | clang::dataflow::operator<< (llvm::raw_ostream &OS, Atom A) |
llvm::raw_ostream & | clang::dataflow::operator<< (llvm::raw_ostream &OS, const Formula &F) |