Searched refs:isTrackedByCurrentChecker (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp305 bool isTrackedByCurrentChecker(AllocationFamily Family) const;
306 bool isTrackedByCurrentChecker(CheckerContext &C,
308 bool isTrackedByCurrentChecker(CheckerContext &C, SymbolRef Sym) const;
1091 bool MallocChecker::isTrackedByCurrentChecker(AllocationFamily Family) const { function in class:MallocChecker
1112 MallocChecker::isTrackedByCurrentChecker(CheckerContext &C, function in class:MallocChecker
1114 return isTrackedByCurrentChecker(getAllocationFamily(C, AllocDeallocStmt));
1117 bool MallocChecker::isTrackedByCurrentChecker(CheckerContext &C, function in class:MallocChecker
1122 return isTrackedByCurrentChecker(RS->getAllocationFamily());
1220 if (!isTrackedByCurrentChecker(C, DeallocExpr))
1308 if (!isTrackedByCurrentChecker(
[all...]

Completed in 64 milliseconds