Searched refs:ReleasedAllocated (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp277 bool &ReleasedAllocated,
283 bool &ReleasedAllocated,
789 bool ReleasedAllocated; local
791 /*Hold*/false, ReleasedAllocated);
923 bool ReleasedAllocated = false; local
928 ReleasedAllocated);
940 bool &ReleasedAllocated,
946 ReleasedAllocated, ReturnsNullOnFailure);
1070 bool &ReleasedAllocated,
1173 ReleasedAllocated
935 FreeMemAux(CheckerContext &C, const CallExpr *CE, ProgramStateRef state, unsigned Num, bool Hold, bool &ReleasedAllocated, bool ReturnsNullOnFailure) const argument
1065 FreeMemAux(CheckerContext &C, const Expr *ArgExpr, const Expr *ParentExpr, ProgramStateRef State, bool Hold, bool &ReleasedAllocated, bool ReturnsNullOnFailure) const argument
[all...]

Completed in 189 milliseconds