Lines Matching +defs:S +defs:log
475 Selector S; member in __anon5ac500470311::ObjCSummaryKey
524 const RetainSummary * find(const ObjCInterfaceDecl *D, Selector S) { in find()
556 const RetainSummary *find(IdentifierInfo* II, Selector S) { in find()
571 const RetainSummary *& operator[](Selector S) { in operator []()
683 void addNSObjectClsMethSummary(Selector S, const RetainSummary *Summ) { in addNSObjectClsMethSummary()
687 void addNSObjectMethSummary(Selector S, const RetainSummary *Summ) { in addNSObjectMethSummary()
694 Selector S = isNullary ? GetNullarySelector(name, Ctx) in addClassMethSummary() local
702 Selector S = GetNullarySelector(nullaryName, Ctx); in addInstMethSummary() local
708 Selector S = getKeywordSelector(Ctx, argp); in addMethodSummary() local
777 Selector S = MD->getSelector(); in getMethodSummary() local
930 void RetainSummaryManager::updateSummaryForCall(const RetainSummary *&S, in updateSummaryForCall()
1037 const RetainSummary *S = nullptr; in getFunctionSummary() local
1403 Selector S, QualType RetTy) { in getStandardMethodSummary()
1522 Selector S = Msg.getSelector(); in getInstanceMethodSummary() local
1532 RetainSummaryManager::getMethodSummary(Selector S, const ObjCInterfaceDecl *ID, in getMethodSummary()
1755 CFRefReportVisitor(SymbolRef sym, bool gcEnabled, const SummaryLogTy &log) in CFRefReportVisitor()
1777 const SummaryLogTy &log) in CFRefLeakReportVisitor()
1918 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt(); in VisitNode() local
2016 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt(); in VisitNode() local
2067 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt(); in VisitNode() local
2179 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt(); in VisitNode() local
3425 void RetainCountChecker::checkPreStmt(const ReturnStmt *S, in checkPreStmt()
3523 void RetainCountChecker::checkReturnWithRetEffect(const ReturnStmt *S, in checkReturnWithRetEffect()
3607 void RetainCountChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind()