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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp264 bool &ReleasedAllocated,
270 bool &ReleasedAllocated,
678 bool ReleasedAllocated; local
680 /*Hold*/false, ReleasedAllocated);
812 bool ReleasedAllocated = false; local
818 ReleasedAllocated);
830 bool &ReleasedAllocated,
836 ReleasedAllocated, ReturnsNullOnFailure);
960 bool &ReleasedAllocated,
1063 ReleasedAllocated
825 FreeMemAux(CheckerContext &C, const CallExpr *CE, ProgramStateRef state, unsigned Num, bool Hold, bool &ReleasedAllocated, bool ReturnsNullOnFailure) const argument
955 FreeMemAux(CheckerContext &C, const Expr *ArgExpr, const Expr *ParentExpr, ProgramStateRef State, bool Hold, bool &ReleasedAllocated, bool ReturnsNullOnFailure) const argument
[all...]

Completed in 50 milliseconds