Searched refs:sts2 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dir_defs.c2351 IRStmt** sts2; local
2354 sts2 = LibVEX_Alloc(bb2->stmts_used * sizeof(IRStmt*));
2356 sts2[i] = deepCopyIRStmt(bb->stmts[i]);
2357 bb2->stmts = sts2;

Completed in 91 milliseconds