clang API Documentation

Public Member Functions
clang::CFGCallback Class Reference

CFGCallback defines methods that should be called when a logical operator error is found when building the CFG. More...

#include <CFG.h>

Inheritance diagram for clang::CFGCallback:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 CFGCallback ()
virtual void compareAlwaysTrue (const BinaryOperator *B, bool isAlwaysTrue)
virtual void compareBitwiseEquality (const BinaryOperator *B, bool isAlwaysTrue)
virtual ~CFGCallback ()

Detailed Description

CFGCallback defines methods that should be called when a logical operator error is found when building the CFG.

Definition at line 707 of file CFG.h.


Constructor & Destructor Documentation

Definition at line 709 of file CFG.h.

virtual clang::CFGCallback::~CFGCallback ( ) [inline, virtual]

Definition at line 713 of file CFG.h.


Member Function Documentation

virtual void clang::CFGCallback::compareAlwaysTrue ( const BinaryOperator B,
bool  isAlwaysTrue 
) [inline, virtual]

Reimplemented in LogicalErrorHandler.

Definition at line 710 of file CFG.h.

virtual void clang::CFGCallback::compareBitwiseEquality ( const BinaryOperator B,
bool  isAlwaysTrue 
) [inline, virtual]

Reimplemented in LogicalErrorHandler.

Definition at line 711 of file CFG.h.


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