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

Overrides

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h
   62   virtual QualType getType() const = 0;

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
  365     Profile(ID, LHS, getOpcode(), RHS, getType());
  408     Profile(ID, LHS, getOpcode(), RHS, getType());
  451     Profile(ID, LHS, getOpcode(), RHS, getType());
tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
  456   QualType T = SIE->getType();
tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  703             assert(symIntExpr->getType()->isBooleanType() ||
  704                    getContext().hasSameUnqualifiedType(symIntExpr->getType(),
 1302           S, SVB.evalBinOp(State, S->getOpcode(), LHS, RHS, S->getType()));
 1324           S, SVB.evalBinOp(State, S->getOpcode(), LHS, RHS, S->getType()));