Home
last modified time | relevance | path

Searched refs:setStore (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.h81 void setStore(bool f = true) { Store = f; };
DHexagonShuffler.cpp141 setStore(HexagonMCInstrInfo::getDesc(MCII, *id).mayStore()); in HexagonCVIResource()
148 setStore(false); in HexagonCVIResource()
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp107 NewState.setStore(newStore); in removeDeadBindings()
405 NewSt.setStore(store); in makeWithStore()
409 void ProgramState::setStore(const StoreRef &newStore) { in setStore() function in ProgramState
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h95 void setStore(const StoreRef &storeRef);