|
clang
3.8.0
|
#include "clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h"#include "clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h"#include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h"Go to the source code of this file.
Functions | |
| static SVal | evalBinOpFieldRegionFieldRegion (const FieldRegion *LeftFR, const FieldRegion *RightFR, BinaryOperator::Opcode op, QualType resultTy, SimpleSValBuilder &SVB) |
|
static |
Definition at line 536 of file SimpleSValBuilder.cpp.
References clang::BO_EQ, clang::BO_LE, clang::BO_LT, clang::BO_NE, clang::RecordDecl::fields(), clang::ento::FieldRegion::getDecl(), clang::FieldDecl::getParent(), clang::ento::SubRegion::getSuperRegion(), I, and clang::BinaryOperator::isComparisonOp().
1.8.6