Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp592 ProcessZeroAllocCheck(CheckerContext &C, const CallEvent &Call,
1293 State = ProcessZeroAllocCheck(C, Call, 0, State); in checkBasicAlloc()
1345 State = ProcessZeroAllocCheck(C, Call, 1, State); in checkRealloc()
1352 State = ProcessZeroAllocCheck(C, Call, 0, State); in checkCalloc()
1353 State = ProcessZeroAllocCheck(C, Call, 1, State); in checkCalloc()
1371 State = ProcessZeroAllocCheck(C, Call, 0, State); in checkAlloca()
1447 State = ProcessZeroAllocCheck(C, Call, 0, State); in checkCXXNewOrCXXDelete()
1452 State = ProcessZeroAllocCheck(C, Call, 0, State); in checkCXXNewOrCXXDelete()
1476 State = ProcessZeroAllocCheck(C, Call, 0, State); in checkGMalloc0()
1484 State = ProcessZeroAllocCheck(C, Call, 1, State); in checkGMemdup()
[all …]