HomeSort by: relevance | last modified time | path
    Searched refs:LCV (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
Taint.cpp 63 if (auto LCV = V.getAs<nonloc::LazyCompoundVal>()) {
66 *LCV)) {
68 return addPartialTaint(State, Sym, LCV->getRegion(), Kind);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 485 /// Attempt to extract the fields of \p LCV and bind them to the struct region
498 nonloc::LazyCompoundVal LCV);
613 const SValListTy &getInterestingValues(nonloc::LazyCompoundVal LCV);
1558 Optional<nonloc::LazyCompoundVal> LCV = V->getAs<nonloc::LazyCompoundVal>();
1559 if (!LCV)
1562 // If the LCV is for a subregion, the types might not match, and we shouldn't
1567 QualType SourceRegionTy = LCV->getRegion()->getValueType();
1582 return *LCV;
2008 RegionStoreManager::getInterestingValues(nonloc::LazyCompoundVal LCV) {
2010 LazyBindingsMapTy::iterator I = LazyBindingsMap.find(LCV.getCVData())
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopFuse.cpp 1433 Value *LCV = LCPHI->getIncomingValue(L1LatchBBIdx);
1436 LCV->getType(), 2, LCPHI->getName() + ".afterFC0", L1HeaderIP);
1437 L1HeaderPHI->addIncoming(LCV, FC0.Latch);
1438 L1HeaderPHI->addIncoming(UndefValue::get(LCV->getType()),
1714 Value *LCV = LCPHI->getIncomingValue(L1LatchBBIdx);
1717 LCV->getType(), 2, LCPHI->getName() + ".afterFC0", L1HeaderIP);
1718 L1HeaderPHI->addIncoming(LCV, FC0.Latch);
1719 L1HeaderPHI->addIncoming(UndefValue::get(LCV->getType()),
  /src/sys/arch/sun3/dev/
xd.c 173 * LCV is a counter. If it goes to zero then we timed out.
175 #define XDC_WAIT(XDC, LCV, TIME, BITS) \
177 (LCV) = (TIME); \
178 while ((LCV) > 0) { \
181 (LCV) = (LCV) - 1; \
422 int lcv, rqno, err; local
435 for (lcv = 0; lcv < XDC_MAXDEV; lcv++
604 int rqno, err, spt, mb, blk, lcv, fullmode, newstate; local
1518 int sz = sizeof(struct xd_iopb), lcv; local
1670 int del = 0, lcv, retval = XD_ERR_AOK; local
1830 int sz = sizeof(struct xd_iopb), lcv; local
2045 int lcv, s, reset = 0; local
    [all...]
  /src/sys/dev/vme/
xd.c 156 * LCV is a counter. If it goes to zero then we timed out.
158 #define XDC_WAIT(XDC, LCV, TIME, BITS) { \
159 (LCV) = (TIME); \
160 while ((LCV) > 0) { \
162 (LCV) = (LCV) - 1; \
499 int lcv, rqno, error; local
526 for (lcv = 0; lcv < XDC_MAXDEV; lcv++
714 int rqno, spt = 0, mb, blk, lcv, fmode, s = 0, newstate; local
1690 int sz = sizeof(struct xd_iopb), lcv; local
1841 int del = 0, lcv, retval = XD_ERR_AOK; local
2008 int sz = sizeof(struct xd_iopb), lcv; local
2231 int lcv, s, reset = 0; local
    [all...]

Completed in 36 milliseconds