Definition at line 290 of file Consumed.cpp.
clang::consumed::PropagationInfo::PropagationInfo |
( |
| ) |
|
|
inline |
clang::consumed::PropagationInfo::PropagationInfo |
( |
const VarTestResult & |
VarTest | ) |
|
|
inline |
clang::consumed::PropagationInfo::PropagationInfo |
( |
const BinaryOperator * |
Source, |
|
|
EffectiveOp |
EOp, |
|
|
const VarTestResult & |
LTest, |
|
|
const VarTestResult & |
RTest |
|
) |
| |
|
inline |
clang::consumed::PropagationInfo::PropagationInfo |
( |
ConsumedState |
State | ) |
|
|
inline |
clang::consumed::PropagationInfo::PropagationInfo |
( |
const VarDecl * |
Var | ) |
|
|
inline |
const VarTestResult& clang::consumed::PropagationInfo::getLTest |
( |
| ) |
const |
|
inline |
const VarTestResult& clang::consumed::PropagationInfo::getRTest |
( |
| ) |
const |
|
inline |
const ConsumedState& clang::consumed::PropagationInfo::getState |
( |
| ) |
const |
|
inline |
const VarDecl* clang::consumed::PropagationInfo::getVar |
( |
| ) |
const |
|
inline |
const VarTestResult& clang::consumed::PropagationInfo::getVarTest |
( |
| ) |
const |
|
inline |
bool clang::consumed::PropagationInfo::isBinTest |
( |
| ) |
const |
|
inline |
bool clang::consumed::PropagationInfo::isPointerToValue |
( |
| ) |
const |
|
inline |
bool clang::consumed::PropagationInfo::isState |
( |
| ) |
const |
|
inline |
bool clang::consumed::PropagationInfo::isTest |
( |
| ) |
const |
|
inline |
bool clang::consumed::PropagationInfo::isTmp |
( |
| ) |
const |
|
inline |
bool clang::consumed::PropagationInfo::isValid |
( |
| ) |
const |
|
inline |
bool clang::consumed::PropagationInfo::isVar |
( |
| ) |
const |
|
inline |
bool clang::consumed::PropagationInfo::isVarTest |
( |
| ) |
const |
|
inline |
EffectiveOp clang::consumed::PropagationInfo::testEffectiveOp |
( |
| ) |
const |
|
inline |
const BinaryOperator* clang::consumed::PropagationInfo::testSourceNode |
( |
| ) |
const |
|
inline |
BinTestTy clang::consumed::PropagationInfo::BinTest |
const VarDecl* clang::consumed::PropagationInfo::Var |
VarTestResult clang::consumed::PropagationInfo::VarTest |
The documentation for this class was generated from the following file: