Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp174 II_reallocf(nullptr), II_strndup(nullptr), II_strdup(nullptr), in MallocChecker()
235 *II_calloc, *II_valloc, *II_reallocf, *II_strndup, member in __anone8977cbd0111::MallocChecker
542 II_strndup = &Ctx.Idents.get("strndup"); in initIdentifierInfo()
588 FunI == II_strndup || FunI == II_kmalloc) in isCMemFunction()
794 } else if (FunI == II_strndup) { in checkPostStmt()