Searched refs:ProcessZeroAllocCheck (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 500 ProcessZeroAllocCheck(const CallEvent &Call, const unsigned IndexOfSizeArg, 1147 State = ProcessZeroAllocCheck(Call, 0, State); in checkBasicAlloc() 1198 State = ProcessZeroAllocCheck(Call, 1, State); in checkRealloc() 1206 State = ProcessZeroAllocCheck(Call, 0, State); in checkCalloc() 1207 State = ProcessZeroAllocCheck(Call, 1, State); in checkCalloc() 1226 State = ProcessZeroAllocCheck(Call, 0, State); in checkAlloca() 1280 State = ProcessZeroAllocCheck(Call, 0, State); in checkCXXNewOrCXXDelete() 1285 State = ProcessZeroAllocCheck(Call, 0, State); in checkCXXNewOrCXXDelete() 1308 State = ProcessZeroAllocCheck(Call, 0, State); in checkGMalloc0() 1317 State = ProcessZeroAllocCheck(Call, 1, State); in checkGMemdup() [all …]
|