HomeSort by relevance Sort by last modified time
    Searched full:allocfunctions (Results 1 - 1 of 1) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
PointerArithChecker.cpp 62 mutable llvm::SmallSet<IdentifierInfo *, 8> AllocFunctions;
211 if (!AllocFunctions.empty())
213 AllocFunctions.insert(&C.Idents.get("alloca"));
214 AllocFunctions.insert(&C.Idents.get("malloc"));
215 AllocFunctions.insert(&C.Idents.get("realloc"));
216 AllocFunctions.insert(&C.Idents.get("calloc"));
217 AllocFunctions.insert(&C.Idents.get("valloc"));
228 if (AllocFunctions.count(FunI) == 0)

Completed in 54 milliseconds