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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h90 void setStore(bool f = true) { Store = f; } function in class:llvm::HexagonCVIResource
H A DHexagonShuffler.cpp156 setStore(HexagonMCInstrInfo::getDesc(MCII, *id).mayStore());
163 setStore(false);
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp111 NewState.setStore(newStore);
425 NewSt.setStore(store);
429 void ProgramState::setStore(const StoreRef &newStore) { function in class:ProgramState
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h94 void setStore(const StoreRef &storeRef);

Completed in 123 milliseconds