Home | History | Annotate | Download | only in Checkers

Lines Matching refs:Idents

319     II_malloc = &Ctx.Idents.get("malloc");
321 II_free = &Ctx.Idents.get("free");
323 II_realloc = &Ctx.Idents.get("realloc");
325 II_reallocf = &Ctx.Idents.get("reallocf");
327 II_calloc = &Ctx.Idents.get("calloc");
329 II_valloc = &Ctx.Idents.get("valloc");
331 II_strdup = &Ctx.Idents.get("strdup");
333 II_strndup = &Ctx.Idents.get("strndup");