Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp274 ProgramStateRef ProcessZeroAllocation(CheckerContext &C, const Expr *E,
769 State = ProcessZeroAllocation(C, CE, 0, State); in checkPostStmt()
789 State = ProcessZeroAllocation(C, CE, 0, State); in checkPostStmt()
792 State = ProcessZeroAllocation(C, CE, 1, State); in checkPostStmt()
795 State = ProcessZeroAllocation(C, CE, 1, State); in checkPostStmt()
798 State = ProcessZeroAllocation(C, CE, 0, State); in checkPostStmt()
799 State = ProcessZeroAllocation(C, CE, 1, State); in checkPostStmt()
810 State = ProcessZeroAllocation(C, CE, 0, State); in checkPostStmt()
820 State = ProcessZeroAllocation(C, CE, 0, State); in checkPostStmt()
825 State = ProcessZeroAllocation(C, CE, 0, State); in checkPostStmt()
[all …]