Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp526 const IdentifierInfo *FuncII = FD->getIdentifier(); in checkPreStmt() local
527 if (!(FuncII == Retain || FuncII == Release || FuncII == MakeCollectable)) in checkPreStmt()
558 if (FuncII == Retain) in checkPreStmt()
560 else if (FuncII == Release) in checkPreStmt()
562 else if (FuncII == MakeCollectable) in checkPreStmt()