HomeSort by relevance Sort by last modified time
    Searched refs:BasicValueFactory (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /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...]
SimpleConstraintManager.cpp 100 BasicValueFactory &BVF = getBasicVals();
254 BasicValueFactory &BVF = getBasicVals();
308 BasicValueFactory &BVF = getBasicVals();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 78 BasicValueFactory &getBasicVals() const { return SVB.getBasicValueFactory(); }
BasicValueFactory.h 1 //=== BasicValueFactory.h - Basic values for Path Sens analysis --*- C++ -*---//
10 // This file defines BasicValueFactory, a class that manages the lifetime
85 class BasicValueFactory {
107 BasicValueFactory(ASTContext &ctx, llvm::BumpPtrAllocator &Alloc)
112 ~BasicValueFactory();
SValBuilder.h 21 #include "clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h"
38 BasicValueFactory BasicVals;
139 BasicValueFactory &getBasicValueFactory() { return BasicVals; }
140 const BasicValueFactory &getBasicValueFactory() const { return BasicVals; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 78 BasicValueFactory &getBasicVals() const { return SVB.getBasicValueFactory(); }
BasicValueFactory.h 1 //=== BasicValueFactory.h - Basic values for Path Sens analysis --*- C++ -*---//
10 // This file defines BasicValueFactory, a class that manages the lifetime
89 class BasicValueFactory {
111 BasicValueFactory(ASTContext &ctx, llvm::BumpPtrAllocator &Alloc)
116 ~BasicValueFactory();
SValBuilder.h 21 #include "clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h"
38 BasicValueFactory BasicVals;
144 BasicValueFactory &getBasicValueFactory() { return BasicVals; }
145 const BasicValueFactory &getBasicValueFactory() const { return BasicVals; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 78 BasicValueFactory &getBasicVals() const { return SVB.getBasicValueFactory(); }
BasicValueFactory.h 1 //=== BasicValueFactory.h - Basic values for Path Sens analysis --*- C++ -*---//
10 // This file defines BasicValueFactory, a class that manages the lifetime
89 class BasicValueFactory {
111 BasicValueFactory(ASTContext &ctx, llvm::BumpPtrAllocator &Alloc)
116 ~BasicValueFactory();
SValBuilder.h 21 #include "clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h"
38 BasicValueFactory BasicVals;
144 BasicValueFactory &getBasicValueFactory() { return BasicVals; }
145 const BasicValueFactory &getBasicValueFactory() const { return BasicVals; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 78 BasicValueFactory &getBasicVals() const { return SVB.getBasicValueFactory(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 78 BasicValueFactory &getBasicVals() const { return SVB.getBasicValueFactory(); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 78 BasicValueFactory &getBasicVals() const { return SVB.getBasicValueFactory(); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 78 BasicValueFactory &getBasicVals() const { return SVB.getBasicValueFactory(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 78 BasicValueFactory &getBasicVals() const { return SVB.getBasicValueFactory(); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 78 BasicValueFactory &getBasicVals() const { return SVB.getBasicValueFactory(); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 78 BasicValueFactory &getBasicVals() const { return SVB.getBasicValueFactory(); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 78 BasicValueFactory &getBasicVals() const { return SVB.getBasicValueFactory(); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 78 BasicValueFactory &getBasicVals() const { return SVB.getBasicValueFactory(); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 78 BasicValueFactory &getBasicVals() const { return SVB.getBasicValueFactory(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 78 BasicValueFactory &getBasicVals() const { return SVB.getBasicValueFactory(); }
  /external/clang/lib/StaticAnalyzer/Checkers/
BuiltinFunctionChecker.cpp 89 BasicValueFactory &BVF = SVB.getBasicValueFactory();
  /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();
SValBuilder.h 21 #include "clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h"
38 BasicValueFactory BasicVals;
139 BasicValueFactory &getBasicValueFactory() { return BasicVals; }
140 const BasicValueFactory &getBasicValueFactory() const { return BasicVals; }

Completed in 1741 milliseconds

1 2 3 4 5