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.cpp601 AllocationFamily Family, bool ReturnsNullOnFailure = false) const;
627 AllocationFamily Family, bool ReturnsNullOnFailure = false,
1854 bool ReturnsNullOnFailure) const { in FreeMemAux()
1862 IsKnownToBeAllocated, Family, ReturnsNullOnFailure); in FreeMemAux()
1948 AllocationFamily Family, bool ReturnsNullOnFailure, in FreeMemAux() argument
2094 if (ReturnsNullOnFailure) { in FreeMemAux()