clang 20.0.0git
|
#include "clang/Analysis/Analyses/IntervalPartition.h"
#include "clang/Analysis/Analyses/PostOrderCFGView.h"
#include "clang/Analysis/CFG.h"
#include "llvm/ADT/PriorityQueue.h"
Go to the source code of this file.
Classes | |
class | clang::DataflowWorklistBase< Comp, QueueSize > |
A worklist implementation where the enqueued blocks will be dequeued based on the order defined by 'Comp'. More... | |
struct | clang::ReversePostOrderCompare |
struct | clang::ForwardDataflowWorklist |
A worklist implementation for forward dataflow analysis. More... | |
struct | clang::WTODataflowWorklist |
A worklist implementation for forward dataflow analysis based on a weak topological ordering of the nodes. More... | |
struct | clang::BackwardDataflowWorklist |
A worklist implementation for backward dataflow analysis. More... | |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |