Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp172 : II_alloca(nullptr), II_malloc(nullptr), II_free(nullptr), in MallocChecker()
234 mutable IdentifierInfo *II_alloca, *II_malloc, *II_free, *II_realloc, member in __anone8977cbd0111::MallocChecker
534 II_alloca = &Ctx.Idents.get("alloca"); in initIdentifierInfo()
603 if (FunI == II_alloca) in isCMemFunction()
796 } else if (FunI == II_alloca) { in checkPostStmt()