Home
last modified time | relevance | path

Searched refs:II_free (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp174 II_free(nullptr), II_realloc(nullptr), II_calloc(nullptr), in MallocChecker()
236 mutable IdentifierInfo *II_alloca, *II_win_alloca, *II_malloc, *II_free, member in __anone8977cbd0111::MallocChecker
539 II_free = &Ctx.Idents.get("free"); in initIdentifierInfo()
590 if (FunI == II_free || FunI == II_realloc || FunI == II_reallocf) in isCMemFunction()
800 } else if (FunI == II_free) { in checkPostStmt()