Home
last modified time | relevance | path

Searched refs:SFC (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp30 const StackFrameContext *SFC; member in __anon2a84e2e30111::ZeroState
33 ZeroState(SymbolRef S, unsigned B, const StackFrameContext *SFC) in ZeroState() argument
34 : ZeroSymbol(S), BlockID(B), SFC(SFC) {} in ZeroState()
36 const StackFrameContext *getStackFrameContext() const { return SFC; } in getStackFrameContext()
39 return BlockID == X.BlockID && SFC == X.SFC && ZeroSymbol == X.ZeroSymbol; in operator ==()
45 if (SFC != X.SFC) in operator <()
46 return SFC < X.SFC; in operator <()
52 ID.AddPointer(SFC); in Profile()
60 const StackFrameContext *SFC; member in __anon2a84e2e30111::DivisionBRVisitor
64 DivisionBRVisitor(SymbolRef ZeroSymbol, const StackFrameContext *SFC) in DivisionBRVisitor() argument
[all …]
H A DMIGChecker.cpp150 const StackFrameContext *SFC; in isInMIGCall() local
153 SFC = LC->getStackFrame(); in isInMIGCall()
154 LC = SFC->getParent(); in isInMIGCall()
157 const Decl *D = SFC->getDecl(); in isInMIGCall()
H A DReturnUndefChecker.cpp45 const StackFrameContext *SFC = C.getStackFrame(); in checkPreStmt() local
46 QualType RT = CallEvent::getDeclaredResultType(SFC->getDecl()); in checkPreStmt()
63 if (RT.isNull() && isa<BlockDecl>(SFC->getDecl()) && in checkPreStmt()
H A DReturnValueChecker.cpp123 const StackFrameContext *SFC = C.getStackFrame(); in checkEndFunction() local
129 CallEventRef<> Call = CMgr.getCaller(SFC, State); in checkEndFunction()
H A DNSErrorChecker.cpp199 const StackFrameContext * SFC = C.getStackFrame(); in parameterTypeFromSVal() local
205 if (stackReg->getStackFrame() == SFC) in parameterTypeFromSVal()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp190 const StackFrameContext *SFC = LCtx->getStackFrame(); in computeObjectUnderConstruction() local
191 if (const LocationContext *CallerLCtx = SFC->getParent()) { in computeObjectUnderConstruction()
192 auto RTC = (*SFC->getCallSiteBlock())[SFC->getIndex()] in computeObjectUnderConstruction()
207 cast<Expr>(SFC->getCallSite()), State, CallerLCtx, in computeObjectUnderConstruction()
227 return SVB.conjureSymbolVal(&TopLevelSymRegionTag, RetE, SFC, RegionTy, in computeObjectUnderConstruction()
389 const StackFrameContext *SFC = LCtx->getStackFrame(); in updateObjectsUnderConstruction() local
390 const LocationContext *CallerLCtx = SFC->getParent(); in updateObjectsUnderConstruction()
396 auto RTC = (*SFC->getCallSiteBlock())[SFC->getIndex()] in updateObjectsUnderConstruction()
407 cast<Expr>(SFC->getCallSite()), State, CallerLCtx, in updateObjectsUnderConstruction()
H A DMemRegion.cpp897 if (const auto *SFC = dyn_cast<StackFrameContext>(LC)) { in getStackOrCaptureRegionForDeclContext() local
898 if (cast<DeclContext>(SFC->getDecl()) == DC) in getStackOrCaptureRegionForDeclContext()
899 return SFC; in getStackOrCaptureRegionForDeclContext()
925 const StackFrameContext *SFC = LC->getStackFrame(); in getVarRegion() local
926 const Stmt *CallSite = SFC->getCallSite(); in getVarRegion()
928 const Decl *D = SFC->getDecl(); in getVarRegion()
932 getStackArgumentsRegion(SFC)); in getVarRegion()
936 getStackArgumentsRegion(SFC)); in getVarRegion()
939 getStackArgumentsRegion(SFC)); in getVarRegion()
1039 const StackFrameContext *SFC = LC->getStackFrame(); in getParamVarRegion() local
[all …]
H A DCallEvent.cpp213 const StackFrameContext *SFC = getCalleeStackFrame(BlockCount); in getParameterLocation() local
215 if (!SFC) in getParameterLocation()
220 getOriginExpr(), Index, SFC); in getParameterLocation()
918 const StackFrameContext *SFC = getLocationContext()->getStackFrame(); in getInheritingStackFrame() local
919 while (isa<CXXInheritedCtorInitExpr>(SFC->getCallSite())) in getInheritingStackFrame()
920 SFC = SFC->getParent()->getStackFrame(); in getInheritingStackFrame()
921 return SFC; in getInheritingStackFrame()
H A DSValBuilder.cpp273 const StackFrameContext *SFC) { in getCXXThis() argument
275 getRegionManager().getCXXThisRegion(D->getThisType(), SFC)); in getCXXThis()
280 const StackFrameContext *SFC) { in getCXXThis() argument
283 return loc::MemRegionVal(getRegionManager().getCXXThisRegion(PT, SFC)); in getCXXThis()
H A DExprEngineCallAndReturn.cpp394 if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LCtx)) { in examineStackFrames() local
395 const Decl *DI = SFC->getDecl(); in examineStackFrames()
H A DExprEngine.cpp294 const StackFrameContext *SFC = InitLoc->getStackFrame(); in getInitialState() local
295 if (SFC->getParent() == nullptr) { in getInitialState()
296 loc::MemRegionVal L = svalBuilder.getCXXThis(MD, SFC); in getInitialState()
716 const StackFrameContext *SFC = LC ? LC->getStackFrame() : nullptr; in removeDead() local
717 SymbolReaper SymReaper(SFC, ReferenceStmt, SymMgr, getStoreManager()); in removeDead()
732 CleanedState, SFC, SymReaper); in removeDead()
H A DBugReporterVisitors.cpp2065 const StackFrameContext *SFC = LVNode->getStackFrame(); in trackExpressionValue() local
2102 *KV, RR, EnableNullFPSuppression, TKind, SFC)); in trackExpressionValue()
2145 *KV, R, EnableNullFPSuppression, TKind, SFC)); in trackExpressionValue()
2185 *KV, L->getRegion(), EnableNullFPSuppression, TKind, SFC)); in trackExpressionValue()
/netbsd-src/sys/arch/m68k/060sp/dist/
H A Disp.s3204 # (3) Save current SFC/DFC (ASSUMED TO BE EQUAL!!!); Then set #
3904 # load the SFC and DFC with the appropriate mode.
3905 movc %sfc,%d6 # save old SFC/DFC
3934 # D6 = old SFC/DFC
4019 # restore previous SFC/DFC value.
4020 movc %d6,%sfc # restore old SFC
4031 # restore previous SFC/DFC value.
4032 movc %d6,%sfc # restore old SFC
4062 # load the SFC and DFC with the appropriate mode.
4063 movc %sfc,%d6 # save old SFC/DFC
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h384 inline bool isSynthesizedAccessor(const StackFrameContext *SFC) { in isSynthesizedAccessor() argument
385 auto Method = dyn_cast_or_null<ObjCMethodDecl>(SFC->getDecl()); in isSynthesizedAccessor()
389 return SFC->getAnalysisDeclContext()->isBodyAutosynthesized(); in isSynthesizedAccessor()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h394 const StackFrameContext *SFC);
398 const StackFrameContext *SFC);
H A DMemRegion.h384 const StackFrameContext *SFC; variable
388 : MemSpaceRegion(mgr, k), SFC(sfc) { in StackSpaceRegion()
394 const StackFrameContext *getStackFrame() const { return SFC; } in getStackFrame()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dm68k-parse.h98 SFC, enumerator
H A Dtc-m68k.c136 SFC, DFC, USP, VBR, enumerator
140 SFC, DFC, USP, VBR, CACR, CAAR, MSP, ISP, enumerator
144 SFC, DFC, CACR, TC, ITT0, ITT1, DTT0, DTT1, enumerator
149 SFC, DFC, CACR, TC, ITT0, ITT1, DTT0, DTT1, BUSCR, enumerator
316 SFC, DFC, USP, VBR, CAC, MBO, enumerator
2126 || (opP->reg != SFC && opP->reg != DFC)) in m68k_ip()
3221 case SFC: in m68k_ip()
3494 case SFC: in m68k_ip()
4027 { "sfc", SFC }, /* Source Function Code. */
4028 { "sfcr", SFC },
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dm68k-parse.h98 SFC, enumerator
H A Dtc-m68k.c136 SFC, DFC, USP, VBR, enumerator
140 SFC, DFC, USP, VBR, CACR, CAAR, MSP, ISP, enumerator
144 SFC, DFC, CACR, TC, ITT0, ITT1, DTT0, DTT1, enumerator
149 SFC, DFC, CACR, TC, ITT0, ITT1, DTT0, DTT1, BUSCR, enumerator
316 SFC, DFC, USP, VBR, CAC, MBO, enumerator
2128 || (opP->reg != SFC && opP->reg != DFC)) in m68k_ip()
3223 case SFC: in m68k_ip()
3496 case SFC: in m68k_ip()
4029 { "sfc", SFC }, /* Source Function Code. */
4030 { "sfcr", SFC },
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp413 if (const auto *SFC = dyn_cast<StackFrameContext>(LC)) in getStackFrame() local
414 return SFC; in getStackFrame()
H A DPathDiagnostic.cpp523 getLocationForCaller(const StackFrameContext *SFC, in getLocationForCaller() argument
526 const CFGBlock &Block = *SFC->getCallSiteBlock(); in getLocationForCaller()
527 CFGElement Source = Block[SFC->getIndex()]; in getLocationForCaller()
/netbsd-src/sys/arch/m68k/fpsp/
H A Dskeleton.sa454 * and copyin overwrites SFC.
475 movec d1,SFC ; set sfc for user space
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dconsole1216 0 string BANDAI\ SFC-ADX
1217 >0x10 string !SFC-ADX\ BACKUP Sufami Turbo ROM image:
/netbsd-src/share/misc/
H A Dacronyms.comp1557 SFC sequential function chart

12