CFGCallback defines methods that should be called when a logical operator error is found when building the CFG.
More...
#include <CFG.h>
CFGCallback defines methods that should be called when a logical operator error is found when building the CFG.
Definition at line 706 of file CFG.h.
clang::CFGCallback::CFGCallback |
( |
| ) |
|
|
inline |
virtual clang::CFGCallback::~CFGCallback |
( |
| ) |
|
|
inlinevirtual |
virtual void clang::CFGCallback::compareAlwaysTrue |
( |
const BinaryOperator * |
B, |
|
|
bool |
isAlwaysTrue |
|
) |
| |
|
inlinevirtual |
virtual void clang::CFGCallback::compareBitwiseEquality |
( |
const BinaryOperator * |
B, |
|
|
bool |
isAlwaysTrue |
|
) |
| |
|
inlinevirtual |
The documentation for this class was generated from the following file: