Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp623 OwnershipAttr::OwnershipKind OwnKind = I->getOwnKind(); in isCMemFunction() local
624 if(OwnKind == OwnershipAttr::Takes || OwnKind == OwnershipAttr::Holds) { in isCMemFunction()
627 } else if (OwnKind == OwnershipAttr::Returns) { in isCMemFunction()