Home
last modified time | relevance | path

Searched refs:hnode (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/coregrind/
Dm_hashtable.c178 const VgHashNode* hnode = node; // GEN!!! in VG_() local
179 VgHashNode* curr = table->chains[ CHAIN_NO(hnode->key, table) ]; // GEN!!! in VG_()
182 if (hnode->key == curr->key && cmp (hnode, curr) == 0) { // GEN!!! in VG_()
216 const VgHashNode* hnode = node; // GEN!!! in VG_() local
217 UWord chain = CHAIN_NO(hnode->key, table); // GEN!!! in VG_()
225 if (hnode->key == curr->key && cmp(hnode, curr) == 0) { // GEN!!! in VG_()
/external/llvm/lib/Support/
DYAMLTraits.cpp319 void Input::setError(HNode *hnode, const Twine &message) { in setError() argument
320 assert(hnode && "HNode must not be NULL"); in setError()
321 this->setError(hnode->_node, message); in setError()
/external/llvm/include/llvm/Support/
DYAMLTraits.h1052 void setError(HNode *hnode, const Twine &message);