Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp305 bool &ReleasedAllocated,
311 bool &ReleasedAllocated,
985 bool ReleasedAllocated; in checkPreStmt() local
987 /*Hold*/false, ReleasedAllocated); in checkPreStmt()
1143 bool ReleasedAllocated = false; in FreeMemAttr() local
1148 ReleasedAllocated); in FreeMemAttr()
1160 bool &ReleasedAllocated, in FreeMemAux() argument
1169 ReleasedAllocated, ReturnsNullOnFailure); in FreeMemAux()
1303 bool &ReleasedAllocated, in FreeMemAux() argument
1420 ReleasedAllocated = (RsBase != nullptr) && (RsBase->isAllocated() || in FreeMemAux()
[all …]