OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BasicValueFactory
(Results
1 - 15
of
15
) 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
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
...]
Android.mk
16
BasicValueFactory
.cpp \
SimpleConstraintManager.h
84
BasicValueFactory
&getBasicVals() const { return SVB.getBasicValueFactory(); }
RangeConstraintManager.cpp
105
void IntersectInRange(
BasicValueFactory
&BV, Factory &F,
238
RangeSet Intersect(
BasicValueFactory
&BV, Factory &F,
352
BasicValueFactory
&BV = getBasicVals();
389
BasicValueFactory
&BV = getBasicVals();
SimpleConstraintManager.cpp
131
BasicValueFactory
&BVF = getBasicVals();
249
BasicValueFactory
&BVF = getBasicVals();
SVals.cpp
221
SVal loc::ConcreteInt::evalBinOp(
BasicValueFactory
& BasicVals,
SValBuilder.cpp
18
#include "clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory
.h"
47
//
BasicValueFactory
, so we don't need to get the APSInt from
48
//
BasicValueFactory
again.
409
BasicValueFactory
&BVF = getBasicValueFactory();
ProgramState.cpp
340
BasicValueFactory
&BVF = svalBuilder.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"
37
BasicValueFactory
BasicVals;
134
BasicValueFactory
&getBasicValueFactory() { return BasicVals; }
135
const
BasicValueFactory
&getBasicValueFactory() const { return BasicVals; }
SymbolManager.h
37
class
BasicValueFactory
;
484
BasicValueFactory
&BV;
488
SymbolManager(ASTContext &ctx,
BasicValueFactory
&bv,
556
BasicValueFactory
&getBasicVals() { return BV; }
SVals.h
34
class
BasicValueFactory
;
538
SVal evalBinOp(
BasicValueFactory
& BasicVals, BinaryOperator::Opcode Op,
ProgramState.h
144
BasicValueFactory
&getBasicVals() const;
483
BasicValueFactory
&getBasicVals() {
723
inline
BasicValueFactory
&ProgramState::getBasicVals() const {
ExprEngine.h
294
BasicValueFactory
& getBasicVals() {
/external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp
553
BasicValueFactory
&BVF = svalBuilder.getBasicValueFactory();
[
all
...]
Completed in 483 milliseconds