Searched defs:store (Results 176 - 200 of 312) sorted by path

1234567891011>>

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp223 Store store; member in class:FindUninitializedField
227 : StoreMgr(storeMgr), MrMgr(mrMgr), store(s) {}
243 const SVal &V = StoreMgr.getBinding(store, loc::MemRegionVal(FR));
/external/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp30 const StoreRef &store,
32 ID.AddPointer(store.getStore());
127 BasicValueFactory::getLazyCompoundValData(const StoreRef &store, argument
130 LazyCompoundValData::Profile(ID, store, region);
138 new (D) LazyCompoundValData(store, region);
29 Profile(llvm::FoldingSetNodeID& ID, const StoreRef &store, const TypedValueRegion *region) argument
H A DRegionStore.cpp1 //== RegionStore.cpp - Field-sensitive store model --------------*- C++ -*--==//
10 // This file defines a basic region store model. In this model, we do have field
55 assert(getConcreteOffsetRegion() == Base && "Failed to store base region");
62 assert(getOffset() == offset && "Failed to store offset");
340 /// This is controlled by 'region-store-small-struct-limit' option.
358 Options.getOptionAsInteger("region-store-small-struct-limit", 2);
391 StoreRef invalidateRegions(Store store,
409 StoreRef Bind(Store store, Loc LV, SVal V) override {
410 return StoreRef(bind(getRegionBindings(store), LV, V).asStore(), *this);
416 StoreRef BindDefault(Store store, cons
1149 invalidateRegions(Store store, ArrayRef<SVal> Values, const Expr *Ex, unsigned Count, const LocationContext *LCtx, const CallEvent *Call, InvalidatedSymbols &IS, RegionAndSymbolInvalidationTraits &ITraits, InvalidatedRegions *TopLevelRegions, InvalidatedRegions *Invalidated) argument
1850 includedInBindings(Store store, const MemRegion *region) const argument
2302 removeDeadBindings(Store store, const StackFrameContext *LCtx, SymbolReaper& SymReaper) argument
2351 print(Store store, raw_ostream &OS, const char* nl, const char *sep) argument
[all...]
H A DStore.cpp62 StoreRef StoreManager::BindDefault(Store store, const MemRegion *R, SVal V) { argument
63 return StoreRef(store, *this);
506 Store store,
505 HandleBinding(StoreManager& SMgr, Store store, const MemRegion* R, SVal val) argument
/external/clang/test/CodeGen/
H A Dcatch-undef-behavior.c184 // CHECK: @store
185 // CHECK-TRAP: @store
186 void store(int *p, int q) { function
314 // CHECK: store x86_fp80 %[[F]], x86_fp80* %[[ALLOCA:.*]]
/external/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cc62 void store(const args_type &args, u32 other_hash) { function in struct:__msan::ChainedOriginDepotNode
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cc55 // We use these bits to store the per-stack use counter.
75 void store(const args_type &args, u32 hash) { function in struct:__sanitizer::StackDepotNode
/external/conscrypt/src/platform/java/org/conscrypt/
H A DCertPinManager.java46 public CertPinManager(TrustedCertificateStore store) throws PinManagerException { argument
48 certStore = store;
52 public CertPinManager(String path, TrustedCertificateStore store) throws PinManagerException { argument
57 certStore = store;
H A DPinListEntry.java56 public PinListEntry(String entry, TrustedCertificateStore store) throws PinEntryException { argument
60 certStore = store;
H A DTrustedCertificateKeyStoreSpi.java33 private final TrustedCertificateStore store = new TrustedCertificateStore(); field in class:TrustedCertificateKeyStoreSpi
53 return store.getCertificate(alias);
58 return store.getCreationDate(alias);
87 return Collections.enumeration(store.aliases());
92 return store.containsAlias(alias);
97 return store.aliases().size();
115 return store.getCertificateAlias(c);
/external/conscrypt/src/test/java/org/conscrypt/
H A DTrustedCertificateStoreTest.java50 "cert-store-test" + tempFileRandom.nextInt());
290 private TrustedCertificateStore store; field in class:TrustedCertificateStoreTest
303 store = new TrustedCertificateStore(dirSystem, dirAdded, dirDeleted);
320 store = null;
334 store.deleteCertificateEntry(getAliasSystemCa1());
341 store.deleteCertificateEntry(getAliasSystemCa1());
343 store.deleteCertificateEntry(getAliasSystemCa2());
362 store.getCertificate(null);
366 assertNull(store.getCertificate(""));
369 store
[all...]
/external/deqp/framework/randomshaders/
H A DrsgVariableManager.cpp374 void VariableManager::reserve (ReservedScalars& store, int numScalars) argument
376 DE_ASSERT(store.numScalars == 0);
377 store.numScalars = numScalars;
381 void VariableManager::release (ReservedScalars& store) argument
383 m_numAllocatedScalars -= store.numScalars;
384 store.numScalars = 0;
472 // Build new intersected value and store into current scope.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jar ... lucene/search/ org/apache/lucene/search/spans/ org/apache/lucene/store/ org/apache/lucene/util/ about.html about_files/asl- ...
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar ... location org.eclipse.core.filesystem.IFileStore store } org/eclipse/core/filebuffers/IAnnotationModelFactory.class IAnnotationModelFactory.java ...
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar ... uri org.eclipse.core.filesystem.IFileStore store java.io.File file public static java. ...
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jar ... .eclipse.core.internal.indexing.ObjectStore store org.eclipse.core.internal.indexing. ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime_3.6.0.v20100505.jar ... osgi.service.prefs.BackingStoreException e public void store (java.io.OutputStream, java.lang.String ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 561 milliseconds

1234567891011>>