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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
   95 static AllocationFamily
  113 static void printExpectedDeallocName(raw_ostream &os, AllocationFamily Family);
  141   AllocationFamily Family;
  143   RefState(Kind k, const Stmt *s, AllocationFamily family)
  154   AllocationFamily getAllocationFamily() const { return Family; }
  161   static RefState getAllocated(AllocationFamily family, const Stmt *s) {
  168   static RefState getReleased(AllocationFamily family, const Stmt *s) {
  171   static RefState getRelinquished(AllocationFamily family, const Stmt *s) {
  210                                             AllocationFamily Family = AF_Malloc,
  312                       AllocationFamily Family,
  452                                       AllocationFamily Family = AF_Malloc);
  466                                       AllocationFamily Family = AF_Malloc);
  623   Optional<CheckKind> getCheckIfTracked(AllocationFamily Family,
  876                                        AllocationFamily Family,
 1503                                             AllocationFamily Family) {
 1514                                            AllocationFamily Family) {
 1556                                             AllocationFamily Family,
 1629 static AllocationFamily
 1722   AllocationFamily Family = getAllocationFamily(MemFunctionInfo, C, E);
 1735 static void printExpectedDeallocName(raw_ostream &os, AllocationFamily Family) {
 1891   AllocationFamily Family =
 1905 MallocChecker::getCheckIfTracked(AllocationFamily Family,
 2249     AllocationFamily AF =
 2563   AllocationFamily Family = RS->getAllocationFamily();
 3222       const auto Family = RSCurr->getAllocationFamily();
 3365       AllocationFamily Family = RefS->getAllocationFamily();
 3386   AllocationFamily Family = AF_InnerBuffer;