Home
last modified time | relevance | path

Searched defs:SFC (Results 1 – 17 of 17) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp31 const StackFrameContext *SFC; member in __anond723086a0111::ZeroState
34 ZeroState(SymbolRef S, unsigned B, const StackFrameContext *SFC) in ZeroState()
61 const StackFrameContext *SFC; member in __anond723086a0111::DivisionBRVisitor
65 DivisionBRVisitor(SymbolRef ZeroSymbol, const StackFrameContext *SFC) in DivisionBRVisitor()
H A DReturnUndefChecker.cpp45 const StackFrameContext *SFC = C.getStackFrame(); in checkPreStmt() local
H A DReturnValueChecker.cpp125 const StackFrameContext *SFC = C.getStackFrame(); checkEndFunction() local
H A DMIGChecker.cpp152 const StackFrameContext *SFC; isInMIGCall() local
H A DNSErrorChecker.cpp200 const StackFrameContext * SFC = C.getStackFrame(); in parameterTypeFromSVal() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp962 if (const auto *SFC = dyn_cast<StackFrameContext>(LC)) { getStackOrCaptureRegionForDeclContext() local
988 const StackFrameContext *SFC = LC->getStackFrame(); getVarRegion() local
1096 const StackFrameContext *SFC = LC->getStackFrame(); getParamVarRegion() local
1210 const StackFrameContext *SFC = LC->getStackFrame(); getCXXTempObjectRegion() local
1218 const StackFrameContext *SFC = LC->getStackFrame(); getCXXLifetimeExtendedObjectRegion() local
[all...]
H A DExprEngineCXX.cpp206 const StackFrameContext *SFC = LCtx->getStackFrame(); in computeObjectUnderConstruction() local
432 const StackFrameContext *SFC = LCtx->getStackFrame(); in updateObjectsUnderConstruction() local
[all...]
H A DSValBuilder.cpp317 const StackFrameContext *SFC) { in getCXXThis()
324 const StackFrameContext *SFC) { in getCXXThis()
H A DCallEvent.cpp195 const StackFrameContext *SFC = getCalleeStackFrame(BlockCount); in getParameterLocation() local
951 const StackFrameContext *SFC = getLocationContext()->getStackFrame(); in getInheritingStackFrame() local
H A DExprEngineCallAndReturn.cpp464 if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LCtx)) { in examineStackFrames() local
H A DBugReporterVisitors.cpp2340 const StackFrameContext *SFC = LVNode->getStackFrame(); handle() local
2508 const StackFrameContext *SFC = LVNode->getStackFrame(); handle() local
H A DExprEngine.cpp306 const StackFrameContext *SFC = InitLoc->getStackFrame(); in getInitialState() local
1056 const StackFrameContext *SFC = LC ? LC->getStackFrame() : nullptr; in removeDead() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h383 inline bool isSynthesizedAccessor(const StackFrameContext *SFC) { in isSynthesizedAccessor()
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp182 auto SFC = Obj->getSubFrameworkCommand(LCI); readMachOHeader() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp465 if (const auto *SFC = dyn_cast<StackFrameContext>(LC)) in getStackFrame() local
H A DPathDiagnostic.cpp518 getLocationForCaller(const StackFrameContext * SFC,const LocationContext * CallerCtx,const SourceManager & SM) getLocationForCaller() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h389 const StackFrameContext *SFC; global() variable