clang API Documentation
CFGCallback defines methods that should be called when a logical operator error is found when building the CFG. More...
#include <CFG.h>
Public Member Functions | |
CFGCallback () | |
virtual void | compareAlwaysTrue (const BinaryOperator *B, bool isAlwaysTrue) |
virtual void | compareBitwiseEquality (const BinaryOperator *B, bool isAlwaysTrue) |
virtual | ~CFGCallback () |
CFGCallback defines methods that should be called when a logical operator error is found when building the CFG.
clang::CFGCallback::CFGCallback | ( | ) | [inline] |
virtual clang::CFGCallback::~CFGCallback | ( | ) | [inline, virtual] |
virtual void clang::CFGCallback::compareAlwaysTrue | ( | const BinaryOperator * | B, |
bool | isAlwaysTrue | ||
) | [inline, virtual] |
Reimplemented in LogicalErrorHandler.
virtual void clang::CFGCallback::compareBitwiseEquality | ( | const BinaryOperator * | B, |
bool | isAlwaysTrue | ||
) | [inline, virtual] |
Reimplemented in LogicalErrorHandler.