Home
last modified time | relevance | path

Searched defs:LCV (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp63 if (auto LCV = V.getAs<nonloc::LazyCompoundVal>()) { in addTaint() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1433 Value *LCV = LCPHI->getIncomingValue(L1LatchBBIdx); in performFusion() local
1714 Value *LCV = LCPHI->getIncomingValue(L1LatchBBIdx); in fuseGuardedLoops() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1558 Optional<nonloc::LazyCompoundVal> LCV = V->getAs<nonloc::LazyCompoundVal>(); in getExistingLazyBinding() local
2008 RegionStoreManager::getInterestingValues(nonloc::LazyCompoundVal LCV) { in getInterestingValues()
2291 nonloc::LazyCompoundVal LCV) { in tryBindSmallStruct()
2343 if (Optional<nonloc::LazyCompoundVal> LCV = in bindStruct() local
/netbsd-src/sys/arch/sun3/dev/
H A Dxd.c175 #define XDC_WAIT(XDC, LCV, TIME, BITS) \ argument
/netbsd-src/sys/dev/vme/
H A Dxd.c158 #define XDC_WAIT(XDC, LCV, TIME, BITS) { \ argument