OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StoreRef
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
StoreRef.h
1
//==
StoreRef
.h - Smart pointer for store objects ---------------*- C++ -*--==//
10
// This file defined the type
StoreRef
.
30
class
StoreRef
{
34
StoreRef
(Store, StoreManager &);
35
StoreRef
(const
StoreRef
&);
36
StoreRef
&operator=(
StoreRef
const &);
38
bool operator==(const
StoreRef
&x) const {
42
bool operator!=(const
StoreRef
&x) const { return !operator==(x);
[
all
...]
Store.h
19
#include "clang/StaticAnalyzer/Core/PathSensitive/
StoreRef
.h"
70
virtual
StoreRef
Bind(Store store, Loc loc, SVal val) = 0;
72
virtual
StoreRef
BindDefault(Store store, const MemRegion *R, SVal V);
77
virtual
StoreRef
killBinding(Store ST, Loc L) = 0;
81
virtual
StoreRef
getInitialStore(const LocationContext *InitLoc) = 0;
144
virtual
StoreRef
removeDeadBindings(Store store, const StackFrameContext *LCtx,
189
virtual
StoreRef
invalidateRegions(Store store,
203
StoreRef
enterStackFrame(Store store,
256
inline
StoreRef
::
StoreRef
(Store store, StoreManager & smgr
[
all
...]
/art/compiler/utils/mips/
assembler_mips.cc
628
void MipsAssembler::
StoreRef
(FrameOffset dest, ManagedRegister msrc) {
[
all
...]
/art/compiler/utils/arm/
assembler_arm.cc
[
all
...]
/art/compiler/utils/x86/
assembler_x86.cc
[
all
...]
Completed in 230 milliseconds