Searched refs:LCV (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp438 /// Attempt to extract the fields of \p LCV and bind them to the struct region
451 nonloc::LazyCompoundVal LCV);
558 const SValListTy &getInterestingValues(nonloc::LazyCompoundVal LCV);
1406 Optional<nonloc::LazyCompoundVal> LCV = V->getAs<nonloc::LazyCompoundVal>();
1407 if (!LCV)
1410 // If the LCV is for a subregion, the types might not match, and we shouldn't
1415 QualType SourceRegionTy = LCV->getRegion()->getValueType();
1430 return *LCV;
1778 RegionStoreManager::getInterestingValues(nonloc::LazyCompoundVal LCV) { argument
1780 LazyBindingsMapTy::iterator I = LazyBindingsMap.find(LCV
1973 nonloc::LazyCompoundVal LCV = svalBuilder.makeLazyCompoundVal(store, S) local
2059 tryBindSmallStruct(RegionBindingsConstRef B, const TypedValueRegion *R, const RecordDecl *RD, nonloc::LazyCompoundVal LCV) argument
[all...]
/freebsd-10-stable/sys/dev/lmc/
H A Dif_lmc.c2056 u_int16_t LCV = 0, FERR = 0, CRC = 0, FEBE = 0; local
2121 LCV = read_framer(sc, Bt8370_LCV_LO) +
2132 /* Only LCV is valid if Out-Of-Frame */
2134 if ((DRIVER_DEBUG) && (LCV || FERR || CRC || FEBE))
2135 printf("%s: LCV=%u FERR=%u CRC=%u FEBE=%u\n",
2136 NAME_UNIT, LCV, FERR, CRC, FEBE);
2139 sc->status.cntrs.lcv_errs += LCV;
2280 sc->status.snmp.t1.lcv = LCV;

Completed in 412 milliseconds