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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 37 BasicValueFactory BasicVals;
64 : Context(context), BasicVals(context, alloc),
65 SymMgr(context, BasicVals, alloc),
134 BasicValueFactory &getBasicValueFactory() { return BasicVals; }
135 const BasicValueFactory &getBasicValueFactory() const { return BasicVals; }
212 return nonloc::CompoundVal(BasicVals.getCompoundValData(type, vals));
218 BasicVals.getLazyCompoundValData(store, region));
222 return nonloc::ConcreteInt(BasicVals.getValue(0, ArrayIndexTy));
226 return nonloc::ConcreteInt(BasicVals.getValue(idx, ArrayIndexTy));
233 BasicVals.getValue(integer->getValue()
    [all...]
SVals.h 538 SVal evalBinOp(BasicValueFactory& BasicVals, BinaryOperator::Opcode Op,
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 116 BasicVals.getAPSIntType(castTy).apply(i);
147 BasicVals.getAPSIntType(castTy).apply(i);
238 const llvm::APSInt &Result = BasicVals.Convert(resultTy, RHS);
264 ConvertedRHS = &BasicVals.Convert(SymbolType, RHS);
270 ConvertedRHS = &BasicVals.Convert(SymbolType, RHS);
273 ConvertedRHS = &BasicVals.Convert(resultTy, RHS);
322 BasicVals.getAPSIntType(Context.VoidPtrTy).apply(i);
352 APSIntType IntType = BasicVals.getAPSIntType(resultTy);
358 BasicVals.evalAPSInt(op, LHSValue, RHSValue);
467 APSIntType IntType = BasicVals.getAPSIntType(resultTy)
    [all...]
SVals.cpp 221 SVal loc::ConcreteInt::evalBinOp(BasicValueFactory& BasicVals,
227 const llvm::APSInt *X = BasicVals.evalAPSInt(Op, getValue(), R.getValue());

Completed in 404 milliseconds