Searched refs:istore (Results 1 – 3 of 3) sorted by relevance
/external/selinux/libsemanage/src/ |
D | semanage_store.c | 1610 struct stat istore; in semanage_install_final_tmp() local 1615 if (stat(storepath, &istore)) { in semanage_install_final_tmp() 1620 if (!(astore.st_ino == istore.st_ino && in semanage_install_final_tmp() 1621 astore.st_dev == istore.st_dev)) { in semanage_install_final_tmp()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetSelectionDAG.td | 695 def istore : PatFrag<(ops node:$val, node:$base, node:$offset), 701 (istore node:$val, node:$base, node:$offset), [{ 737 (istore node:$val, node:$ptr, node:$offset), [{
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 868 def istore : PatFrag<(ops node:$val, node:$base, node:$offset), 874 (istore node:$val, node:$base, node:$offset), [{ 910 (istore node:$val, node:$ptr, node:$offset), [{
|