OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LazyCompoundValData
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp
29
void
LazyCompoundValData
::Profile(llvm::FoldingSetNodeID& ID,
126
const
LazyCompoundValData
*
130
LazyCompoundValData
::Profile(ID, store, region);
133
LazyCompoundValData
*D =
137
D = (
LazyCompoundValData
*) BPAlloc.Allocate<
LazyCompoundValData
>();
138
new (D)
LazyCompoundValData
(store, region);
SVals.cpp
151
return static_cast<const
LazyCompoundValData
*>(Data)->getStore();
155
return static_cast<const
LazyCompoundValData
*>(Data)->getRegion();
RegionStore.cpp
330
typedef llvm::DenseMap<const
LazyCompoundValData
*,
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h
45
class
LazyCompoundValData
: public llvm::FoldingSetNode {
49
LazyCompoundValData
(const StoreRef &st, const TypedValueRegion *r)
75
llvm::FoldingSet<
LazyCompoundValData
> LazyCompoundValDataSet;
172
const
LazyCompoundValData
*getLazyCompoundValData(const StoreRef &store,
SVals.h
32
class
LazyCompoundValData
;
439
explicit LazyCompoundVal(const
LazyCompoundValData
*D)
442
const
LazyCompoundValData
*getCVData() const {
443
return static_cast<const
LazyCompoundValData
*>(Data);
/external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp
255
const
LazyCompoundValData
*D = LV->getCVData();
Completed in 245 milliseconds