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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 1530   State = State->BindExpr(CE, C.getLocationContext(), RetVal);
 1533   State = State->bindDefaultInitial(RetVal, Init, LCtx);
 1537       dyn_cast_or_null<SymbolicRegion>(RetVal.getAsRegion());