Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp182 II_wcsdup(nullptr), II_win_wcsdup(nullptr), II_g_malloc(nullptr), in MallocChecker()
254 *II_win_wcsdup, *II_g_malloc, *II_g_malloc0, member in __anon98725bea0111::MallocChecker
611 II_g_malloc = &Ctx.Idents.get("g_malloc"); in initIdentifierInfo()
670 FunI == II_g_malloc || FunI == II_g_malloc0 || in isCMemFunction()
838 if (FunI == II_malloc || FunI == II_g_malloc || FunI == II_g_try_malloc) { in checkPostStmt()