Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp564 const IdentifierInfo *FuncII = FD->getIdentifier(); in checkPreStmt() local
565 if (!(FuncII == Retain || FuncII == Release || FuncII == MakeCollectable || in checkPreStmt()
566 FuncII == Autorelease)) in checkPreStmt()
597 if (FuncII == Retain) in checkPreStmt()
599 else if (FuncII == Release) in checkPreStmt()
601 else if (FuncII == MakeCollectable) in checkPreStmt()
603 else if (FuncII == Autorelease) in checkPreStmt()