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; }
213 return nonloc::CompoundVal(BasicVals.getCompoundValData(type, vals));
219 BasicVals.getLazyCompoundValData(store, region));
223 return nonloc::ConcreteInt(BasicVals.getValue(0, ArrayIndexTy));
227 return nonloc::ConcreteInt(BasicVals.getValue(idx, ArrayIndexTy));
234 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);
173 BasicVals.getAPSIntType(castTy).apply(i);
264 const llvm::APSInt &Result = BasicVals.Convert(resultTy, RHS);
290 ConvertedRHS = &BasicVals.Convert(SymbolType, RHS);
296 ConvertedRHS = &BasicVals.Convert(SymbolType, RHS);
299 ConvertedRHS = &BasicVals.Convert(resultTy, RHS);
348 BasicVals.getAPSIntType(Context.VoidPtrTy).apply(i);
378 APSIntType IntType = BasicVals.getAPSIntType(resultTy);
384 BasicVals.evalAPSInt(op, LHSValue, RHSValue);
493 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 276 milliseconds