Searched defs:BasicValueFactory (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp1 //=== 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
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h1 //=== BasicValueFactory.h - Basic values for Path Sens analysis --*- C++ -*---//
10 // This file defines BasicValueFactory, a class that manages the lifetime
62 class BasicValueFactory { class in namespace:clang::ento
82 BasicValueFactory(ASTContext &ctx, llvm::BumpPtrAllocator &Alloc) function in class:clang::ento::BasicValueFactory
86 ~BasicValueFactory();

Completed in 158 milliseconds