klee
PTree.h File Reference
#include "klee/Core/BranchTypes.h"
#include "klee/Expr/Expr.h"
#include "klee/Support/ErrorHandling.h"
#include "llvm/ADT/PointerIntPair.h"
Include dependency graph for PTree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  klee::PTreeNode
 
class  klee::PTree
 

Namespaces

namespace  klee
 

Typedefs

using klee::PTreeNodePtr = llvm::PointerIntPair< PTreeNode *, PtrBitCount, uint8_t >
 

Variables

constexpr int klee::PtrBitCount = 3