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
16 #include "clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h"
60 BasicValueFactory::~BasicValueFactory() {
71 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APSInt& X) {
88 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APInt& X,
94 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, unsigned BitWidth,
101 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, QualType T) {
111 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
67 class BasicValueFactory {
83 BasicValueFactory(ASTContext &ctx, llvm::BumpPtrAllocator& Alloc)
87 ~BasicValueFactory();

Completed in 22 milliseconds