Searched refs:hnode (Results 1 – 8 of 8) sorted by relevance
/external/iptables/iptables/ |
D | nft-chain.h | 11 struct hlist_node hnode; member
|
D | nft-chain.c | 47 hlist_del(&c->hnode); in nft_chain_list_del()
|
D | nft-cache.c | 197 hlist_for_each_entry(c, node, chain_name_hlist(h, t, chain), hnode) { in nft_chain_find() 240 hlist_add_head(&nc->hnode, chain_name_hlist(h, t, cname)); in nft_cache_add_chain() 647 hlist_del(&base_chains[i]->hnode); in flush_base_chain_cache()
|
/external/llvm-project/llvm/lib/Support/ |
D | YAMLTraits.cpp | 361 void Input::setError(HNode *hnode, const Twine &message) { in setError() argument 362 assert(hnode && "HNode must not be NULL"); in setError() 363 setError(hnode->_node, message); in setError() 381 void Input::reportWarning(HNode *hnode, const Twine &message) { in reportWarning() argument 382 assert(hnode && "HNode must not be NULL"); in reportWarning() 383 Strm->printError(hnode->_node, message, SourceMgr::DK_Warning); in reportWarning()
|
/external/llvm/lib/Support/ |
D | YAMLTraits.cpp | 319 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/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | YAMLTraits.cpp | 351 void Input::setError(HNode *hnode, const Twine &message) { in setError() argument 352 assert(hnode && "HNode must not be NULL"); in setError() 353 setError(hnode->_node, message); in setError()
|
/external/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 1081 void setError(HNode *hnode, const Twine &message);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | YAMLTraits.h | 1179 void setError(HNode *hnode, const Twine &message);
|