Searched refs:LCV (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | Taint.cpp | 63 if (auto LCV = V.getAs<nonloc::LazyCompoundVal>()) { in addTaint() local 66 *LCV)) { in addTaint() 68 return addPartialTaint(State, Sym, LCV->getRegion(), Kind); in addTaint()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | RegionStore.cpp | 498 nonloc::LazyCompoundVal LCV); 613 const SValListTy &getInterestingValues(nonloc::LazyCompoundVal LCV); 1558 Optional<nonloc::LazyCompoundVal> LCV = V->getAs<nonloc::LazyCompoundVal>(); in getExistingLazyBinding() local 1559 if (!LCV) in getExistingLazyBinding() 1567 QualType SourceRegionTy = LCV->getRegion()->getValueType(); in getExistingLazyBinding() 1582 return *LCV; in getExistingLazyBinding() 2008 RegionStoreManager::getInterestingValues(nonloc::LazyCompoundVal LCV) { in getInterestingValues() argument 2010 LazyBindingsMapTy::iterator I = LazyBindingsMap.find(LCV.getCVData()); in getInterestingValues() 2017 const SubRegion *LazyR = LCV.getRegion(); in getInterestingValues() 2018 RegionBindingsRef B = getRegionBindings(LCV.getStore()); in getInterestingValues() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFuse.cpp | 1433 Value *LCV = LCPHI->getIncomingValue(L1LatchBBIdx); in performFusion() local 1436 LCV->getType(), 2, LCPHI->getName() + ".afterFC0", L1HeaderIP); in performFusion() 1437 L1HeaderPHI->addIncoming(LCV, FC0.Latch); in performFusion() 1438 L1HeaderPHI->addIncoming(UndefValue::get(LCV->getType()), in performFusion() 1714 Value *LCV = LCPHI->getIncomingValue(L1LatchBBIdx); in fuseGuardedLoops() local 1717 LCV->getType(), 2, LCPHI->getName() + ".afterFC0", L1HeaderIP); in fuseGuardedLoops() 1718 L1HeaderPHI->addIncoming(LCV, FC0.Latch); in fuseGuardedLoops() 1719 L1HeaderPHI->addIncoming(UndefValue::get(LCV->getType()), in fuseGuardedLoops()
|
| /netbsd-src/sys/arch/sun3/dev/ |
| H A D | xd.c | 173 * LCV is a counter. If it goes to zero then we timed out. 175 #define XDC_WAIT(XDC, LCV, TIME, BITS) \ argument 177 (LCV) = (TIME); \ 178 while ((LCV) > 0) { \ 181 (LCV) = (LCV) - 1; \
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/ |
| H A D | RegionStore.rst | 180 // binding to 'p2' and find the LCV. 181 // Because it's a LCV, we look at our requested region
|
| /netbsd-src/sys/dev/vme/ |
| H A D | xd.c | 158 #define XDC_WAIT(XDC, LCV, TIME, BITS) { \ argument 159 (LCV) = (TIME); \ 160 while ((LCV) > 0) { \ 162 (LCV) = (LCV) - 1; \
|
| /netbsd-src/share/misc/ |
| H A D | airport | 4143 LCV:Lucca, Italy
|