reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
  125   const llvm::APSInt& getValue(uint64_t X, unsigned BitWidth, bool isUnsigned);

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
  201     return getValue(0, Ctx.getTypeSize(T), true);
  205     return getValue(0, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
  209     return getValue(X, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
  213     return getValue(b ? 1 : 0, Ctx.getIntWidth(T),