Searched refs:parentNode (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DominanceFrontierImpl.h | 40 : currentBB(B), parentBB(P), Node(N), parentNode(PN) {} in DFCalculateWorkObject() 45 const DomTreeNodeT *parentNode; variable 174 const DomTreeNodeT *parentNode = currentW->parentNode; in calculate() local 216 if (!DT.properlyDominates(parentNode, DT[*CDFI])) in calculate()
|
| /freebsd-14.2/contrib/libxo/xohtml/external/ |
| H A D | jquery.js | 3188 for ( cur = elem.parentNode; cur; cur = cur.parentNode ) { 4362 elem.parentNode : 4555 if ( elem.parentNode ) { 4898 aup = a.parentNode, 4899 bup = b.parentNode, 4918 cur = cur.parentNode; 4925 cur = cur.parentNode; 5464 cur = cur.parentNode; 5485 cur = cur.parentNode; 5537 return !node || !node.parentNode || node.parentNode.nodeType === 11; [all …]
|
| /freebsd-14.2/contrib/googletest/googletest/test/ |
| H A D | gtest_xml_test_utils.py | 157 child.parentNode is not None, 160 child_id = child.parentNode.getAttribute('name') + '-properties'
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | HTMLLogger.js | 120 tmpl.parentNode.removeChild(tmpl.nextSibling); 121 inflate(tmpl, data, tmpl.parentNode, tmpl.nextSibling);
|
| /freebsd-14.2/sys/contrib/libsodium/test/default/ |
| H A D | index.html.tpl | 91 s.parentNode.insertBefore(st, s);
|
| /freebsd-14.2/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 5819 SectionNode& parentNode = *m_sectionStack.back(); in sectionStarting() local 5821 std::find_if( parentNode.childSections.begin(), in sectionStarting() 5822 parentNode.childSections.end(), in sectionStarting() 5824 if( it == parentNode.childSections.end() ) { in sectionStarting() 5826 parentNode.childSections.push_back( node ); in sectionStarting()
|