Searched refs:AllocFunctions (Results 1 – 1 of 1) sorted by relevance
61 mutable llvm::SmallSet<IdentifierInfo *, 8> AllocFunctions; member in __anon7a06342b0211::PointerArithChecker209 if (!AllocFunctions.empty()) in initAllocIdentifiers()211 AllocFunctions.insert(&C.Idents.get("alloca")); in initAllocIdentifiers()212 AllocFunctions.insert(&C.Idents.get("malloc")); in initAllocIdentifiers()213 AllocFunctions.insert(&C.Idents.get("realloc")); in initAllocIdentifiers()214 AllocFunctions.insert(&C.Idents.get("calloc")); in initAllocIdentifiers()215 AllocFunctions.insert(&C.Idents.get("valloc")); in initAllocIdentifiers()226 if (AllocFunctions.count(FunI) == 0) in checkPostStmt()