Home | History | Annotate | Download | only in Checkers

Lines Matching refs:Idents

488   II_malloc = &Ctx.Idents.get("malloc");
489 II_free = &Ctx.Idents.get("free");
490 II_realloc = &Ctx.Idents.get("realloc");
491 II_reallocf = &Ctx.Idents.get("reallocf");
492 II_calloc = &Ctx.Idents.get("calloc");
493 II_valloc = &Ctx.Idents.get("valloc");
494 II_strdup = &Ctx.Idents.get("strdup");
495 II_strndup = &Ctx.Idents.get("strndup");
496 II_kmalloc = &Ctx.Idents.get("kmalloc");