/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | TestAfterDivZeroChecker.cpp | 30 const StackFrameContext *SFC; member in __anon2a84e2e30111::ZeroState 33 ZeroState(SymbolRef S, unsigned B, const StackFrameContext *SFC) in ZeroState() 60 const StackFrameContext *SFC; member in __anon2a84e2e30111::DivisionBRVisitor 64 DivisionBRVisitor(SymbolRef ZeroSymbol, const StackFrameContext *SFC) in DivisionBRVisitor()
|
H A D | ReturnUndefChecker.cpp | 45 const StackFrameContext *SFC = C.getStackFrame(); in checkPreStmt() local
|
H A D | ReturnValueChecker.cpp | 123 const StackFrameContext *SFC = C.getStackFrame(); in checkEndFunction() local
|
H A D | MIGChecker.cpp | 150 const StackFrameContext *SFC; in isInMIGCall() local
|
H A D | NSErrorChecker.cpp | 199 const StackFrameContext * SFC = C.getStackFrame(); in parameterTypeFromSVal() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.h | 384 inline bool isSynthesizedAccessor(const StackFrameContext *SFC) { in isSynthesizedAccessor()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | SValBuilder.cpp | 273 const StackFrameContext *SFC) { in getCXXThis() 280 const StackFrameContext *SFC) { in getCXXThis()
|
H A D | MemRegion.cpp | 897 if (const auto *SFC = dyn_cast<StackFrameContext>(LC)) { in getStackOrCaptureRegionForDeclContext() local 925 const StackFrameContext *SFC = LC->getStackFrame(); in getVarRegion() local 1039 const StackFrameContext *SFC = LC->getStackFrame(); in getParamVarRegion() local 1153 const StackFrameContext *SFC = LC->getStackFrame(); in getCXXTempObjectRegion() local
|
H A D | ExprEngineCXX.cpp | 190 const StackFrameContext *SFC = LCtx->getStackFrame(); in computeObjectUnderConstruction() local 389 const StackFrameContext *SFC = LCtx->getStackFrame(); in updateObjectsUnderConstruction() local
|
H A D | CallEvent.cpp | 213 const StackFrameContext *SFC = getCalleeStackFrame(BlockCount); in getParameterLocation() local 918 const StackFrameContext *SFC = getLocationContext()->getStackFrame(); in getInheritingStackFrame() local
|
H A D | ExprEngineCallAndReturn.cpp | 394 if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LCtx)) { in examineStackFrames() local
|
H A D | ExprEngine.cpp | 294 const StackFrameContext *SFC = InitLoc->getStackFrame(); in getInitialState() local 716 const StackFrameContext *SFC = LC ? LC->getStackFrame() : nullptr; in removeDead() local
|
H A D | BugReporterVisitors.cpp | 2065 const StackFrameContext *SFC = LVNode->getStackFrame(); in trackExpressionValue() local
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-m68k.c | 136 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
|
H A D | m68k-parse.h | 98 SFC, enumerator
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-m68k.c | 136 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
|
H A D | m68k-parse.h | 98 SFC, enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | AnalysisDeclContext.cpp | 413 if (const auto *SFC = dyn_cast<StackFrameContext>(LC)) in getStackFrame() local
|
H A D | PathDiagnostic.cpp | 523 getLocationForCaller(const StackFrameContext *SFC, in getLocationForCaller()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | MemRegion.h | 384 const StackFrameContext *SFC; variable
|