Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h101 bool inTopFrame() const { return getLocationContext()->inTopFrame(); } in inTopFrame() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCXXSelfAssignmentChecker.cpp40 if (!C.inTopFrame()) in checkBeginFunction()
H A DUnreachableCodeChecker.cpp66 if (!LC->inTopFrame()) in checkEndAnalysis()
H A DCheckObjCDealloc.cpp601 assert(!LCtx->inTopFrame() || State->get<UnreleasedIvarMap>().isEmpty()); in diagnoseMissingReleases()
H A DBasicObjCFoundationChecks.cpp1208 if (!C.inTopFrame() && M.getDecl() && in checkPostObjCMessage()
H A DNullabilityChecker.cpp582 C.getLocationContext()->inTopFrame()) { in checkPreStmt()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h273 virtual bool inTopFrame() const;
319 bool inTopFrame() const override { return getParent() == nullptr; } in inTopFrame() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp450 bool LocationContext::inTopFrame() const { in inTopFrame() function in LocationContext
451 return getStackFrame()->inTopFrame(); in inTopFrame()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp980 if (!C.inTopFrame()) in processReturn()
1382 if (!Ctx.inTopFrame()) in checkBeginFunction()
1430 assert(!LCtx->inTopFrame()); in checkEndFunction()
H A DRetainCountDiagnostics.cpp279 if (SC->inTopFrame()) in getCalleeNode()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1108 while (!LC->inTopFrame() && (!D || D->isStatic() || in getCXXThisRegion()
H A DExprEngine.cpp2211 if (!Pred->getStackFrame()->inTopFrame()) in processEndOfFunction()
2264 if (Pred->getLocationContext()->inTopFrame()) { in processEndOfFunction()
H A DBugReporterVisitors.cpp514 while (!SCtx->inTopFrame()) { in findModifyingFrames()