Searched refs:InlIPCursor (Results 1 – 5 of 5) sorted by relevance
129 typedef struct _InlIPCursor InlIPCursor; typedef153 extern const HChar* VG_(describe_IP)(Addr eip, const InlIPCursor* iipc);157 extern InlIPCursor* VG_(new_IIPC)(Addr eip);161 extern Bool VG_(next_IIPC)(InlIPCursor *iipc);163 extern void VG_(delete_IIPC)(InlIPCursor *iipc);
96 const InlIPCursor* iipc );
327 InlIPCursor* iipc = VG_(new_IIPC)(ip); in printSuppForIp_XML()345 InlIPCursor* iipc = VG_(new_IIPC)(ip); in printSuppForIp_nonXML()1753 InlIPCursor *iipc; in expandInput()
1722 InlIPCursor *iipc = VG_(new_IIPC)(ip);
1494 static Bool is_top(const InlIPCursor *iipc) in is_top()1499 static Bool is_bottom(const InlIPCursor *iipc) in is_bottom()1504 Bool VG_(next_IIPC)(InlIPCursor *iipc) in VG_()1572 InlIPCursor* VG_(new_IIPC)(Addr eip) in VG_()1577 InlIPCursor *ret; in VG_()1630 void VG_(delete_IIPC)(InlIPCursor *iipc) in VG_()1897 const InlIPCursor* iipc ) in VG_()2214 const HChar* VG_(describe_IP)(Addr eip, const InlIPCursor *iipc) in VG_()