Searched refs:ProcessZeroAllocCheck (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocChecker.cpp | 456 static ProgramStateRef ProcessZeroAllocCheck(const CallEvent &Call, 1020 State = ProcessZeroAllocCheck(Call, 0, State); in checkBasicAlloc() 1077 State = ProcessZeroAllocCheck(Call, 1, State); in checkRealloc() 1085 State = ProcessZeroAllocCheck(Call, 0, State); in checkCalloc() 1086 State = ProcessZeroAllocCheck(Call, 1, State); in checkCalloc() 1105 State = ProcessZeroAllocCheck(Call, 0, State); in checkAlloca() 1159 State = ProcessZeroAllocCheck(Call, 0, State); in checkCXXNewOrCXXDelete() 1164 State = ProcessZeroAllocCheck(Call, 0, State); in checkCXXNewOrCXXDelete() 1187 State = ProcessZeroAllocCheck(Call, 0, State); in checkGMalloc0() 1196 State = ProcessZeroAllocCheck(Call, 1, State); in checkGMemdup() [all …]
|