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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  821   II_alloca = &Ctx.Idents.get("alloca");
  822   II_malloc = &Ctx.Idents.get("malloc");
  823   II_free = &Ctx.Idents.get("free");
  824   II_realloc = &Ctx.Idents.get("realloc");
  825   II_reallocf = &Ctx.Idents.get("reallocf");
  826   II_calloc = &Ctx.Idents.get("calloc");
  827   II_valloc = &Ctx.Idents.get("valloc");
  828   II_strdup = &Ctx.Idents.get("strdup");
  829   II_strndup = &Ctx.Idents.get("strndup");
  830   II_wcsdup = &Ctx.Idents.get("wcsdup");
  831   II_kmalloc = &Ctx.Idents.get("kmalloc");
  832   II_kfree = &Ctx.Idents.get("kfree");
  833   II_if_nameindex = &Ctx.Idents.get("if_nameindex");
  834   II_if_freenameindex = &Ctx.Idents.get("if_freenameindex");
  837   II_win_strdup = &Ctx.Idents.get("_strdup");
  838   II_win_wcsdup = &Ctx.Idents.get("_wcsdup");
  839   II_win_alloca = &Ctx.Idents.get("_alloca");
  842   II_g_malloc = &Ctx.Idents.get("g_malloc");
  843   II_g_malloc0 = &Ctx.Idents.get("g_malloc0");
  844   II_g_realloc = &Ctx.Idents.get("g_realloc");
  845   II_g_try_malloc = &Ctx.Idents.get("g_try_malloc");
  846   II_g_try_malloc0 = &Ctx.Idents.get("g_try_malloc0");
  847   II_g_try_realloc = &Ctx.Idents.get("g_try_realloc");
  848   II_g_free = &Ctx.Idents.get("g_free");
  849   II_g_memdup = &Ctx.Idents.get("g_memdup");
  850   II_g_malloc_n = &Ctx.Idents.get("g_malloc_n");
  851   II_g_malloc0_n = &Ctx.Idents.get("g_malloc0_n");
  852   II_g_realloc_n = &Ctx.Idents.get("g_realloc_n");
  853   II_g_try_malloc_n = &Ctx.Idents.get("g_try_malloc_n");
  854   II_g_try_malloc0_n = &Ctx.Idents.get("g_try_malloc0_n");
  855   II_g_try_realloc_n = &Ctx.Idents.get("g_try_realloc_n");