Searched defs:store (Results 1 - 25 of 83) sorted by path

1234

/freebsd-10.0-release/bin/uuidgen/
H A Duuidgen.c48 uuid_t *store, *uuid; local
/freebsd-10.0-release/contrib/apr-util/include/private/
H A Dapr_dbm_private.h64 apr_status_t (*store)(apr_dbm_t *dbm, apr_datum_t key, apr_datum_t value); member in struct:__anon156
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddlltool.c1322 asymbol *store; local
1419 asymbol *store; local
H A Dnm.c388 asymbol *store; local
913 asymbol *store; local
949 asymbol *store; local
[all...]
/freebsd-10.0-release/contrib/flex/
H A Dscanopt.c266 usg_elem *store; /* array of preallocated elements. */ local
/freebsd-10.0-release/contrib/gcc/
H A Dreload1.c8210 rtx store; local
[all...]
H A Dtree-ssa-loop-im.c1050 tree load, store; local
[all...]
/freebsd-10.0-release/contrib/ldns/
H A Ddane.c161 ldns_dane_pkix_validate(X509* cert, STACK_OF(X509)* extra_certs, X509_STORE* store) argument
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineSink.cpp625 bool store = true; local
/freebsd-10.0-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1322 const StoreInst* store = cast<StoreInst>(I); local
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp166 StoreInst *store = dyn_cast<StoreInst>(*load->use_begin()); local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h46 StoreRef store; member in class:clang::ento::LazyCompoundValData
H A DProgramState.h86 Store store; // Maps a location to its current value. member in class:clang::ento::ProgramState
[all...]
H A DSValBuilder.h215 NonLoc makeLazyCompoundVal(const StoreRef &store, argument
H A DStore.h152 incrementReferenceCount(Store store) argument
157 decrementReferenceCount(Store store) argument
256 StoreRef(Store store, StoreManager & smgr) argument
[all...]
H A DStoreRef.h31 Store store; member in class:clang::ento::StoreRef
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp969 llvm::StoreInst *store = Builder.CreateStore(intValue, addr); local
[all...]
H A DCGBlocks.cpp1661 llvm::StoreInst *store = CGF.Builder.CreateStore(null, destField); local
1667 llvm::StoreInst *store = CGF.Builder.CreateStore(value, destField); local
1700 llvm::StoreInst *store local
[all...]
H A DCGCall.cpp1592 llvm::StoreInst *store = local
[all...]
H A DCGObjC.cpp1135 llvm::StoreInst *store = Builder.CreateStore(load, ivarAddr); local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp146 Store store; member in class:FindUninitializedField
H A DStackAddrEscapeChecker.cpp179 bool HandleBinding(StoreManager &SMgr, Store store, argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp127 BasicValueFactory::getLazyCompoundValData(const StoreRef &store, argument
29 Profile(llvm::FoldingSetNodeID& ID, const StoreRef &store, const TypedValueRegion *region) argument
H A DRegionStore.cpp416 virtual StoreRef Bind(Store store, Loc LV, SVal V) { argument
423 StoreRef BindDefault(Store store, cons argument
470 incrementReferenceCount(Store store) argument
477 decrementReferenceCount(Store store) argument
584 iterBindings(Store store, BindingsHandler& f) argument
1154 invalidateRegions(Store store, ArrayRef<SVal> Values, ArrayRef<SVal> ConstValues, const Expr *Ex, unsigned Count, const LocationContext *LCtx, const CallEvent *Call, InvalidatedSymbols &IS, InvalidatedSymbols &ConstIS, InvalidatedRegions *TopLevelRegions, InvalidatedRegions *TopLevelConstRegions, InvalidatedRegions *Invalidated) argument
1862 includedInBindings(Store store, const MemRegion *region) const argument
2314 removeDeadBindings(Store store, const StackFrameContext *LCtx, SymbolReaper& SymReaper) argument
2363 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
502 HandleBinding(StoreManager& SMgr, Store store, const MemRegion* R, SVal val) argument

Completed in 236 milliseconds

1234