OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StoreManager
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h
10
// This file defined the types Store and
StoreManager
.
36
class
StoreManager
{
41
/// MRMgr - Manages region objects associated with this
StoreManager
.
45
StoreManager
(GRStateManager &stateMgr);
48
virtual ~
StoreManager
() {}
156
/// If the
StoreManager
supports it, increment the reference count of
160
/// If the
StoreManager
supports it, decrement the reference count of
195
/// enterStackFrame - Let the
StoreManager
to do something when execution
206
virtual bool HandleBinding(
StoreManager
& SMgr, Store store,
217
/// CastRetrievedVal - Used by subclasses of
StoreManager
to implemen
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
Store.cpp
10
// This file defined the types Store and
StoreManager
.
21
StoreManager
::
StoreManager
(GRStateManager &stateMgr)
25
StoreRef
StoreManager
::enterStackFrame(const GRState *state,
30
const MemRegion *
StoreManager
::MakeElementRegion(const MemRegion *Base,
47
StoreRef
StoreManager
::BindDefault(Store store, const MemRegion *R, SVal V) {
51
const ElementRegion *
StoreManager
::GetElementZeroRegion(const MemRegion *R,
58
const MemRegion *
StoreManager
::castRegion(const MemRegion *R, QualType CastToTy) {
211
/// CastRetrievedVal - Used by subclasses of
StoreManager
to implement
214
SVal
StoreManager
::CastRetrievedVal(SVal V, const TypedRegion *R
[
all
...]
Completed in 480 milliseconds