Home
last modified time | relevance | path

Searched refs:SFC (Results 101 – 125 of 1043) sorted by relevance

12345678910>>...42

/dports/lang/clang-mesa/clang-13.0.1.src/lib/StaticAnalyzer/Checkers/
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()
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/LoadingPlaceholder/
H A DLoadingPlaceholder.tsx1 import React, { HTMLAttributes, SFC } from 'react';
17 export const LoadingPlaceholder: SFC<LoadingPlaceholderProps> = ({ text, className, ...rest }) => {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/unittests/StaticAnalyzer/
H A DSymbolReaperTest.cpp26 const StackFrameContext *SFC = in performTest() local
30 const VarRegion *VR = Eng.getRegionManager().getVarRegion(VD, SFC); in performTest()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/unittests/StaticAnalyzer/
H A DSymbolReaperTest.cpp26 const StackFrameContext *SFC = in performTest() local
30 const VarRegion *VR = Eng.getRegionManager().getVarRegion(VD, SFC); in performTest()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/StaticAnalyzer/
H A DSymbolReaperTest.cpp26 const StackFrameContext *SFC = in performTest() local
30 const VarRegion *VR = Eng.getRegionManager().getVarRegion(VD, SFC); in performTest()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/unittests/StaticAnalyzer/
H A DSymbolReaperTest.cpp26 const StackFrameContext *SFC = in performTest() local
30 const VarRegion *VR = Eng.getRegionManager().getVarRegion(VD, SFC); in performTest()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/unittests/StaticAnalyzer/
H A DSymbolReaperTest.cpp26 const StackFrameContext *SFC = in performTest() local
30 const VarRegion *VR = Eng.getRegionManager().getVarRegion(VD, SFC); in performTest()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/unittests/StaticAnalyzer/
H A DSymbolReaperTest.cpp26 const StackFrameContext *SFC = in performTest() local
30 const VarRegion *VR = Eng.getRegionManager().getVarRegion(VD, SFC); in performTest()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/unittests/StaticAnalyzer/
H A DSymbolReaperTest.cpp26 const StackFrameContext *SFC = in performTest() local
30 const VarRegion *VR = Eng.getRegionManager().getVarRegion(VD, SFC); in performTest()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/unittests/StaticAnalyzer/
H A DSymbolReaperTest.cpp26 const StackFrameContext *SFC = in performTest() local
30 const VarRegion *VR = Eng.getRegionManager().getVarRegion(VD, SFC); in performTest()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/unittests/StaticAnalyzer/
H A DSymbolReaperTest.cpp26 const StackFrameContext *SFC = in performTest() local
30 const VarRegion *VR = Eng.getRegionManager().getVarRegion(VD, SFC); in performTest()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/unittests/StaticAnalyzer/
H A DSymbolReaperTest.cpp26 const StackFrameContext *SFC = in performTest() local
30 const VarRegion *VR = Eng.getRegionManager().getVarRegion(VD, SFC); in performTest()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/unittests/StaticAnalyzer/
H A DSymbolReaperTest.cpp26 const StackFrameContext *SFC = in performTest() local
30 const VarRegion *VR = Eng.getRegionManager().getVarRegion(VD, SFC); in performTest()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/unittests/StaticAnalyzer/
H A DSymbolReaperTest.cpp26 const StackFrameContext *SFC = in performTest() local
30 const VarRegion *VR = Eng.getRegionManager().getVarRegion(VD, SFC); in performTest()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/unittests/StaticAnalyzer/
H A DSymbolReaperTest.cpp26 const StackFrameContext *SFC =
30 const VarRegion *VR = Eng.getRegionManager().getVarRegion(VD, SFC);
/dports/lang/clang-mesa/clang-13.0.1.src/unittests/StaticAnalyzer/
H A DSymbolReaperTest.cpp26 const StackFrameContext *SFC = in performTest() local
30 const VarRegion *VR = Eng.getRegionManager().getVarRegion(VD, SFC); in performTest()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/@emotion/core/types/
H A Dindex.d.ts12 SFC,
33 ): SFC<Props & ClassAttributes<RefType>>
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dexport_graph_builder.h130 class SFC {
133 SFC (ExportGraphBuilder &, FileSpec const & new_config, samplecnt_t max_samples);
203 boost::ptr_list<SFC> children;
226 boost::ptr_list<SFC> children;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/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()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp180 const StackFrameContext *SFC = LCtx->getStackFrame(); in computeObjectUnderConstruction() local
181 if (const LocationContext *CallerLCtx = SFC->getParent()) { in computeObjectUnderConstruction()
182 auto RTC = (*SFC->getCallSiteBlock())[SFC->getIndex()] in computeObjectUnderConstruction()
197 cast<Expr>(SFC->getCallSite()), State, CallerLCtx, in computeObjectUnderConstruction()
217 return SVB.conjureSymbolVal(&TopLevelSymRegionTag, RetE, SFC, RegionTy, in computeObjectUnderConstruction()
375 const StackFrameContext *SFC = LCtx->getStackFrame(); in updateObjectsUnderConstruction() local
376 const LocationContext *CallerLCtx = SFC->getParent(); in updateObjectsUnderConstruction()
382 auto RTC = (*SFC->getCallSiteBlock())[SFC->getIndex()] in updateObjectsUnderConstruction()
393 cast<Expr>(SFC->getCallSite()), State, CallerLCtx, in updateObjectsUnderConstruction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp180 const StackFrameContext *SFC = LCtx->getStackFrame(); in computeObjectUnderConstruction() local
181 if (const LocationContext *CallerLCtx = SFC->getParent()) { in computeObjectUnderConstruction()
182 auto RTC = (*SFC->getCallSiteBlock())[SFC->getIndex()] in computeObjectUnderConstruction()
197 cast<Expr>(SFC->getCallSite()), State, CallerLCtx, in computeObjectUnderConstruction()
217 return SVB.conjureSymbolVal(&TopLevelSymRegionTag, RetE, SFC, RegionTy, in computeObjectUnderConstruction()
375 const StackFrameContext *SFC = LCtx->getStackFrame(); in updateObjectsUnderConstruction() local
376 const LocationContext *CallerLCtx = SFC->getParent(); in updateObjectsUnderConstruction()
382 auto RTC = (*SFC->getCallSiteBlock())[SFC->getIndex()] in updateObjectsUnderConstruction()
393 cast<Expr>(SFC->getCallSite()), State, CallerLCtx, in updateObjectsUnderConstruction()
/dports/devel/llvm12/llvm-project-12.0.1.src/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()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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()

12345678910>>...42