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

References

tools/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp
  102   if (!canReasonAbout(Value)) {
  104     SymbolRef Sym = Value.getAsSymExpr();
  109   switch (Value.getSubKind()) {
  116     if (SymbolRef Sym = Value.getAsSymbol())
  122     const llvm::APSInt &IntVal = Value.castAs<nonloc::ConcreteInt>().getValue();