Home
last modified time | relevance | path

Searched refs:Store (Results 1 – 25 of 274) sorted by relevance

1234567891011

/external/clang/lib/StaticAnalyzer/Core/
DFlatStore.cpp33 SVal Retrieve(Store store, Loc L, QualType T);
34 StoreRef Bind(Store store, Loc L, SVal val);
35 StoreRef Remove(Store St, Loc L);
36 StoreRef BindCompoundLiteral(Store store, const CompoundLiteralExpr* cl,
43 SubRegionMap *getSubRegionMap(Store store) { in getSubRegionMap()
48 StoreRef removeDeadBindings(Store store, const StackFrameContext *LCtx, in removeDeadBindings()
54 StoreRef BindDecl(Store store, const VarRegion *VR, SVal initVal);
56 StoreRef BindDeclWithNoInit(Store store, const VarRegion *VR);
60 StoreRef invalidateRegions(Store store, const MemRegion * const *I,
66 void print(Store store, llvm::raw_ostream& Out, const char* nl,
[all …]
DBasicStore.cpp45 SubRegionMap *getSubRegionMap(Store store) { in getSubRegionMap()
49 SVal Retrieve(Store store, Loc loc, QualType T = QualType());
51 StoreRef invalidateRegion(Store store, const MemRegion *R, const Expr *E,
54 StoreRef invalidateRegions(Store store, const MemRegion * const *Begin,
61 const MemRegion *SelfRegion, Store St);
63 StoreRef Bind(Store St, Loc loc, SVal V);
64 StoreRef Remove(Store St, Loc loc);
67 StoreRef BindCompoundLiteral(Store store, const CompoundLiteralExpr*, in BindCompoundLiteral()
78 StoreRef removeDeadBindings(Store store, const StackFrameContext *LCtx,
82 void iterBindings(Store store, BindingsHandler& f);
[all …]
DRegionStore.cpp204 SubRegionMap *getSubRegionMap(Store store) { in getSubRegionMap()
208 RegionStoreSubRegionMap *getRegionStoreSubRegionMap(Store store);
218 StoreRef setImplicitDefaultValue(Store store, const MemRegion *R, QualType T);
239 StoreRef invalidateRegions(Store store,
271 StoreRef Bind(Store store, Loc LV, SVal V);
274 StoreRef BindDefault(Store store, const MemRegion *R, SVal V) { in BindDefault()
281 StoreRef BindCompoundLiteral(Store store, const CompoundLiteralExpr* CL,
284 StoreRef BindDecl(Store store, const VarRegion *VR, SVal InitVal);
286 StoreRef BindDeclWithNoInit(Store store, const VarRegion *) { in BindDeclWithNoInit()
291 StoreRef BindStruct(Store store, const TypedRegion* R, SVal V);
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h57 virtual SVal Retrieve(Store store, Loc loc, QualType T = QualType()) = 0;
66 virtual StoreRef Bind(Store store, Loc loc, SVal val) = 0;
68 virtual StoreRef BindDefault(Store store, const MemRegion *R, SVal V);
69 virtual StoreRef Remove(Store St, Loc L) = 0;
75 virtual StoreRef BindCompoundLiteral(Store store,
90 virtual SubRegionMap *getSubRegionMap(Store store) = 0;
148 virtual StoreRef removeDeadBindings(Store store, const StackFrameContext *LCtx,
152 virtual StoreRef BindDecl(Store store, const VarRegion *VR, SVal initVal) = 0;
154 virtual StoreRef BindDeclWithNoInit(Store store, const VarRegion *VR) = 0;
158 virtual void incrementReferenceCount(Store store) {} in incrementReferenceCount()
[all …]
DStoreRef.h26 typedef const void* Store; typedef
31 Store store;
34 StoreRef(Store, StoreManager &);
46 Store getStore() const { return store; } in getStore()
/external/qemu-pc-bios/bochs/bios/
Dacpi-dsdt.dsl111 Store(ShiftLeft(1, nr), B0EJ) \
330 Store (\_SB.PCI0.PX13.DRSA, Local0)
359 Store (\_SB.PCI0.PX13.DRSC, Local0)
387 Store (\_SB.PCI0.PX13.DRSC, Local0)
449 Store (0x0B, Local0)
452 Store (0x09, Local0)
468 Store (PRQ0, Local0)
475 Store (Zero, TMP)
484 Store (Local0, PRQ0)
496 Store (0x0B, Local0)
[all …]
/external/clang/include/clang/Index/
DHandlers.h65 StoreTy Store; variable
69 Store.push_back(Obj); in Handle()
73 iterator begin() const { return Store.begin(); } in begin()
74 iterator end() const { return Store.end(); } in end()
/external/bouncycastle/src/main/java/org/bouncycastle/x509/
DExtendedPKIXParameters.java4 import org.bouncycastle.util.Store;
235 if (!(i.next() instanceof Store)) in setStores()
260 public void addStore(Store store) in addStore()
282 public void addAdditionalStore(Store store) in addAdditionalStore()
293 public void addAddionalStore(Store store) in addAddionalStore()
DX509Store.java4 import org.bouncycastle.util.Store;
12 implements Store
/external/e2fsprogs/tests/progs/test_data/
Dtest.icount70 # Store 1 then test...
79 # Store 0 then test
89 # Store something, then store 0, then test...
/external/chromium/net/disk_cache/
Dstorage_block-inl.h27 Store(); in ~StorageBlock()
124 template<typename T> bool StorageBlock<T>::Store() { in Store() function
126 if (file_->Store(this)) { in Store()
Drankings.cc249 head.Store(); in Insert()
266 node->Store(); in Insert()
355 prev.Store(); in Remove()
366 next.Store(); in Remove()
368 prev.Store(); in Remove()
370 node->Store(); in Remove()
608 node.Store(); in CompleteTransaction()
697 next.Store(); in RevertRemove()
698 prev.Store(); in RevertRemove()
731 node->Store(); in CheckLinks()
Deviction.cc273 entry->entry()->Store(); in EvictEntry()
387 entry->entry()->Store(); in OnOpenEntryV2()
391 entry->entry()->Store(); in OnOpenEntryV2()
414 entry->entry()->Store(); in OnCreateEntryV2()
433 entry->entry()->Store(); in OnDoomEntryV2()
Dentry_impl.cc464 node_.Store(); in InternalDoom()
488 entry_.Store(); in DeleteEntryData()
505 node_.Store(); in DeleteEntryData()
506 entry_.Store(); in DeleteEntryData()
519 bool success = entry_.Store(); in SetNextAddress()
539 if (!node_.Store()) in Update()
559 node_.Store(); in SetPointerForInvalidEntry()
843 node_.Store(); in ~EntryImpl()
846 node_.Store(); in ~EntryImpl()
1032 entry_.Store(); in CreateDataBlock()
[all …]
/external/llvm/test/Analysis/BasicAA/
Dgcsetest.ll14 store i32 123, i32* @B ; Store cannot alias @A
26 store i32 %AP, i32* @B ; Store cannot alias @A
/external/llvm/lib/Target/ARM/
DARMScheduleV6.td179 // Store multiple
182 // Store multiple + update
282 // Single-precision FP Store
285 // Double-precision FP Store
289 // FP Store Multiple
292 // FP Store Multiple + update
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
DREADME6 This application implements a sample client for the Chrome Web Store Licensing
21 Second, obtain a token for the Chrome Web Store license server. Check the
/external/llvm/lib/VMCore/
DInstruction.cpp129 case Store: return "store"; in getOpcodeName()
288 case Instruction::Store: in mayReadFromMemory()
298 case Instruction::Store: in mayWriteToMemory()
388 case Store: in isSafeToSpeculativelyExecute()
/external/chromium/chrome/browser/policy/
Duser_policy_identity_strategy.cc38 void Store(const std::string& token, const std::string& device_id);
70 void UserPolicyIdentityStrategy::TokenCache::Store( in Store() function in policy::UserPolicyIdentityStrategy::TokenCache
198 cache_->Store(device_token_, device_id_); in OnDeviceTokenAvailable()
/external/oprofile/events/ppc64/pa6t/
Devents13 # Group 1, Load/Store
18 event:0x14 counters:4 um:zero minimum:500 name:GRP1_MRB_ST_MISS_ALLOC__NS : Store misses in L1D and…
51 event:0x55 counters:5 um:zero minimum:500 name:GRP5_MRB_ST_MISS_ALLOC__NS : Store misses in L1D and…
/external/bouncycastle/src/main/java/org/bouncycastle/util/
DStore.java5 public interface Store interface
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
DAECMobile.m21 % Store the near end energy
24 % Store the far end energy
57 % Store the far end sub band. This is needed if we use LSE instead of NLMS
85 aecmStructNew.muLog(setupStruct.currentBlock) = mu; % Store the step size
94 aecmStructNew.HStored = aecmStructNew.H; % Store what you have after startup
157 aecmStructNew.gammaLog(setupStruct.currentBlock) = gamma_echo; % Store the gain
219 % Store the output energy (used for plotting)
/external/chromium/chrome/browser/ui/gtk/
Dfocus_store_gtk.h23 void Store(GtkWidget* widget);
/external/llvm/test/MC/Disassembler/ARM/
Dinvalid-t2LDRBT-thumb.txt9 # The unpriviledged Load/Store cannot have SP or PC as Rt.
/external/chromium/chrome/browser/chromeos/login/
Dsigned_settings_temp_storage.h26 static bool Store(const std::string& name,

1234567891011