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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
   55     II_malloc(&Ctx->Idents.get("malloc")),
   56     II_calloc(&Ctx->Idents.get("calloc")),
   57     II_realloc(&Ctx->Idents.get("realloc")) {}