HomeSort by relevance Sort by last modified time
    Searched full:ii_malloc (Results 1 - 1 of 1) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 74 mutable IdentifierInfo *II_malloc, *II_free, *II_realloc, *II_calloc;
77 MallocChecker() : II_malloc(0), II_free(0), II_realloc(0), II_calloc(0) {}
140 if (!II_malloc)
141 II_malloc = &Ctx.Idents.get("malloc");
149 if (FD->getIdentifier() == II_malloc) {

Completed in 24 milliseconds