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
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
[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
67 class BasicValueFactory { class in namespace:clang::ento
83 BasicValueFactory(ASTContext &ctx, llvm::BumpPtrAllocator& Alloc) function in class:clang::ento::BasicValueFactory
87 ~BasicValueFactory();

Completed in 87 milliseconds