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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/AllocationState.h
   31 const MemRegion *getContainerObjRegion(ProgramStateRef State, SymbolRef Sym);

References

tools/clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp
  292       allocation_state::getContainerObjRegion(N->getState(), PtrToBuf);
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 3235               allocation_state::getContainerObjRegion(statePrev, Sym);