Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft-chain.h11 struct hlist_node hnode; member
Dnft-chain.c47 hlist_del(&c->hnode); in nft_chain_list_del()
Dnft-cache.c197 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/
DYAMLTraits.cpp361 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/
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/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLTraits.cpp351 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/
DYAMLTraits.h1081 void setError(HNode *hnode, const Twine &message);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLTraits.h1179 void setError(HNode *hnode, const Twine &message);