clang API Documentation

Public Member Functions
clang::ento::BranchNodeBuilder Class Reference

BranchNodeBuilder is responsible for constructing the nodes corresponding to the two branches of the if statement - true and false. More...

#include <CoreEngine.h>

Inheritance diagram for clang::ento::BranchNodeBuilder:
Inheritance graph
[legend]
Collaboration diagram for clang::ento::BranchNodeBuilder:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 BranchNodeBuilder (ExplodedNode *SrcNode, ExplodedNodeSet &DstSet, const NodeBuilderContext &C, const CFGBlock *dstT, const CFGBlock *dstF)
 BranchNodeBuilder (const ExplodedNodeSet &SrcSet, ExplodedNodeSet &DstSet, const NodeBuilderContext &C, const CFGBlock *dstT, const CFGBlock *dstF)
ExplodedNodegenerateNode (ProgramStateRef State, bool branch, ExplodedNode *Pred)
const CFGBlockgetTargetBlock (bool branch) const
void markInfeasible (bool branch)
bool isFeasible (bool branch)

Detailed Description

BranchNodeBuilder is responsible for constructing the nodes corresponding to the two branches of the if statement - true and false.

Definition at line 398 of file CoreEngine.h.


Constructor & Destructor Documentation

clang::ento::BranchNodeBuilder::BranchNodeBuilder ( ExplodedNode SrcNode,
ExplodedNodeSet DstSet,
const NodeBuilderContext C,
const CFGBlock dstT,
const CFGBlock dstF 
) [inline]

Definition at line 407 of file CoreEngine.h.

References clang::ento::NodeBuilder::takeNodes().

clang::ento::BranchNodeBuilder::BranchNodeBuilder ( const ExplodedNodeSet SrcSet,
ExplodedNodeSet DstSet,
const NodeBuilderContext C,
const CFGBlock dstT,
const CFGBlock dstF 
) [inline]

Definition at line 417 of file CoreEngine.h.

References clang::ento::NodeBuilder::takeNodes().


Member Function Documentation

Definition at line 428 of file CoreEngine.h.

Definition at line 439 of file CoreEngine.h.

Referenced by clang::ento::ExprEngine::processBranch().


The documentation for this class was generated from the following files: