Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp668 bool suppressDeallocationsInSuspiciousContexts(const CallEvent &Call,
1214 if (suppressDeallocationsInSuspiciousContexts(Call, C)) in checkFree()
3052 bool MallocChecker::suppressDeallocationsInSuspiciousContexts( in suppressDeallocationsInSuspiciousContexts() function in MallocChecker