Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp308 bool &ReleasedAllocated,
314 bool &ReleasedAllocated,
1000 bool ReleasedAllocated; in checkPreStmt() local
1002 /*Hold*/false, ReleasedAllocated); in checkPreStmt()
1155 bool ReleasedAllocated = false; in FreeMemAttr() local
1160 ReleasedAllocated); in FreeMemAttr()
1172 bool &ReleasedAllocated, in FreeMemAux() argument
1181 ReleasedAllocated, ReturnsNullOnFailure); in FreeMemAux()
1315 bool &ReleasedAllocated, in FreeMemAux() argument
1432 ReleasedAllocated = (RsBase != nullptr) && (RsBase->isAllocated() || in FreeMemAux()
[all …]