clang API Documentation

Public Member Functions
clang::CFGReverseBlockReachabilityAnalysis Class Reference

#include <CFGReachabilityAnalysis.h>

List of all members.

Public Member Functions

 CFGReverseBlockReachabilityAnalysis (const CFG &cfg)
bool isReachable (const CFGBlock *Src, const CFGBlock *Dst)
 Returns true if the block 'Dst' can be reached from block 'Src'.

Detailed Description

Definition at line 32 of file CFGReachabilityAnalysis.h.


Constructor & Destructor Documentation

Definition at line 22 of file CFGReachabilityAnalysis.cpp.


Member Function Documentation

Returns true if the block 'Dst' can be reached from block 'Src'.

Definition at line 25 of file CFGReachabilityAnalysis.cpp.

References clang::CFGBlock::getBlockID().

Referenced by clang::sema::AnalysisBasedWarnings::IssueWarnings().


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