Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMIGChecker.cpp133 VR->getStackFrame()->inTopFrame()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
256 if (!C.inTopFrame()) in checkReturnAux()
H A DCXXSelfAssignmentChecker.cpp39 if (!C.inTopFrame()) in checkBeginFunction()
H A DReturnValueChecker.cpp124 if (C.getStackFrame()->inTopFrame()) in checkEndFunction()
H A DUnreachableCodeChecker.cpp65 if (!LC->inTopFrame()) in checkEndAnalysis()
H A DNonNullParamChecker.cpp237 if (!Context.inTopFrame()) in checkBeginFunction()
H A DCheckObjCDealloc.cpp599 assert(!LCtx->inTopFrame() || State->get<UnreleasedIvarMap>().isEmpty()); in diagnoseMissingReleases()
H A DBasicObjCFoundationChecks.cpp1207 if (!C.inTopFrame() && M.getDecl() && in checkPostObjCMessage()
H A DNullabilityChecker.cpp624 !InSuppressedMethodFamily && C.getLocationContext()->inTopFrame()) { in checkPreStmt()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h100 bool inTopFrame() const { return getLocationContext()->inTopFrame(); } in inTopFrame() function
H A DMemRegion.h994 assert(!cast<StackSpaceRegion>(SReg)->getStackFrame()->inTopFrame()); in ParamVarRegion()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h259 virtual bool inTopFrame() const;
323 bool inTopFrame() const override { return getParent() == nullptr; } in inTopFrame() function
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp420 bool LocationContext::inTopFrame() const { in inTopFrame() function in LocationContext
421 return getStackFrame()->inTopFrame(); in inTopFrame()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp972 if (!C.inTopFrame()) in processReturn()
1332 if (!Ctx.inTopFrame()) in checkBeginFunction()
1382 assert(!LCtx->inTopFrame()); in checkEndFunction()
H A DRetainCountDiagnostics.cpp361 if (SC->inTopFrame()) in getCalleeNode()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2374 if (!Pred->getStackFrame()->inTopFrame()) in processEndOfFunction()
2426 if (Pred->getLocationContext()->inTopFrame()) { in processEndOfFunction()
2799 if (VR->hasStackParametersStorage() && VR->getStackFrame()->inTopFrame()) in processPointerEscapedOnBind()
H A DMemRegion.cpp1217 while (!LC->inTopFrame() && (!D || D->isStatic() || in getCXXThisRegion()
H A DBugReporterVisitors.cpp658 while (!SCtx->inTopFrame()) { in findModifyingFrames()