Searched refs:InlIPCursor (Results 1 – 5 of 5) sorted by relevance
128 typedef struct _InlIPCursor InlIPCursor; typedef152 extern const HChar* VG_(describe_IP)(Addr eip, const InlIPCursor* iipc);156 extern InlIPCursor* VG_(new_IIPC)(Addr eip);160 extern Bool VG_(next_IIPC)(InlIPCursor *iipc);162 extern void VG_(delete_IIPC)(InlIPCursor *iipc);
96 const InlIPCursor* iipc );
328 InlIPCursor* iipc = VG_(new_IIPC)(ip); in printSuppForIp_XML()346 InlIPCursor* iipc = VG_(new_IIPC)(ip); in printSuppForIp_nonXML()1763 InlIPCursor *iipc; in expandInput()
1675 InlIPCursor *iipc = VG_(new_IIPC)(ip); in printIpDesc()
1489 static Bool is_top(const InlIPCursor *iipc) in is_top()1494 static Bool is_bottom(const InlIPCursor *iipc) in is_bottom()1499 Bool VG_(next_IIPC)(InlIPCursor *iipc) in VG_()1567 InlIPCursor* VG_(new_IIPC)(Addr eip) in VG_()1572 InlIPCursor *ret; in VG_()1625 void VG_(delete_IIPC)(InlIPCursor *iipc) in VG_()1892 const InlIPCursor* iipc ) in VG_()2207 const HChar* VG_(describe_IP)(Addr eip, const InlIPCursor *iipc) in VG_()