HomeSort by: relevance | last modified time | path
    Searched defs:BasicValueFactory (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 1 //===- BasicValueFactory.cpp - Basic values for Path Sens analysis --------===//
9 // This file defines BasicValueFactory, a class that manages the lifetime
15 #include "clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h"
79 BasicValueFactory::~BasicValueFactory() {
90 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APSInt& X) {
108 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APInt& X,
114 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, unsigned BitWidth,
121 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, QualType T) {
126 BasicValueFactory::getCompoundValData(QualType T
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 1 //==- BasicValueFactory.h - Basic values for Path Sens analysis --*- C++ -*-==//
9 // This file defines BasicValueFactory, a class that manages the lifetime
106 class BasicValueFactory {
128 BasicValueFactory(ASTContext &ctx, llvm::BumpPtrAllocator &Alloc)
132 ~BasicValueFactory();

Completed in 52 milliseconds