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

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 59 BasicValueFactory BasicVals;
100 : Context(context), BasicVals(context, alloc),
101 SymMgr(context, BasicVals, alloc), MemMgr(context, alloc),
182 BasicValueFactory &getBasicValueFactory() { return BasicVals; }
183 const BasicValueFactory &getBasicValueFactory() const { return BasicVals; }
265 return nonloc::CompoundVal(BasicVals.getCompoundValData(type, vals));
271 BasicVals.getLazyCompoundValData(store, region));
283 return nonloc::ConcreteInt(BasicVals.getValue(0, ArrayIndexTy));
287 return nonloc::ConcreteInt(BasicVals.getValue(idx, ArrayIndexTy));
294 BasicVals.getValue(integer->getValue()
    [all...]
SVals.h 644 SVal evalBinOp(BasicValueFactory& BasicVals, BinaryOperator::Opcode Op,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 140 const llvm::APSInt &Result = BasicVals.Convert(resultTy, RHS);
166 ConvertedRHS = &BasicVals.Convert(SymbolType, RHS);
172 ConvertedRHS = &BasicVals.Convert(SymbolType, RHS);
175 ConvertedRHS = &BasicVals.Convert(resultTy, RHS);
449 BasicVals.getAPSIntType(lSym->getType()).apply(i);
451 BasicVals.getAPSIntType(Context.VoidPtrTy).apply(i);
481 APSIntType IntType = BasicVals.getAPSIntType(resultTy);
487 BasicVals.evalAPSInt(op, LHSValue, RHSValue);
603 APSIntType IntType = BasicVals.getAPSIntType(resultTy);
609 newRHS = BasicVals.evalAPSInt(BO_Add, first, second)
    [all...]
SVals.cpp 246 SVal loc::ConcreteInt::evalBinOp(BasicValueFactory& BasicVals,
251 const llvm::APSInt *X = BasicVals.evalAPSInt(Op, getValue(), R.getValue());
SValBuilder.cpp 61 return makeCompoundVal(type, BasicVals.getEmptySValList());
649 BasicVals.getAPSIntType(CastTy).apply(Value);
710 BasicVals.getZeroWithPtrWidth(), CastTy);
836 BasicVals.getAPSIntType(CastTy).apply(Value);

Completed in 66 milliseconds