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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1024 const RefState *RsBase = State->get<RegionState>(SymBase); local
1027 if (RsBase) {
1030 if ((RsBase->isReleased() || RsBase->isRelinquished()) &&
1032 ReportDoubleFree(C, ParentExpr->getSourceRange(), RsBase->isReleased(),
1038 } else if (RsBase->isAllocated() || RsBase->isEscaped()) {
1042 RsBase->getAllocationFamily() == getAllocationFamily(C, ParentExpr);
1045 ParentExpr, RsBase, SymBase, Hold);
1055 const Expr *AllocExpr = cast<Expr>(RsBase
[all...]

Completed in 174 milliseconds