Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp175 II_valloc(nullptr), II_reallocf(nullptr), II_strndup(nullptr), in MallocChecker()
238 *II_strndup, *II_strdup, *II_win_strdup, *II_kmalloc, member in __anond17b7d3c0111::MallocChecker
545 II_strndup = &Ctx.Idents.get("strndup"); in initIdentifierInfo()
597 FunI == II_win_strdup || FunI == II_strndup || FunI == II_wcsdup || in isCMemFunction()
805 } else if (FunI == II_strndup) { in checkPostStmt()