Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMIGChecker.cpp138 VR->getStackFrame()->inTopFrame()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
258 if (!C.inTopFrame()) in checkReturnAux()
H A DCXXSelfAssignmentChecker.cpp39 if (!C.inTopFrame()) in checkBeginFunction()
H A DUnreachableCodeChecker.cpp65 if (!LC->inTopFrame()) in checkEndAnalysis()
H A DErrnoModeling.cpp97 if (!C.inTopFrame()) in checkBeginFunction()
H A DNullabilityChecker.cpp567 if (!C.inTopFrame()) in checkBeginFunction()
708 !InSuppressedMethodFamily && C.getLocationContext()->inTopFrame()) { in checkPreStmt()
H A DCheckObjCDealloc.cpp607 assert(!LCtx->inTopFrame() || State->get<UnreleasedIvarMap>().isEmpty()); in diagnoseMissingReleases()
H A DBasicObjCFoundationChecks.cpp1207 if (!C.inTopFrame() && M.getDecl() && in checkPostObjCMessage()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h103 bool inTopFrame() const { return getLocationContext()->inTopFrame(); } in inTopFrame() function
H A DExprEngine.h190 assert(L->inTopFrame());
H A DMemRegion.h1042 assert(!cast<StackSpaceRegion>(SReg)->getStackFrame()->inTopFrame()); in ParamVarRegion()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h265 virtual bool inTopFrame() const;
329 bool inTopFrame() const override { return getParent() == nullptr; } in inTopFrame() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp472 bool LocationContext::inTopFrame() const { in inTopFrame() function in LocationContext
473 return getStackFrame()->inTopFrame(); in inTopFrame()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp316 if (!C.inTopFrame()) in checkBeginFunction()
/freebsd/contrib/llvm-project/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.cpp355 if (SC->inTopFrame()) in getCalleeNode()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2914 if (!Pred->getStackFrame()->inTopFrame()) in processEndOfFunction()
2966 if (Pred->getLocationContext()->inTopFrame()) { in processEndOfFunction()
3503 if (VR->hasStackParametersStorage() && VR->getStackFrame()->inTopFrame()) in processPointerEscapedOnBind()
H A DCallEvent.cpp522 if (!CallLocationContext || CallLocationContext->inTopFrame()) in getCaller()
H A DMemRegion.cpp1310 while (!LC->inTopFrame() && (!D || D->isStatic() || in getCXXThisRegion()
H A DBugReporterVisitors.cpp394 while (!SCtx->inTopFrame()) { in markFrameAsModifying()