|
Static Value-Flow Analysis
|
#include <fstream>#include <iostream>#include <string>#include "CFL/CFGrammar.h"#include "Graphs/GenericGraph.h"#include "Graphs/ConsG.h"Go to the source code of this file.
Classes | |
| class | SVF::CFLEdge |
| class | SVF::CFLNode |
| class | SVF::CFLGraph |
| struct | SVF::GenericGraphTraits< SVF::CFLNode * > |
| struct | SVF::GenericGraphTraits< Inverse< SVF::CFLNode * > > |
| Inverse GenericGraphTraits specializations for call graph node, it is used for inverse traversal. More... | |
| struct | SVF::GenericGraphTraits< SVF::CFLGraph * > |
Namespaces | |
| namespace | SVF |
| for isBitcode | |
Typedefs | |
| typedef GenericEdge< CFLNode > | SVF::GenericCFLEdgeTy |
| typedef GenericNode< CFLNode, CFLEdge > | SVF::GenericCFLNodeTy |
| typedef GenericGraph< CFLNode, CFLEdge > | SVF::GenericCFLGraphTy |
| Edge-labeled graph for CFL Reachability analysis. | |