Home
last modified time | relevance | path

Searched refs:Regions (Results 26 – 50 of 70) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp140 SmallVector<const MemRegion *, 4> Regions; in getCapturedStackRegions() local
145 Regions.push_back(Region); in getCapturedStackRegions()
147 return Regions; in getCapturedStackRegions()
H A DCheckerDocumentation.cpp276 ArrayRef<const MemRegion *> Regions, in checkRegionChanges() argument
H A DPthreadLockChecker.cpp221 ArrayRef<const MemRegion *> Regions,
668 ArrayRef<const MemRegion *> Regions, const LocationContext *LCtx, in checkRegionChanges() argument
682 for (auto R : Regions) { in checkRegionChanges()
H A DAnalysisOrderChecker.cpp201 ArrayRef<const MemRegion *> Regions, in checkRegionChanges() argument
H A DSmartPtrModeling.cpp59 ArrayRef<const MemRegion *> Regions,
576 ArrayRef<const MemRegion *> Regions, const LocationContext *LCtx, in checkRegionChanges() argument
581 for (const auto *Region : Regions) in checkRegionChanges()
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/
H A Dmemory-region.yaml13 Regions in the /reserved-memory node may be referenced by other device
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp74 auto *R = cast_or_null<RegionTy>(Regions.FindNodeOrInsertPos(ID, InsertPos));
78 Regions.InsertNode(R, InsertPos);
90 auto *R = cast_or_null<RegionTy>(Regions.FindNodeOrInsertPos(ID, InsertPos));
94 Regions.InsertNode(R, InsertPos);
108 auto *R = cast_or_null<RegionTy>(Regions.FindNodeOrInsertPos(ID, InsertPos));
112 Regions.InsertNode(R, InsertPos);
1160 MemRegion* data = Regions.FindNodeOrInsertPos(ID, InsertPos); in getElementRegion()
1165 Regions.InsertNode(R, InsertPos); in getElementRegion()
H A DProgramState.cpp151 ProgramState::invalidateRegions(RegionList Regions, in invalidateRegions() argument
159 for (const MemRegion *Reg : Regions) in invalidateRegions()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp449 const mca::AnalysisRegions &Regions = *RegionsOrErr; in main() local
452 if (!Regions.isValid()) in main()
455 if (Regions.empty()) { in main()
561 for (const std::unique_ptr<mca::AnalysisRegion> &Region : Regions) { in main()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.h74 std::vector<Region*> Regions; variable
H A DGCNSchedStrategy.h186 MachineBasicBlock::iterator>, 32> Regions; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp178 ArrayRef<CountedRegion> Regions, in addBranch() argument
180 BranchSubViews.emplace_back(Line, Regions, std::move(View)); in addBranch()
/freebsd/sys/contrib/device-tree/Bindings/iommu/
H A Dapple,sart.yaml13 Apple SART is a simple address filter for DMA transactions. Regions of
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dhisilicon,hip07-sec.txt11 Regions 2-18 have registers for the 16 individual queues which are isolated
/freebsd/sys/contrib/device-tree/Bindings/fpga/
H A Dfpga-region.txt18 FPGA Regions represent FPGA's and partial reconfiguration regions of FPGA's in
19 the Device Tree. FPGA Regions provide a way to program FPGAs under device tree
124 FPGA Regions represent FPGA's and FPGA PR regions in the device tree. An FPGA
160 FPGA Regions do not inherit their ancestor FPGA regions' bridges. This prevents
168 - fpga-mgr : should contain a phandle to an FPGA Manager. Child FPGA Regions
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dnand-chip.yaml65 Regions in the NAND chip which are protected using a secure element
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRegions.def1 //===-- Regions.def - Metadata about MemRegion kinds ------------*- C++ -*-===//
H A DProgramState.h326 invalidateRegions(ArrayRef<const MemRegion *> Regions, const Expr *E,
333 invalidateRegions(ArrayRef<SVal> Regions, const Expr *E, unsigned BlockCount,
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dxen.txt16 Regions 1...N are extended regions (unused address space) for mapping foreign
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h406 ArrayRef<const MemRegion *> Regions,
520 ArrayRef<const MemRegion *> Regions,
H A DChecker.h337 ArrayRef<const MemRegion *> Regions, in _checkRegionChanges() argument
341 Explicits, Regions, in _checkRegionChanges()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h859 RegionInfoBase<Tr>::getCommonRegion(SmallVectorImpl<RegionT *> &Regions) const { in getCommonRegion() argument
860 RegionT *ret = Regions.pop_back_val(); in getCommonRegion()
862 for (RegionT *R : Regions) in getCommonRegion()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp165 SmallVector<const MemRegion*, 10> Regions; in checkPostStmt() local
174 Regions.push_back(VR); in checkPostStmt()
177 state = state->scanReachableSymbols<StopTrackingCallback>(Regions).getState(); in checkPostStmt()
1186 ArrayRef<const MemRegion *> Regions, const LocationContext *LCtx, in checkRegionChanges() argument
H A DRetainCountChecker.h321 ArrayRef<const MemRegion *> Regions,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp2099 ArrayRef<CounterMappingRegion> Regions) { in dump() argument
2102 for (const auto &R : Regions) { in dump()
2253 std::vector<CounterMappingRegion> Regions; in addFunctionMappingRecord() local
2262 Expressions, Regions); in addFunctionMappingRecord()
2265 dump(llvm::outs(), NameValue, Expressions, Regions); in addFunctionMappingRecord()

123