HomeSort by relevance Sort by last modified time
    Searched defs:BasicValueFactory (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 1 //=== BasicValueFactory.cpp - Basic values for Path Sens analysis --*- C++ -*-//
10 // This file defines BasicValueFactory, a class that manages the lifetime
17 #include "clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h"
61 BasicValueFactory::~BasicValueFactory() {
72 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APSInt& X) {
89 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APInt& X,
95 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, unsigned BitWidth,
102 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, QualType T) {
108 BasicValueFactory::getCompoundValData(QualType T
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 1 //=== BasicValueFactory.h - Basic values for Path Sens analysis --*- C++ -*---//
10 // This file defines BasicValueFactory, a class that manages the lifetime
62 class BasicValueFactory {
82 BasicValueFactory(ASTContext &ctx, llvm::BumpPtrAllocator& Alloc)
86 ~BasicValueFactory();

Completed in 43 milliseconds