HomeSort by relevance Sort by last modified time
    Searched defs:BasicVals (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 77 BasicValueFactory &BasicVals = state->getBasicVals();
93 const llvm::APSInt &zero = BasicVals.getZeroWithPtrWidth();
150 BasicValueFactory &BasicVals = state->getBasicVals();
161 const llvm::APSInt &zero = BasicVals.getValue(0, T);
181 const llvm::APSInt &zero = BasicVals.getValue(0, T);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 35 BasicValueFactory BasicVals;
60 : Context(context), BasicVals(context, alloc),
61 SymMgr(context, BasicVals, alloc),
107 BasicValueFactory &getBasicValueFactory() { return BasicVals; }
108 const BasicValueFactory &getBasicValueFactory() const { return BasicVals; }
154 return nonloc::CompoundVal(BasicVals.getCompoundValData(type, vals));
160 BasicVals.getLazyCompoundValData(store, region));
164 return nonloc::ConcreteInt(BasicVals.getValue(0, ArrayIndexTy));
168 return nonloc::ConcreteInt(BasicVals.getValue(idx, ArrayIndexTy));
175 BasicVals.getValue(integer->getValue()
    [all...]

Completed in 692 milliseconds