Searched refs:srcxa (Results 1 – 1 of 1) sorted by relevance
2470 XArray* srcxa = srcuc->exprs; in copy_convert_CfiExpr_tree() local2471 vg_assert(srcxa); in copy_convert_CfiExpr_tree()2473 vg_assert(srcix >= 0 && srcix < VG_(sizeXA)(srcxa)); in copy_convert_CfiExpr_tree()2475 src = VG_(indexXA)( srcxa, srcix ); in copy_convert_CfiExpr_tree()