Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h91 void setStore(bool f = true) { Store = f; }
H A DHexagonShuffler.cpp157 setStore(HexagonMCInstrInfo::getDesc(MCII, *id).mayStore()); in HexagonCVIResource()
164 setStore(false); in HexagonCVIResource()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp113 NewState.setStore(newStore); in removeDeadBindings()
428 NewSt.setStore(store); in makeWithStore()
432 void ProgramState::setStore(const StoreRef &newStore) { in setStore() function in ProgramState
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h97 void setStore(const StoreRef &storeRef);