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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 1519   if (!Loc::isLocType(CE->getType()))
 1528   DefinedSVal RetVal = svalBuilder.getConjuredHeapSymbolVal(CE, LCtx, Count)
 1530   State = State->BindExpr(CE, C.getLocationContext(), RetVal);
 1551   return MallocUpdateRefState(C, CE, State, Family);