Searched defs:CreateStore (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_store_unittest.cc141 void CreateStore() { function in class:dom_distiller::DomDistillerStoreTest
219 CreateStore();
241 CreateStore();
250 CreateStore();
273 CreateStore();
309 CreateStore();
332 CreateStore();
358 CreateStore();
382 CreateStore();
415 CreateStore();
[all...]
/external/llvm/include/llvm/IR/
H A DIRBuilder.h846 StoreInst *CreateStore(Value *Val, Value *Ptr, bool isVolatile = false) { function in class:llvm::IRBuilder
871 StoreInst *SI = CreateStore(Val, Ptr, isVolatile);

Completed in 158 milliseconds