CFGCallback defines methods that should be called when a logical operator error is found when building the CFG.
More...
#include "clang/Analysis/CFG.h"
CFGCallback defines methods that should be called when a logical operator error is found when building the CFG.
Definition at line 1195 of file CFG.h.
◆ CFGCallback()
clang::CFGCallback::CFGCallback |
( |
| ) |
|
|
default |
◆ ~CFGCallback()
virtual clang::CFGCallback::~CFGCallback |
( |
| ) |
|
|
virtualdefault |
◆ compareAlwaysTrue()
virtual void clang::CFGCallback::compareAlwaysTrue |
( |
const BinaryOperator * |
B, |
|
|
bool |
isAlwaysTrue |
|
) |
| |
|
inlinevirtual |
◆ compareBitwiseEquality()
virtual void clang::CFGCallback::compareBitwiseEquality |
( |
const BinaryOperator * |
B, |
|
|
bool |
isAlwaysTrue |
|
) |
| |
|
inlinevirtual |
◆ compareBitwiseOr()
virtual void clang::CFGCallback::compareBitwiseOr |
( |
const BinaryOperator * |
B | ) |
|
|
inlinevirtual |
◆ logicAlwaysTrue()
virtual void clang::CFGCallback::logicAlwaysTrue |
( |
const BinaryOperator * |
B, |
|
|
bool |
isAlwaysTrue |
|
) |
| |
|
inlinevirtual |
The documentation for this class was generated from the following file:
- include/clang/Analysis/CFG.h