Searched refs:BasicVals (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h59 BasicValueFactory BasicVals; member in class:clang::ento::SValBuilder
86 : Context(context), BasicVals(context, alloc),
87 SymMgr(context, BasicVals, alloc), MemMgr(context, alloc),
168 BasicValueFactory &getBasicValueFactory() { return BasicVals; }
169 const BasicValueFactory &getBasicValueFactory() const { return BasicVals; }
251 return nonloc::CompoundVal(BasicVals.getCompoundValData(type, vals));
257 BasicVals.getLazyCompoundValData(store, region));
269 return nonloc::ConcreteInt(BasicVals.getValue(0, ArrayIndexTy));
273 return nonloc::ConcreteInt(BasicVals.getValue(idx, ArrayIndexTy));
280 BasicVals
[all...]
H A DSVals.h649 SVal evalBinOp(BasicValueFactory& BasicVals, BinaryOperator::Opcode Op,
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp122 BasicVals.getAPSIntType(castTy).apply(i);
162 BasicVals.getZeroWithPtrWidth(), castTy);
181 BasicVals.getAPSIntType(castTy).apply(i);
272 const llvm::APSInt &Result = BasicVals.Convert(resultTy, RHS);
298 ConvertedRHS = &BasicVals.Convert(SymbolType, RHS);
304 ConvertedRHS = &BasicVals.Convert(SymbolType, RHS);
307 ConvertedRHS = &BasicVals.Convert(resultTy, RHS);
580 BasicVals.getAPSIntType(lSym->getType()).apply(i);
582 BasicVals.getAPSIntType(Context.VoidPtrTy).apply(i);
612 APSIntType IntType = BasicVals
[all...]
H A DSVals.cpp268 SVal loc::ConcreteInt::evalBinOp(BasicValueFactory& BasicVals, argument
273 const llvm::APSInt *X = BasicVals.evalAPSInt(Op, getValue(), R.getValue());
H A DSValBuilder.cpp61 return makeCompoundVal(type, BasicVals.getEmptySValList());

Completed in 124 milliseconds