Searched refs:SFC (Results 1 – 12 of 12) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| D | ReturnUndefChecker.cpp | 46 const StackFrameContext *SFC = C.getStackFrame(); in checkPreStmt() local 47 QualType RT = CallEvent::getDeclaredResultType(SFC->getDecl()); in checkPreStmt() 64 if (RT.isNull() && isa<BlockDecl>(SFC->getDecl()) && in checkPreStmt()
|
| D | NSErrorChecker.cpp | 188 SFC = C.getLocationContext()->getCurrentStackFrame(); in parameterTypeFromSVal() local 194 if (stackReg->getStackFrame() == SFC) in parameterTypeFromSVal()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| D | SValBuilder.cpp | 216 const StackFrameContext *SFC) { in getCXXThis() argument 218 getCXXThisRegion(D->getThisType(getContext()), SFC)); in getCXXThis() 223 const StackFrameContext *SFC) { in getCXXThis() argument 226 return loc::MemRegionVal(getRegionManager().getCXXThisRegion(PT, SFC)); in getCXXThis()
|
| D | MemRegion.cpp | 740 if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LC)) { in getStackOrCaptureRegionForDeclContext() local 741 if (cast<DeclContext>(SFC->getDecl()) == DC) in getStackOrCaptureRegionForDeclContext() 742 return SFC; in getStackOrCaptureRegionForDeclContext() 959 const StackFrameContext *SFC = LC->getCurrentStackFrame(); in getCXXTempObjectRegion() local 960 assert(SFC); in getCXXTempObjectRegion() 961 return getSubRegion<CXXTempObjectRegion>(E, getStackLocalsRegion(SFC)); in getCXXTempObjectRegion()
|
| D | ExprEngine.cpp | 155 const StackFrameContext *SFC = InitLoc->getCurrentStackFrame(); in getInitialState() local 156 if (SFC->getParent() == 0) { in getInitialState() 157 loc::MemRegionVal L = svalBuilder.getCXXThis(MD, SFC); in getInitialState() 353 const StackFrameContext *SFC = LC ? LC->getCurrentStackFrame() : 0; in removeDead() local 354 SymbolReaper SymReaper(SFC, ReferenceStmt, SymMgr, getStoreManager()); in removeDead() 361 CleanedState = StateMgr.removeDeadBindings(CleanedState, SFC, SymReaper); in removeDead()
|
| D | PathDiagnostic.cpp | 542 getLocationForCaller(const StackFrameContext *SFC, in getLocationForCaller() argument 545 const CFGBlock &Block = *SFC->getCallSiteBlock(); in getLocationForCaller() 546 CFGElement Source = Block[SFC->getIndex()]; in getLocationForCaller()
|
| D | ExprEngineCallAndReturn.cpp | 362 if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LCtx)) { in examineStackFrames() local 363 const Decl *DI = SFC->getDecl(); in examineStackFrames()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | SValBuilder.h | 318 const StackFrameContext *SFC); 322 const StackFrameContext *SFC);
|
| D | MemRegion.h | 365 const StackFrameContext *SFC; 369 : MemSpaceRegion(mgr, k), SFC(sfc) { in StackSpaceRegion() 374 const StackFrameContext *getStackFrame() const { return SFC; } in getStackFrame()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Analysis/ |
| D | AnalysisDeclContext.cpp | 390 if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LC)) in getCurrentStackFrame() local 391 return SFC; in getCurrentStackFrame()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Index/ |
| D | CommentToXML.cpp | 537 SimpleFormatContext &SFC, in CommentASTToXMLConverter() argument 540 FormatRewriterContext(SFC), in CommentASTToXMLConverter()
|
| /freebsd-9-stable/share/doc/IPv6/ |
| D | IMPLEMENTATION | 2259 SFC: http://neo.sfc.wide.ad.jp/~mip6/ (-13 draft)
|