Lines Matching defs:Sym
403 SymbolRef Sym; member in __anone8977cbd0111::MallocChecker::MallocBugVisitor
890 SymbolRef Sym = retVal.getAsLocSymbol(); in ProcessZeroAllocation() local
953 if (SymbolRef Sym = C.getSVal(*I).getAsSymbol()) in checkPostStmt() local
978 if (SymbolRef Sym = C.getSVal(DE->getArgument()).getAsSymbol()) in checkPreStmt() local
1126 SymbolRef Sym = retVal.getAsLocSymbol(); in MallocUpdateRefState() local
1175 SymbolRef Sym, SymbolRef &RetStatusSymbol) { in didPreviousFreeFail()
1489 MallocChecker::getCheckIfTracked(CheckerContext &C, SymbolRef Sym, in getCheckIfTracked()
1658 SymbolRef Sym, in ReportMismatchedDealloc()
1793 bool Released, SymbolRef Sym, in ReportDoubleFree()
2001 MallocChecker::getAllocationSite(const ExplodedNode *N, SymbolRef Sym, in getAllocationSite()
2042 void MallocChecker::reportLeak(SymbolRef Sym, ExplodedNode *N, in reportLeak()
2167 SymbolRef Sym = DC->getCXXThisVal().getAsSymbol(); in checkPreCall() local
2192 SymbolRef Sym = CC->getCXXThisVal().getAsSymbol(); in checkPreCall() local
2201 SymbolRef Sym = ArgSVal.getAsSymbol(); in checkPreCall() local
2218 SymbolRef Sym = RetVal.getAsSymbol(); in checkPreStmt() local
2274 bool MallocChecker::isReleased(SymbolRef Sym, CheckerContext &C) const { in isReleased()
2280 bool MallocChecker::checkUseAfterFree(SymbolRef Sym, CheckerContext &C, in checkUseAfterFree()
2291 void MallocChecker::checkUseZeroAllocated(SymbolRef Sym, CheckerContext &C, in checkUseZeroAllocated()
2300 bool MallocChecker::checkDoubleDelete(SymbolRef Sym, CheckerContext &C) const { in checkDoubleDelete()
2312 SymbolRef Sym = l.getLocSymbolInBase(); in checkLocation() local