Searched defs:getStore (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ | ||
H A D | StoreRef.h | 46 Store getStore() const { return store; } in getStore() function |
H A D | BasicValueFactory.h | 74 const void *getStore() const { return store.getStore(); } getStore() function |
H A D | ProgramState.h | 162 Store getStore() const { return store; } getStore() function |
/llvm-project/clang/lib/StaticAnalyzer/Core/ | ||
H A D | SVals.cpp | 190 const void *nonloc::LazyCompoundVal::getStore() const { in getStore() function in nonloc::LazyCompoundVal |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAG.cpp | 8930 SDValue SelectionDAG::getStore(SDValue Chain, const SDLoc &dl, SDValue Val, getStore() function in SelectionDAG |