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

References

tools/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp
  210   AllocFunctions.insert(&C.Idents.get("alloca"));
  211   AllocFunctions.insert(&C.Idents.get("malloc"));
  212   AllocFunctions.insert(&C.Idents.get("realloc"));
  213   AllocFunctions.insert(&C.Idents.get("calloc"));
  214   AllocFunctions.insert(&C.Idents.get("valloc"));