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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SVals.cpp 144 const void *nonloc::LazyCompoundVal::getStore() const {
148 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const {
325 const nonloc::LazyCompoundVal &C = castAs<nonloc::LazyCompoundVal>();
326 os << "lazyCompoundVal{" << const_cast<void *>(C.getStore())
RegionStore.cpp 367 /// LazyCompoundVal on bind.
489 /// within a LazyCompoundVal to bind memberwise to the struct region, rather
498 nonloc::LazyCompoundVal LCV);
613 const SValListTy &getInterestingValues(nonloc::LazyCompoundVal LCV);
903 // struct whose first field is bound to a LazyCompoundVal.
1042 // Is it a LazyCompoundVal? All references get invalidated as well.
1043 if (Optional<nonloc::LazyCompoundVal> LCS =
1044 V.getAs<nonloc::LazyCompoundVal>()) {
1301 if (Optional<nonloc::LazyCompoundVal> LCS =
1302 V.getAs<nonloc::LazyCompoundVal>()) {
    [all...]
ProgramState.cpp 535 bool ScanReachableSymbols::scan(nonloc::LazyCompoundVal val) {
575 if (Optional<nonloc::LazyCompoundVal> X =
576 val.getAs<nonloc::LazyCompoundVal>())
SValBuilder.cpp 421 if (lhs.getAs<nonloc::LazyCompoundVal>() ||
422 rhs.getAs<nonloc::LazyCompoundVal>()) {
625 return evalCastSubKind(V.castAs<nonloc::LazyCompoundVal>(), CastTy,
856 SVal SValBuilder::evalCastSubKind(nonloc::LazyCompoundVal V, QualType CastTy,
BugReporterVisitors.cpp 180 /// unless it's a LazyCompoundVal that may have a different internal
191 const auto LLCV = LeftVal.getAs<nonloc::LazyCompoundVal>();
195 const auto RLCV = RightVal.getAs<nonloc::LazyCompoundVal>();
1063 if (V.getAs<nonloc::LazyCompoundVal>() ||
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
Iterator.cpp 191 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) {
204 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) {
Taint.cpp 63 if (auto LCV = V.getAs<nonloc::LazyCompoundVal>()) {
IteratorModeling.cpp 332 // The region behind the `LazyCompoundVal` is often cleaned up before
333 // the `LazyCompoundVal` itself. If there are iterator positions keyed
784 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) {
825 if (const auto LCVal = Binding.second.getAs<nonloc::LazyCompoundVal>()) {
CallAndMessageChecker.cpp 319 if (auto LV = V.getAs<nonloc::LazyCompoundVal>()) {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 480 class LazyCompoundVal : public NonLoc {
483 explicit LazyCompoundVal(const LazyCompoundValData *D)
497 LazyCompoundVal() = default;
SValBuilder.h 88 SVal evalCastSubKind(nonloc::LazyCompoundVal V, QualType CastTy,
270 return nonloc::LazyCompoundVal(
Store.h 88 /// Return the default value bound to a LazyCompoundVal. The default binding
90 /// structure represented by the LazyCompoundVal which were not initialized
94 /// \return The default value bound to the LazyCompoundVal \c lcv, if a
96 Optional<SVal> getDefaultBinding(nonloc::LazyCompoundVal lcv) {
ProgramState.h 875 bool scan(nonloc::LazyCompoundVal val);
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 88 std::string VisitNonLocLazyCompoundVal(nonloc::LazyCompoundVal V) {

Completed in 29 milliseconds