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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
  258   getPersistentSValWithData(const SVal& V, uintptr_t Data);

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
  319     return nonloc::LocAsInteger(BasicVals.getPersistentSValWithData(loc, bits));
tools/clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
  350   return &getPersistentSValWithData(X, 0).first;