Home
last modified time | relevance | path

Searched refs:srcNode (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPrinter.cpp61 std::string getEdgeAttributes(RegionNode *srcNode,
66 if (srcNode->isSubRegion() || destNode->isSubRegion()) in getEdgeAttributes()
70 BasicBlock *srcBB = srcNode->getNodeAs<BasicBlock>(); in getEdgeAttributes()
/freebsd/contrib/tcpdump/
H A Dprint-ipx.c56 nd_mac_addr srcNode; /* source node */ member
80 ipxaddr_string(ndo, GET_BE_U_4(ipx->srcNet), ipx->srcNode), in ipx_print()
H A Dprint-atalk.c152 ataddr_string(ndo, snet, GET_U_1(dp->srcNode)), in llap_print()
161 GET_U_1(dp->srcNode), GET_U_1(dp->srcSkt)); in llap_print()
205 ND_PRINT("%s.%s", ataddr_string(ndo, snet, GET_U_1(dp->srcNode)), in atalk_print()
213 GET_U_1(dp->srcNode), GET_U_1(dp->srcSkt)); in atalk_print()
H A Dappletalk.h41 nd_uint8_t srcNode; member