Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp704 AllocationFamily Family, bool ReturnsNullOnFailure = false) const;
730 AllocationFamily Family, bool ReturnsNullOnFailure = false,
2054 bool ReturnsNullOnFailure) const { in FreeMemAux()
2062 IsKnownToBeAllocated, Family, ReturnsNullOnFailure); in FreeMemAux()
2201 AllocationFamily Family, bool ReturnsNullOnFailure, in FreeMemAux() argument
2346 if (ReturnsNullOnFailure) { in FreeMemAux()