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