Lines Matching refs:XTree
227 XTree* VG_(XT_create) ( Alloc_Fn_t alloc_fn, in VG_()
236 XTree* xt; in VG_()
264 XTree* VG_(XT_snapshot)(XTree* xt) in VG_()
266 XTree* nxt; in VG_()
280 void VG_(XT_delete) ( XTree* xt ) in VG_()
290 static Xecu find_or_insert (XTree* xt, ExeContext* ec) in find_or_insert()
333 Xecu VG_(XT_add_to_ec) (XTree* xt, ExeContext* ec, const void* value) in VG_()
342 Xecu VG_(XT_sub_from_ec) (XTree* xt, ExeContext* ec, const void* value) in VG_()
351 void VG_(XT_add_to_xecu) (XTree* xt, Xecu xecu, const void* value) in VG_()
357 void VG_(XT_sub_from_xecu) (XTree* xt, Xecu xecu, const void* value) in VG_()
363 UInt VG_(XT_n_ips_sel) (XTree* xt, Xecu xecu) in VG_()
369 ExeContext* VG_(XT_get_ec_from_xecu) (XTree* xt, Xecu xecu) in VG_()
426 (XTree* xt, in VG_()
786 static void prepare_ms_ec (XTree* xt, in prepare_ms_ec()
869 XTree* xt, in VG_()