reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
 1274       auto I = Cached.find(S);
 1278       SVal LHS = Visit(S->getLHS());
 1279       if (isUnchanged(S->getLHS(), LHS))
 1280         return skip(S);
 1287       if (Loc::isLocType(S->getLHS()->getType()) &&
 1288           BinaryOperator::isComparisonOp(S->getOpcode())) {
 1296         RHS = SVB.makeIntLocVal(S->getRHS());
 1298         RHS = SVB.makeIntVal(S->getRHS());
 1302           S, SVB.evalBinOp(State, S->getOpcode(), LHS, RHS, S->getType()));
 1302           S, SVB.evalBinOp(State, S->getOpcode(), LHS, RHS, S->getType()));
 1302           S, SVB.evalBinOp(State, S->getOpcode(), LHS, RHS, S->getType()));