HomeSort by relevance Sort by last modified time
    Searched full:ownkind (Results 1 - 1 of 1) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 623 OwnershipAttr::OwnershipKind OwnKind = I->getOwnKind();
624 if(OwnKind == OwnershipAttr::Takes || OwnKind == OwnershipAttr::Holds) {
627 } else if (OwnKind == OwnershipAttr::Returns) {
    [all...]

Completed in 87 milliseconds